Color spaces of #debadb
RGB | 222 | 186 | 219 |
---|---|---|---|
HSL | 0.85 | 0.35 | 0.80 |
HSV | 305° | 16° | 87° |
CMYK | 0.00 | 0.16 | 0.01 0.13 |
XYZ | 60.4693 | 55.7619 | 74.5939 |
Yxy | 55.7619 | 0.3169 | 0.2922 |
Hunter Lab | 74.6739 | 13.8661 | -6.9548 |
CIE-Lab | 79.4781 | 18.4898 | -11.6929 |
#debadb color RGB value is (222,186,219).
#debadb hex color red value is 222, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #debadb hue: 0.85 , saturation: 0.35 and the lightness value of debadb is 0.80.
The process color (four color CMYK) of #debadb color hex is 0.00, 0.16, 0.01, 0.13. Web safe color of #debadb is #cccccc. Color #debadb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111010 | 11011011 |
Octal | 336 | 272 | 333 |
Decimal | 222 | 186 | 219 |
Hex | DE | BA | DB |
Shades of #debadb
Tints of #debadb
RGB Percentages of Color #debadb
CMYK Percentages of Color #debadb
Complementary Color
#debadb | #badebd |
#debadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#debadb Color CSS Codes
.mybgcolor {background-color:#debadb; } .myforecolor {color:#debadb; } .mybordercolor {border:3px solid #debadb; }
#debadb Text Font Color
<p style="color:#debadb">Text here</p>
This sample text font color is #debadb
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.
#debadb Background Color
<div style="background-color:#debadb">
Div content here</div>
This div background color is #debadb
#debadb Border Color
<div style="border:3px solid #debadb">
Div here</div>
This div border color is #debadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,186,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debadb; -webkit-box-shadow: 1px 1px 3px 2px #debadb; box-shadow: 1px 1px 3px 2px #debadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,186,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 #debadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debadb; -webkit-box-shadow: 1px 1px 3px 2px #debadb; box-shadow: 1px 1px 3px 2px #debadb;">
Div content here</div>
This div box has shadow with color #debadb
Comments
No comments written yet.
Please login to write comment.