Shades of Light Grey #DDD2D1
Tints of Light Grey #DDD2D1
RGB
CMYK
RGB Variations
Color information
#DDD2D1 (or 0xDDD2D1) is known color: Light Grey. HEX triplet: DD, D2 and D1. RGB value is (221,210,209). Sum of RGB (Red+Green+Blue) = 221+210+209=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2D1 is #222D2E. Grayscale: #D5D5D5. Windows color (decimal): -2239791 or 13751005. OLE color: 13751005.
HSL color Cylindrical-coordinate representation of color #DDD2D1: hue angle of 5º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD2D1 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 210 | 209 | - |
CMYK | 0 | 0.05 | 0.05 | 0.13 |
HSL | 5º | 0.15% | 0.84% | - |
HSV(B) | 5º | 0.05% | 0.87% | - |
XYZ | 64.37 | 66.07 | 69.68 | - |
YUV | 213.18 | 125.64 | 133.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 210 | 209 | 0 | 0.05 | 0.05 | 0.13 | 5 | 0.15 | 0.84 |
Hex | DD | D2 | D1 | 0 | 5 | 5 | D | 5 | F | 54 |
Octal | 335 | 322 | 321 | 0 | 5 | 5 | 15 | 5 | 17 | 124 |
Binary | 11011101 | 11010010 | 11010001 | 0 | 101 | 101 | 1101 | 101 | 1111 | 1010100 |
Color Harmonies of #DDD2D1
Complementary color
Monochromatic Colors of #DDD2D1
Black with #DDD2D1
Text Example
Text Example
White with #DDD2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2D1; }
p { color: rgb(221,210,209); }
H1.HeaderClassName
{
color: #DDD2D1;
}
.AnyTagClassName
{
color: #DDD2D1;
}
</style>
background-color css
<style>
a { background-color: #DDD2D1; }
a { background-color: rgb(221,210,209); }
div.DivClassName
{
background-color: #DDD2D1;
}
.BgClassName
{
background-color: #DDD2D1;
}
</style>
border-color css
<style>
span { border-color: #DDD2D1; }
span { border-color: rgb(221,210,209); }
td.TdClassName
{
border-color: #DDD2D1;
}
.TagClassName
{
border-color: #DDD2D1;
}
</style>