Shades of Very Light Grey #D1CECE
Tints of Very Light Grey #D1CECE
RGB
CMYK
RGB Variations
Color information
#D1CECE (or 0xD1CECE) is known color: Very Light Grey. HEX triplet: D1, CE and CE. RGB value is (209,206,206). Sum of RGB (Red+Green+Blue) = 209+206+206=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CECE is #2E3131. Grayscale: #CECECE. Windows color (decimal): -3027250 or 13553361. OLE color: 13553361.
HSL color Cylindrical-coordinate representation of color #D1CECE: hue angle of 0º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D1CECE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 206 | 206 | - |
CMYK | 0 | 0.01 | 0.01 | 0.18 |
HSL | 0º | 0.03% | 0.81% | - |
HSV(B) | 0º | 0.01% | 0.82% | - |
XYZ | 59.51 | 62.15 | 67.25 | - |
YUV | 206.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 206 | 206 | 0 | 0.01 | 0.01 | 0.18 | 0 | 0.03 | 0.81 |
Hex | D1 | CE | CE | 0 | 1 | 1 | 12 | 0 | 3 | 51 |
Octal | 321 | 316 | 316 | 0 | 1 | 1 | 22 | 0 | 3 | 121 |
Binary | 11010001 | 11001110 | 11001110 | 0 | 1 | 1 | 10010 | 0 | 11 | 1010001 |
Color Harmonies of #D1CECE
Complementary color
Monochromatic Colors of #D1CECE
Black with #D1CECE
Text Example
Text Example
White with #D1CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CECE; }
p { color: rgb(209,206,206); }
H1.HeaderClassName
{
color: #D1CECE;
}
.AnyTagClassName
{
color: #D1CECE;
}
</style>
background-color css
<style>
a { background-color: #D1CECE; }
a { background-color: rgb(209,206,206); }
div.DivClassName
{
background-color: #D1CECE;
}
.BgClassName
{
background-color: #D1CECE;
}
</style>
border-color css
<style>
span { border-color: #D1CECE; }
span { border-color: rgb(209,206,206); }
td.TdClassName
{
border-color: #D1CECE;
}
.TagClassName
{
border-color: #D1CECE;
}
</style>