Color spaces of #debddb
RGB | 222 | 189 | 219 |
---|---|---|---|
HSL | 0.85 | 0.33 | 0.81 |
HSV | 305° | 15° | 87° |
CMYK | 0.00 | 0.15 | 0.01 0.13 |
XYZ | 61.1080 | 57.0393 | 74.8068 |
Yxy | 57.0393 | 0.3167 | 0.2956 |
Hunter Lab | 75.5244 | 12.2596 | -5.8596 |
CIE-Lab | 80.2017 | 16.8797 | -10.6129 |
#debddb color RGB value is (222,189,219).
#debddb hex color red value is 222, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #debddb hue: 0.85 , saturation: 0.33 and the lightness value of debddb is 0.81.
The process color (four color CMYK) of #debddb color hex is 0.00, 0.15, 0.01, 0.13. Web safe color of #debddb is #cccccc. Color #debddb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111101 | 11011011 |
Octal | 336 | 275 | 333 |
Decimal | 222 | 189 | 219 |
Hex | DE | BD | DB |
Shades of #debddb
Tints of #debddb
RGB Percentages of Color #debddb
CMYK Percentages of Color #debddb
Complementary Color
#debddb | #bddec0 |
#debddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#debddb Color CSS Codes
.mybgcolor {background-color:#debddb; } .myforecolor {color:#debddb; } .mybordercolor {border:3px solid #debddb; }
#debddb Text Font Color
<p style="color:#debddb">Text here</p>
This sample text font color is #debddb
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.
#debddb Background Color
<div style="background-color:#debddb">
Div content here</div>
This div background color is #debddb
#debddb Border Color
<div style="border:3px solid #debddb">
Div here</div>
This div border color is #debddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,189,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debddb; -webkit-box-shadow: 1px 1px 3px 2px #debddb; box-shadow: 1px 1px 3px 2px #debddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,189,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 #debddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debddb; -webkit-box-shadow: 1px 1px 3px 2px #debddb; box-shadow: 1px 1px 3px 2px #debddb;">
Div content here</div>
This div box has shadow with color #debddb
Comments
No comments written yet.
Please login to write comment.