Color spaces of #debbc7
RGB | 222 | 187 | 199 |
---|---|---|---|
HSL | 0.94 | 0.35 | 0.80 |
HSV | 339° | 16° | 87° |
CMYK | 0.00 | 0.16 | 0.10 0.13 |
XYZ | 58.2033 | 55.1938 | 61.6186 |
Yxy | 55.1938 | 0.3326 | 0.3154 |
Hunter Lab | 74.2925 | 9.8311 | 2.8293 |
CIE-Lab | 79.1528 | 14.4520 | -1.3734 |
#debbc7 color RGB value is (222,187,199).
#debbc7 hex color red value is 222, green value is 187 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #debbc7 hue: 0.94 , saturation: 0.35 and the lightness value of debbc7 is 0.80.
The process color (four color CMYK) of #debbc7 color hex is 0.00, 0.16, 0.10, 0.13. Web safe color of #debbc7 is #cccccc. Color #debbc7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111011 | 11000111 |
Octal | 336 | 273 | 307 |
Decimal | 222 | 187 | 199 |
Hex | DE | BB | C7 |
Shades of #debbc7
Tints of #debbc7
RGB Percentages of Color #debbc7
CMYK Percentages of Color #debbc7
Complementary Color
#debbc7 | #bbded2 |
#debbc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debbc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#debbc7 Color CSS Codes
.mybgcolor {background-color:#debbc7; } .myforecolor {color:#debbc7; } .mybordercolor {border:3px solid #debbc7; }
#debbc7 Text Font Color
<p style="color:#debbc7">Text here</p>
This sample text font color is #debbc7
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.
#debbc7 Background Color
<div style="background-color:#debbc7">
Div content here</div>
This div background color is #debbc7
#debbc7 Border Color
<div style="border:3px solid #debbc7">
Div here</div>
This div border color is #debbc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,187,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debbc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debbc7; -webkit-box-shadow: 1px 1px 3px 2px #debbc7; box-shadow: 1px 1px 3px 2px #debbc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,187,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #debbc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debbc7; -webkit-box-shadow: 1px 1px 3px 2px #debbc7; box-shadow: 1px 1px 3px 2px #debbc7;">
Div content here</div>
This div box has shadow with color #debbc7
Comments
No comments written yet.
Please login to write comment.