Color spaces of #ddddee
RGB | 221 | 221 | 238 |
---|---|---|---|
HSL | 0.67 | 0.33 | 0.90 |
HSV | 240° | 7° | 93° |
CMYK | 0.07 | 0.07 | 0.00 0.07 |
XYZ | 71.1079 | 73.2581 | 91.2814 |
Yxy | 73.2581 | 0.3018 | 0.3109 |
Hunter Lab | 85.5909 | -1.4886 | -3.3182 |
CIE-Lab | 88.5707 | 3.1675 | -8.2894 |
#ddddee color RGB value is (221,221,238).
#ddddee hex color red value is 221, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ddddee hue: 0.67 , saturation: 0.33 and the lightness value of ddddee is 0.90.
The process color (four color CMYK) of #ddddee color hex is 0.07, 0.07, 0.00, 0.07. Web safe color of #ddddee is #ccccff. Color #ddddee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011101 | 11101110 |
Octal | 335 | 335 | 356 |
Decimal | 221 | 221 | 238 |
Hex | DD | DD | EE |
Shades of #ddddee
Tints of #ddddee
RGB Percentages of Color #ddddee
CMYK Percentages of Color #ddddee
Complementary Color
#ddddee | #eeeedd |
#ddddee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddddee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddddee Color CSS Codes
.mybgcolor {background-color:#ddddee; } .myforecolor {color:#ddddee; } .mybordercolor {border:3px solid #ddddee; }
#ddddee Text Font Color
<p style="color:#ddddee">Text here</p>
This sample text font color is #ddddee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddddee Background Color
<div style="background-color:#ddddee">
Div content here</div>
This div background color is #ddddee
#ddddee Border Color
<div style="border:3px solid #ddddee">
Div here</div>
This div border color is #ddddee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,221,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddddee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddddee; -webkit-box-shadow: 1px 1px 3px 2px #ddddee; box-shadow: 1px 1px 3px 2px #ddddee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,221,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddddee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddddee; -webkit-box-shadow: 1px 1px 3px 2px #ddddee; box-shadow: 1px 1px 3px 2px #ddddee;">
Div content here</div>
This div box has shadow with color #ddddee
#ddddee Color Palettes
Comments
No comments written yet.
Please login to write comment.