Color spaces of #dddddd
RGB | 221 | 221 | 221 |
---|---|---|---|
HSL | 0.00 | 0.00 | 0.87 |
HSV | 0° | 0° | 87° |
CMYK | 0.00 | 0.00 | 0.00 0.13 |
XYZ | 68.7264 | 72.3055 | 78.7407 |
Yxy | 72.3055 | 0.3127 | 0.3290 |
Hunter Lab | 85.0326 | -4.5371 | 4.6200 |
CIE-Lab | 88.1154 | 0.0048 | -0.0093 |
#dddddd color RGB value is (221,221,221).
#dddddd hex color red value is 221, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dddddd hue: 0.00 , saturation: 0.00 and the lightness value of dddddd is 0.87.
The process color (four color CMYK) of #dddddd color hex is 0.00, 0.00, 0.00, 0.13. Web safe color of #dddddd is #cccccc. Color #dddddd rgb is equally color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011101 | 11011101 |
Octal | 335 | 335 | 335 |
Decimal | 221 | 221 | 221 |
Hex | DD | DD | DD |
Shades of #dddddd
Tints of #dddddd
RGB Percentages of Color #dddddd
CMYK Percentages of Color #dddddd
#dddddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddddd Color CSS Codes
.mybgcolor {background-color:#dddddd; } .myforecolor {color:#dddddd; } .mybordercolor {border:3px solid #dddddd; }
#dddddd Text Font Color
<p style="color:#dddddd">Text here</p>
This sample text font color is #dddddd
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.
#dddddd Background Color
<div style="background-color:#dddddd">
Div content here</div>
This div background color is #dddddd
#dddddd Border Color
<div style="border:3px solid #dddddd">
Div here</div>
This div border color is #dddddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,221,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddddd; -webkit-box-shadow: 1px 1px 3px 2px #dddddd; box-shadow: 1px 1px 3px 2px #dddddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,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 #dddddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddddd; -webkit-box-shadow: 1px 1px 3px 2px #dddddd; box-shadow: 1px 1px 3px 2px #dddddd;">
Div content here</div>
This div box has shadow with color #dddddd
But how to decide which code represent which colour