Shades of Very Light Grey #D3CECE
Tints of Very Light Grey #D3CECE
RGB
CMYK
RGB Variations
Color information
#D3CECE (or 0xD3CECE) is known color: Very Light Grey. HEX triplet: D3, CE and CE. RGB value is (211,206,206). Sum of RGB (Red+Green+Blue) = 211+206+206=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CECE is #2C3131. Grayscale: #CFCFCF. Windows color (decimal): -2896178 or 13553363. OLE color: 13553363.
HSL color Cylindrical-coordinate representation of color #D3CECE: hue angle of 0º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D3CECE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 206 | 206 | - |
CMYK | 0 | 0.02 | 0.02 | 0.17 |
HSL | 0º | 0.05% | 0.82% | - |
HSV(B) | 0º | 0.02% | 0.83% | - |
XYZ | 60.08 | 62.45 | 67.28 | - |
YUV | 207.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 206 | 206 | 0 | 0.02 | 0.02 | 0.17 | 0 | 0.05 | 0.82 |
Hex | D3 | CE | CE | 0 | 2 | 2 | 11 | 0 | 5 | 52 |
Octal | 323 | 316 | 316 | 0 | 2 | 2 | 21 | 0 | 5 | 122 |
Binary | 11010011 | 11001110 | 11001110 | 0 | 10 | 10 | 10001 | 0 | 101 | 1010010 |
Color Harmonies of #D3CECE
Complementary color
Monochromatic Colors of #D3CECE
Black with #D3CECE
Text Example
Text Example
White with #D3CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CECE; }
p { color: rgb(211,206,206); }
H1.HeaderClassName
{
color: #D3CECE;
}
.AnyTagClassName
{
color: #D3CECE;
}
</style>
background-color css
<style>
a { background-color: #D3CECE; }
a { background-color: rgb(211,206,206); }
div.DivClassName
{
background-color: #D3CECE;
}
.BgClassName
{
background-color: #D3CECE;
}
</style>
border-color css
<style>
span { border-color: #D3CECE; }
span { border-color: rgb(211,206,206); }
td.TdClassName
{
border-color: #D3CECE;
}
.TagClassName
{
border-color: #D3CECE;
}
</style>