Color spaces of #debdd1
RGB | 222 | 189 | 209 |
---|---|---|---|
HSL | 0.90 | 0.33 | 0.81 |
HSV | 324° | 15° | 87° |
CMYK | 0.00 | 0.15 | 0.06 0.13 |
XYZ | 59.8304 | 56.5282 | 68.0792 |
Yxy | 56.5282 | 0.3244 | 0.3065 |
Hunter Lab | 75.1852 | 10.4714 | -1.0566 |
CIE-Lab | 79.9135 | 15.0933 | -5.6524 |
#debdd1 color RGB value is (222,189,209).
#debdd1 hex color red value is 222, green value is 189 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #debdd1 hue: 0.90 , saturation: 0.33 and the lightness value of debdd1 is 0.81.
The process color (four color CMYK) of #debdd1 color hex is 0.00, 0.15, 0.06, 0.13. Web safe color of #debdd1 is #cccccc. Color #debdd1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111101 | 11010001 |
Octal | 336 | 275 | 321 |
Decimal | 222 | 189 | 209 |
Hex | DE | BD | D1 |
Shades of #debdd1
Tints of #debdd1
RGB Percentages of Color #debdd1
CMYK Percentages of Color #debdd1
Complementary Color
#debdd1 | #bddeca |
#debdd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debdd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#debdd1 Color CSS Codes
.mybgcolor {background-color:#debdd1; } .myforecolor {color:#debdd1; } .mybordercolor {border:3px solid #debdd1; }
#debdd1 Text Font Color
<p style="color:#debdd1">Text here</p>
This sample text font color is #debdd1
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.
#debdd1 Background Color
<div style="background-color:#debdd1">
Div content here</div>
This div background color is #debdd1
#debdd1 Border Color
<div style="border:3px solid #debdd1">
Div here</div>
This div border color is #debdd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,189,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debdd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debdd1; -webkit-box-shadow: 1px 1px 3px 2px #debdd1; box-shadow: 1px 1px 3px 2px #debdd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,189,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #debdd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debdd1; -webkit-box-shadow: 1px 1px 3px 2px #debdd1; box-shadow: 1px 1px 3px 2px #debdd1;">
Div content here</div>
This div box has shadow with color #debdd1
Comments
No comments written yet.
Please login to write comment.