Color spaces of #dedddd
RGB | 222 | 221 | 221 |
---|---|---|---|
HSL | 0.00 | 0.01 | 0.87 |
HSV | 0° | 0° | 87° |
CMYK | 0.00 | 0.00 | 0.00 0.13 |
XYZ | 69.0318 | 72.4630 | 78.7550 |
Yxy | 72.4630 | 0.3134 | 0.3290 |
Hunter Lab | 85.1252 | -4.2155 | 4.7345 |
CIE-Lab | 88.1910 | 0.3429 | 0.1100 |
#dedddd color RGB value is (222,221,221).
#dedddd hex color red value is 222, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dedddd hue: 0.00 , saturation: 0.01 and the lightness value of dedddd is 0.87.
The process color (four color CMYK) of #dedddd color hex is 0.00, 0.00, 0.00, 0.13. Web safe color of #dedddd is #cccccc. Color #dedddd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011101 | 11011101 |
Octal | 336 | 335 | 335 |
Decimal | 222 | 221 | 221 |
Hex | DE | DD | DD |
Shades of #dedddd
Tints of #dedddd
RGB Percentages of Color #dedddd
CMYK Percentages of Color #dedddd
Complementary Color
#dedddd | #dddede |
#dedddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedddd Color CSS Codes
.mybgcolor {background-color:#dedddd; } .myforecolor {color:#dedddd; } .mybordercolor {border:3px solid #dedddd; }
#dedddd Text Font Color
<p style="color:#dedddd">Text here</p>
This sample text font color is #dedddd
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.
#dedddd Background Color
<div style="background-color:#dedddd">
Div content here</div>
This div background color is #dedddd
#dedddd Border Color
<div style="border:3px solid #dedddd">
Div here</div>
This div border color is #dedddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,221,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedddd; -webkit-box-shadow: 1px 1px 3px 2px #dedddd; box-shadow: 1px 1px 3px 2px #dedddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,221,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedddd; -webkit-box-shadow: 1px 1px 3px 2px #dedddd; box-shadow: 1px 1px 3px 2px #dedddd;">
Div content here</div>
This div box has shadow with color #dedddd
#dedddd Color Palettes
Comments
No comments written yet.
Please login to write comment.