Shades of Light Grey #D7CFCF
Tints of Light Grey #D7CFCF
RGB
CMYK
RGB Variations
Color information
#D7CFCF (or 0xD7CFCF) is known color: Light Grey. HEX triplet: D7, CF and CF. RGB value is (215,207,207). Sum of RGB (Red+Green+Blue) = 215+207+207=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFCF is #283030. Grayscale: #D1D1D1. Windows color (decimal): -2633777 or 13619159. OLE color: 13619159.
HSL color Cylindrical-coordinate representation of color #D7CFCF: hue angle of 0º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7CFCF is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 207 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.16 |
| HSL | 0º | 0.09% | 0.83% | - |
| HSV(B) | 0º | 0.04% | 0.84% | - |
| XYZ | 61.6 | 63.58 | 68.06 | - |
| YUV | 209.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 207 | 0 | 0.04 | 0.04 | 0.16 | 0 | 0.09 | 0.83 |
| Hex | D7 | CF | CF | 0 | 4 | 4 | 10 | 0 | 9 | 53 |
| Octal | 327 | 317 | 317 | 0 | 4 | 4 | 20 | 0 | 11 | 123 |
| Binary | 11010111 | 11001111 | 11001111 | 0 | 100 | 100 | 10000 | 0 | 1001 | 1010011 |
Color Harmonies of #D7CFCF
Complementary color
Monochromatic Colors of #D7CFCF
Black with #D7CFCF
Text Example
Text Example
White with #D7CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFCF; }
p { color: rgb(215,207,207); }
H1.HeaderClassName
{
color: #D7CFCF;
}
.AnyTagClassName
{
color: #D7CFCF;
}
</style>
background-color css
<style>
a { background-color: #D7CFCF; }
a { background-color: rgb(215,207,207); }
div.DivClassName
{
background-color: #D7CFCF;
}
.BgClassName
{
background-color: #D7CFCF;
}
</style>
border-color css
<style>
span { border-color: #D7CFCF; }
span { border-color: rgb(215,207,207); }
td.TdClassName
{
border-color: #D7CFCF;
}
.TagClassName
{
border-color: #D7CFCF;
}
</style>