Shades of Light Grey #D9CFCF
Tints of Light Grey #D9CFCF
RGB
CMYK
RGB Variations
Color information
#D9CFCF (or 0xD9CFCF) is known color: Light Grey. HEX triplet: D9, CF and CF. RGB value is (217,207,207). Sum of RGB (Red+Green+Blue) = 217+207+207=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFCF is #263030. Grayscale: #D2D2D2. Windows color (decimal): -2502705 or 13619161. OLE color: 13619161.
HSL color Cylindrical-coordinate representation of color #D9CFCF: hue angle of 0º 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 #D9CFCF is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 207 | 207 | - |
CMYK | 0 | 0.05 | 0.05 | 0.15 |
HSL | 0º | 0.12% | 0.83% | - |
HSV(B) | 0º | 0.05% | 0.85% | - |
XYZ | 62.19 | 63.88 | 68.08 | - |
YUV | 209.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 207 | 207 | 0 | 0.05 | 0.05 | 0.15 | 0 | 0.12 | 0.83 |
Hex | D9 | CF | CF | 0 | 5 | 5 | F | 0 | C | 53 |
Octal | 331 | 317 | 317 | 0 | 5 | 5 | 17 | 0 | 14 | 123 |
Binary | 11011001 | 11001111 | 11001111 | 0 | 101 | 101 | 1111 | 0 | 1100 | 1010011 |
Color Harmonies of #D9CFCF
Complementary color
Monochromatic Colors of #D9CFCF
Black with #D9CFCF
Text Example
Text Example
White with #D9CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFCF; }
p { color: rgb(217,207,207); }
H1.HeaderClassName
{
color: #D9CFCF;
}
.AnyTagClassName
{
color: #D9CFCF;
}
</style>
background-color css
<style>
a { background-color: #D9CFCF; }
a { background-color: rgb(217,207,207); }
div.DivClassName
{
background-color: #D9CFCF;
}
.BgClassName
{
background-color: #D9CFCF;
}
</style>
border-color css
<style>
span { border-color: #D9CFCF; }
span { border-color: rgb(217,207,207); }
td.TdClassName
{
border-color: #D9CFCF;
}
.TagClassName
{
border-color: #D9CFCF;
}
</style>