Color spaces of #deddea
RGB | 222 | 221 | 234 |
---|---|---|---|
HSL | 0.68 | 0.24 | 0.89 |
HSV | 245° | 6° | 92° |
CMYK | 0.05 | 0.06 | 0.00 0.08 |
XYZ | 70.8319 | 73.1830 | 88.2344 |
Yxy | 73.1830 | 0.3050 | 0.3151 |
Hunter Lab | 85.5471 | -1.9116 | -1.2696 |
CIE-Lab | 88.5349 | 2.7335 | -6.2289 |
#deddea color RGB value is (222,221,234).
#deddea hex color red value is 222, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #deddea hue: 0.68 , saturation: 0.24 and the lightness value of deddea is 0.89.
The process color (four color CMYK) of #deddea color hex is 0.05, 0.06, 0.00, 0.08. Web safe color of #deddea is #ccccff. Color #deddea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011101 | 11101010 |
Octal | 336 | 335 | 352 |
Decimal | 222 | 221 | 234 |
Hex | DE | DD | EA |
Shades of #deddea
Tints of #deddea
RGB Percentages of Color #deddea
CMYK Percentages of Color #deddea
Complementary Color
#deddea | #e9eadd |
#deddea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deddea Color Preview on White Background
Lorem ipsum dolor sit amet.
#deddea Color CSS Codes
.mybgcolor {background-color:#deddea; } .myforecolor {color:#deddea; } .mybordercolor {border:3px solid #deddea; }
#deddea Text Font Color
<p style="color:#deddea">Text here</p>
This sample text font color is #deddea
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.
#deddea Background Color
<div style="background-color:#deddea">
Div content here</div>
This div background color is #deddea
#deddea Border Color
<div style="border:3px solid #deddea">
Div here</div>
This div border color is #deddea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,221,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deddea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deddea; -webkit-box-shadow: 1px 1px 3px 2px #deddea; box-shadow: 1px 1px 3px 2px #deddea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,221,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deddea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deddea; -webkit-box-shadow: 1px 1px 3px 2px #deddea; box-shadow: 1px 1px 3px 2px #deddea;">
Div content here</div>
This div box has shadow with color #deddea
Comments
No comments written yet.
Please login to write comment.