Shades of Light Grey #DDD0CF
Tints of Light Grey #DDD0CF
RGB
CMYK
RGB Variations
Color information
#DDD0CF (or 0xDDD0CF) is known color: Light Grey. HEX triplet: DD, D0 and CF. RGB value is (221,208,207). Sum of RGB (Red+Green+Blue) = 221+208+207=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CF is #222F30. Grayscale: #D3D3D3. Windows color (decimal): -2240305 or 13619421. OLE color: 13619421.
HSL color Cylindrical-coordinate representation of color #DDD0CF: hue angle of 4.29º degrees, saturation: 0.17, 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 #DDD0CF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 207 | - |
CMYK | 0 | 0.06 | 0.06 | 0.13 |
HSL | 4.29º | 0.17% | 0.84% | - |
HSV(B) | 4.29º | 0.06% | 0.87% | - |
XYZ | 63.64 | 64.99 | 68.22 | - |
YUV | 211.77 | 125.31 | 134.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 207 | 0 | 0.06 | 0.06 | 0.13 | 4.29 | 0.17 | 0.84 |
Hex | DD | D0 | CF | 0 | 6 | 6 | D | 4 | 11 | 54 |
Octal | 335 | 320 | 317 | 0 | 6 | 6 | 15 | 4 | 21 | 124 |
Binary | 11011101 | 11010000 | 11001111 | 0 | 110 | 110 | 1101 | 100 | 10001 | 1010100 |
Color Harmonies of #DDD0CF
Complementary color
Monochromatic Colors of #DDD0CF
Black with #DDD0CF
Text Example
Text Example
White with #DDD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0CF; }
p { color: rgb(221,208,207); }
H1.HeaderClassName
{
color: #DDD0CF;
}
.AnyTagClassName
{
color: #DDD0CF;
}
</style>
background-color css
<style>
a { background-color: #DDD0CF; }
a { background-color: rgb(221,208,207); }
div.DivClassName
{
background-color: #DDD0CF;
}
.BgClassName
{
background-color: #DDD0CF;
}
</style>
border-color css
<style>
span { border-color: #DDD0CF; }
span { border-color: rgb(221,208,207); }
td.TdClassName
{
border-color: #DDD0CF;
}
.TagClassName
{
border-color: #DDD0CF;
}
</style>