Color spaces of #decbdb
RGB | 222 | 203 | 219 |
---|---|---|---|
HSL | 0.86 | 0.22 | 0.83 |
HSV | 309° | 9° | 87° |
CMYK | 0.00 | 0.09 | 0.01 0.13 |
XYZ | 64.2663 | 63.3559 | 75.8596 |
Yxy | 63.3559 | 0.3158 | 0.3114 |
Hunter Lab | 79.5964 | 4.8275 | -0.7890 |
CIE-Lab | 83.6293 | 9.4156 | -5.5273 |
#decbdb color RGB value is (222,203,219).
#decbdb hex color red value is 222, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #decbdb hue: 0.86 , saturation: 0.22 and the lightness value of decbdb is 0.83.
The process color (four color CMYK) of #decbdb color hex is 0.00, 0.09, 0.01, 0.13. Web safe color of #decbdb is #cccccc. Color #decbdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001011 | 11011011 |
Octal | 336 | 313 | 333 |
Decimal | 222 | 203 | 219 |
Hex | DE | CB | DB |
Shades of #decbdb
Tints of #decbdb
RGB Percentages of Color #decbdb
CMYK Percentages of Color #decbdb
Complementary Color
#decbdb | #cbdece |
#decbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#decbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#decbdb Color CSS Codes
.mybgcolor {background-color:#decbdb; } .myforecolor {color:#decbdb; } .mybordercolor {border:3px solid #decbdb; }
#decbdb Text Font Color
<p style="color:#decbdb">Text here</p>
This sample text font color is #decbdb
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.
#decbdb Background Color
<div style="background-color:#decbdb">
Div content here</div>
This div background color is #decbdb
#decbdb Border Color
<div style="border:3px solid #decbdb">
Div here</div>
This div border color is #decbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,203,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #decbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #decbdb; -webkit-box-shadow: 1px 1px 3px 2px #decbdb; box-shadow: 1px 1px 3px 2px #decbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,203,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #decbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #decbdb; -webkit-box-shadow: 1px 1px 3px 2px #decbdb; box-shadow: 1px 1px 3px 2px #decbdb;">
Div content here</div>
This div box has shadow with color #decbdb
Comments
No comments written yet.
Please login to write comment.