Shades of Light Grey #DDD1D0
Tints of Light Grey #DDD1D0
RGB
CMYK
RGB Variations
Color information
#DDD1D0 (or 0xDDD1D0) is known color: Light Grey. HEX triplet: DD, D1 and D0. RGB value is (221,209,208). Sum of RGB (Red+Green+Blue) = 221+209+208=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1D0 is #222E2F. Grayscale: #D4D4D4. Windows color (decimal): -2240048 or 13685213. OLE color: 13685213.
HSL color Cylindrical-coordinate representation of color #DDD1D0: hue angle of 4.62º 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 #DDD1D0 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 208 | - |
CMYK | 0 | 0.05 | 0.06 | 0.13 |
HSL | 4.62º | 0.16% | 0.84% | - |
HSV(B) | 4.62º | 0.06% | 0.87% | - |
XYZ | 64 | 65.53 | 68.95 | - |
YUV | 212.47 | 125.48 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 208 | 0 | 0.05 | 0.06 | 0.13 | 4.62 | 0.16 | 0.84 |
Hex | DD | D1 | D0 | 0 | 5 | 6 | D | 5 | 10 | 54 |
Octal | 335 | 321 | 320 | 0 | 5 | 6 | 15 | 5 | 20 | 124 |
Binary | 11011101 | 11010001 | 11010000 | 0 | 101 | 110 | 1101 | 101 | 10000 | 1010100 |
Color Harmonies of #DDD1D0
Complementary color
Monochromatic Colors of #DDD1D0
Black with #DDD1D0
Text Example
Text Example
White with #DDD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1D0; }
p { color: rgb(221,209,208); }
H1.HeaderClassName
{
color: #DDD1D0;
}
.AnyTagClassName
{
color: #DDD1D0;
}
</style>
background-color css
<style>
a { background-color: #DDD1D0; }
a { background-color: rgb(221,209,208); }
div.DivClassName
{
background-color: #DDD1D0;
}
.BgClassName
{
background-color: #DDD1D0;
}
</style>
border-color css
<style>
span { border-color: #DDD1D0; }
span { border-color: rgb(221,209,208); }
td.TdClassName
{
border-color: #DDD1D0;
}
.TagClassName
{
border-color: #DDD1D0;
}
</style>