Color spaces of #dedadb
RGB | 222 | 218 | 219 |
---|---|---|---|
HSL | 0.96 | 0.06 | 0.86 |
HSV | 345° | 2° | 87° |
CMYK | 0.00 | 0.02 | 0.01 0.13 |
XYZ | 67.9818 | 70.7869 | 77.0980 |
Yxy | 70.7869 | 0.3149 | 0.3279 |
Hunter Lab | 84.1350 | -3.0066 | 4.5634 |
CIE-Lab | 87.3814 | 1.5422 | -0.0178 |
#dedadb color RGB value is (222,218,219).
#dedadb hex color red value is 222, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dedadb hue: 0.96 , saturation: 0.06 and the lightness value of dedadb is 0.86.
The process color (four color CMYK) of #dedadb color hex is 0.00, 0.02, 0.01, 0.13. Web safe color of #dedadb is #cccccc. Color #dedadb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011010 | 11011011 |
Octal | 336 | 332 | 333 |
Decimal | 222 | 218 | 219 |
Hex | DE | DA | DB |
Shades of #dedadb
Tints of #dedadb
RGB Percentages of Color #dedadb
CMYK Percentages of Color #dedadb
Complementary Color
#dedadb | #dadedd |
#dedadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedadb Color CSS Codes
.mybgcolor {background-color:#dedadb; } .myforecolor {color:#dedadb; } .mybordercolor {border:3px solid #dedadb; }
#dedadb Text Font Color
<p style="color:#dedadb">Text here</p>
This sample text font color is #dedadb
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.
#dedadb Background Color
<div style="background-color:#dedadb">
Div content here</div>
This div background color is #dedadb
#dedadb Border Color
<div style="border:3px solid #dedadb">
Div here</div>
This div border color is #dedadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,218,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedadb; -webkit-box-shadow: 1px 1px 3px 2px #dedadb; box-shadow: 1px 1px 3px 2px #dedadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,218,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 #dedadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedadb; -webkit-box-shadow: 1px 1px 3px 2px #dedadb; box-shadow: 1px 1px 3px 2px #dedadb;">
Div content here</div>
This div box has shadow with color #dedadb
#dedadb Color Palettes
Comments
No comments written yet.
Please login to write comment.