Shades of Light Grey #D9D0CF
Tints of Light Grey #D9D0CF
RGB
CMYK
RGB Variations
Color information
#D9D0CF (or 0xD9D0CF) is known color: Light Grey. HEX triplet: D9, D0 and CF. RGB value is (217,208,207). Sum of RGB (Red+Green+Blue) = 217+208+207=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0CF is #262F30. Grayscale: #D2D2D2. Windows color (decimal): -2502449 or 13619417. OLE color: 13619417.
HSL color Cylindrical-coordinate representation of color #D9D0CF: hue angle of 6º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9D0CF is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 207 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.15 |
| HSL | 6º | 0.12% | 0.83% | - |
| HSV(B) | 6º | 0.05% | 0.85% | - |
| XYZ | 62.43 | 64.37 | 68.17 | - |
| YUV | 210.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 207 | 0 | 0.04 | 0.05 | 0.15 | 6 | 0.12 | 0.83 |
| Hex | D9 | D0 | CF | 0 | 4 | 5 | F | 6 | C | 53 |
| Octal | 331 | 320 | 317 | 0 | 4 | 5 | 17 | 6 | 14 | 123 |
| Binary | 11011001 | 11010000 | 11001111 | 0 | 100 | 101 | 1111 | 110 | 1100 | 1010011 |
Color Harmonies of #D9D0CF
Complementary color
Monochromatic Colors of #D9D0CF
Black with #D9D0CF
Text Example
Text Example
White with #D9D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0CF; }
p { color: rgb(217,208,207); }
H1.HeaderClassName
{
color: #D9D0CF;
}
.AnyTagClassName
{
color: #D9D0CF;
}
</style>
background-color css
<style>
a { background-color: #D9D0CF; }
a { background-color: rgb(217,208,207); }
div.DivClassName
{
background-color: #D9D0CF;
}
.BgClassName
{
background-color: #D9D0CF;
}
</style>
border-color css
<style>
span { border-color: #D9D0CF; }
span { border-color: rgb(217,208,207); }
td.TdClassName
{
border-color: #D9D0CF;
}
.TagClassName
{
border-color: #D9D0CF;
}
</style>