Shades of Light Grey #D7CECE
Tints of Light Grey #D7CECE
RGB
CMYK
RGB Variations
Color information
#D7CECE (or 0xD7CECE) is known color: Light Grey. HEX triplet: D7, CE and CE. RGB value is (215,206,206). Sum of RGB (Red+Green+Blue) = 215+206+206=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CECE is #283131. Grayscale: #D0D0D0. Windows color (decimal): -2634034 or 13553367. OLE color: 13553367.
HSL color Cylindrical-coordinate representation of color #D7CECE: hue angle of 0º degrees, saturation: 0.1, 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 #D7CECE is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 206 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.16 |
| HSL | 0º | 0.1% | 0.83% | - |
| HSV(B) | 0º | 0.04% | 0.84% | - |
| XYZ | 61.24 | 63.05 | 67.33 | - |
| YUV | 208.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 206 | 0 | 0.04 | 0.04 | 0.16 | 0 | 0.1 | 0.83 |
| Hex | D7 | CE | CE | 0 | 4 | 4 | 10 | 0 | A | 53 |
| Octal | 327 | 316 | 316 | 0 | 4 | 4 | 20 | 0 | 12 | 123 |
| Binary | 11010111 | 11001110 | 11001110 | 0 | 100 | 100 | 10000 | 0 | 1010 | 1010011 |
Color Harmonies of #D7CECE
Complementary color
Monochromatic Colors of #D7CECE
Black with #D7CECE
Text Example
Text Example
White with #D7CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CECE; }
p { color: rgb(215,206,206); }
H1.HeaderClassName
{
color: #D7CECE;
}
.AnyTagClassName
{
color: #D7CECE;
}
</style>
background-color css
<style>
a { background-color: #D7CECE; }
a { background-color: rgb(215,206,206); }
div.DivClassName
{
background-color: #D7CECE;
}
.BgClassName
{
background-color: #D7CECE;
}
</style>
border-color css
<style>
span { border-color: #D7CECE; }
span { border-color: rgb(215,206,206); }
td.TdClassName
{
border-color: #D7CECE;
}
.TagClassName
{
border-color: #D7CECE;
}
</style>