Shades of Very Light Grey #D1CFCF
Tints of Very Light Grey #D1CFCF
RGB
CMYK
RGB Variations
Color information
#D1CFCF (or 0xD1CFCF) is known color: Very Light Grey. HEX triplet: D1, CF and CF. RGB value is (209,207,207). Sum of RGB (Red+Green+Blue) = 209+207+207=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFCF is #2E3030. Grayscale: #CFCFCF. Windows color (decimal): -3026993 or 13619153. OLE color: 13619153.
HSL color Cylindrical-coordinate representation of color #D1CFCF: hue angle of 0º degrees, saturation: 0.02, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D1CFCF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 207 | 207 | - |
CMYK | 0 | 0.01 | 0.01 | 0.18 |
HSL | 0º | 0.02% | 0.82% | - |
HSV(B) | 0º | 0.01% | 0.82% | - |
XYZ | 59.87 | 62.69 | 67.98 | - |
YUV | 207.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 207 | 207 | 0 | 0.01 | 0.01 | 0.18 | 0 | 0.02 | 0.82 |
Hex | D1 | CF | CF | 0 | 1 | 1 | 12 | 0 | 2 | 52 |
Octal | 321 | 317 | 317 | 0 | 1 | 1 | 22 | 0 | 2 | 122 |
Binary | 11010001 | 11001111 | 11001111 | 0 | 1 | 1 | 10010 | 0 | 10 | 1010010 |
Color Harmonies of #D1CFCF
Complementary color
Monochromatic Colors of #D1CFCF
Black with #D1CFCF
Text Example
Text Example
White with #D1CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFCF; }
p { color: rgb(209,207,207); }
H1.HeaderClassName
{
color: #D1CFCF;
}
.AnyTagClassName
{
color: #D1CFCF;
}
</style>
background-color css
<style>
a { background-color: #D1CFCF; }
a { background-color: rgb(209,207,207); }
div.DivClassName
{
background-color: #D1CFCF;
}
.BgClassName
{
background-color: #D1CFCF;
}
</style>
border-color css
<style>
span { border-color: #D1CFCF; }
span { border-color: rgb(209,207,207); }
td.TdClassName
{
border-color: #D1CFCF;
}
.TagClassName
{
border-color: #D1CFCF;
}
</style>