Shades of Light Grey #DDD0D0
Tints of Light Grey #DDD0D0
RGB
CMYK
RGB Variations
Color information
#DDD0D0 (or 0xDDD0D0) is known color: Light Grey. HEX triplet: DD, D0 and D0. RGB value is (221,208,208). Sum of RGB (Red+Green+Blue) = 221+208+208=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D0 is #222F2F. Grayscale: #D3D3D3. Windows color (decimal): -2240304 or 13684957. OLE color: 13684957.
HSL color Cylindrical-coordinate representation of color #DDD0D0: hue angle of 0º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0D0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 208 | - |
CMYK | 0 | 0.06 | 0.06 | 0.13 |
HSL | 0º | 0.16% | 0.84% | - |
HSV(B) | 0º | 0.06% | 0.87% | - |
XYZ | 63.76 | 65.04 | 68.87 | - |
YUV | 211.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 208 | 0 | 0.06 | 0.06 | 0.13 | 0 | 0.16 | 0.84 |
Hex | DD | D0 | D0 | 0 | 6 | 6 | D | 0 | 10 | 54 |
Octal | 335 | 320 | 320 | 0 | 6 | 6 | 15 | 0 | 20 | 124 |
Binary | 11011101 | 11010000 | 11010000 | 0 | 110 | 110 | 1101 | 0 | 10000 | 1010100 |
Color Harmonies of #DDD0D0
Complementary color
Monochromatic Colors of #DDD0D0
Black with #DDD0D0
Text Example
Text Example
White with #DDD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0D0; }
p { color: rgb(221,208,208); }
H1.HeaderClassName
{
color: #DDD0D0;
}
.AnyTagClassName
{
color: #DDD0D0;
}
</style>
background-color css
<style>
a { background-color: #DDD0D0; }
a { background-color: rgb(221,208,208); }
div.DivClassName
{
background-color: #DDD0D0;
}
.BgClassName
{
background-color: #DDD0D0;
}
</style>
border-color css
<style>
span { border-color: #DDD0D0; }
span { border-color: rgb(221,208,208); }
td.TdClassName
{
border-color: #DDD0D0;
}
.TagClassName
{
border-color: #DDD0D0;
}
</style>