Color spaces of #decce6
RGB | 222 | 204 | 230 |
---|---|---|---|
HSL | 0.78 | 0.34 | 0.85 |
HSV | 282° | 11° | 90° |
CMYK | 0.03 | 0.11 | 0.00 0.10 |
XYZ | 66.0000 | 64.4285 | 83.8203 |
Yxy | 64.4285 | 0.3081 | 0.3007 |
Hunter Lab | 80.2674 | 6.3041 | -5.7272 |
CIE-Lab | 84.1884 | 10.9171 | -10.5603 |
#decce6 color RGB value is (222,204,230).
#decce6 hex color red value is 222, green value is 204 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #decce6 hue: 0.78 , saturation: 0.34 and the lightness value of decce6 is 0.85.
The process color (four color CMYK) of #decce6 color hex is 0.03, 0.11, 0.00, 0.10. Web safe color of #decce6 is #ccccff. Color #decce6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001100 | 11100110 |
Octal | 336 | 314 | 346 |
Decimal | 222 | 204 | 230 |
Hex | DE | CC | E6 |
Shades of #decce6
Tints of #decce6
RGB Percentages of Color #decce6
CMYK Percentages of Color #decce6
Complementary Color
#decce6 | #d4e6cc |
#decce6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#decce6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#decce6 Color CSS Codes
.mybgcolor {background-color:#decce6; } .myforecolor {color:#decce6; } .mybordercolor {border:3px solid #decce6; }
#decce6 Text Font Color
<p style="color:#decce6">Text here</p>
This sample text font color is #decce6
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.
#decce6 Background Color
<div style="background-color:#decce6">
Div content here</div>
This div background color is #decce6
#decce6 Border Color
<div style="border:3px solid #decce6">
Div here</div>
This div border color is #decce6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,204,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #decce6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #decce6; -webkit-box-shadow: 1px 1px 3px 2px #decce6; box-shadow: 1px 1px 3px 2px #decce6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,204,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #decce6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #decce6; -webkit-box-shadow: 1px 1px 3px 2px #decce6; box-shadow: 1px 1px 3px 2px #decce6;">
Div content here</div>
This div box has shadow with color #decce6
Comments
No comments written yet.
Please login to write comment.