Color spaces of #deacde
RGB | 222 | 172 | 222 |
---|---|---|---|
HSL | 0.83 | 0.43 | 0.77 |
HSV | 300° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.00 0.13 |
XYZ | 58.0615 | 50.3086 | 75.7576 |
Yxy | 50.3086 | 0.3153 | 0.2732 |
Hunter Lab | 70.9286 | 21.9936 | -13.6767 |
CIE-Lab | 76.2583 | 26.5831 | -18.1564 |
#deacde color RGB value is (222,172,222).
#deacde hex color red value is 222, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #deacde hue: 0.83 , saturation: 0.43 and the lightness value of deacde is 0.77.
The process color (four color CMYK) of #deacde color hex is 0.00, 0.23, 0.00, 0.13. Web safe color of #deacde is #cc99cc. Color #deacde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101100 | 11011110 |
Octal | 336 | 254 | 336 |
Decimal | 222 | 172 | 222 |
Hex | DE | AC | DE |
Shades of #deacde
Tints of #deacde
RGB Percentages of Color #deacde
CMYK Percentages of Color #deacde
Complementary Color
#deacde | #acdeac |
#deacde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deacde Color Preview on White Background
Lorem ipsum dolor sit amet.
#deacde Color CSS Codes
.mybgcolor {background-color:#deacde; } .myforecolor {color:#deacde; } .mybordercolor {border:3px solid #deacde; }
#deacde Text Font Color
<p style="color:#deacde">Text here</p>
This sample text font color is #deacde
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.
#deacde Background Color
<div style="background-color:#deacde">
Div content here</div>
This div background color is #deacde
#deacde Border Color
<div style="border:3px solid #deacde">
Div here</div>
This div border color is #deacde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,172,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deacde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deacde; -webkit-box-shadow: 1px 1px 3px 2px #deacde; box-shadow: 1px 1px 3px 2px #deacde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,172,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deacde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deacde; -webkit-box-shadow: 1px 1px 3px 2px #deacde; box-shadow: 1px 1px 3px 2px #deacde;">
Div content here</div>
This div box has shadow with color #deacde
#deacde Color Palettes
Comments
No comments written yet.
Please login to write comment.