Shades of Light Grey #D6CECE
Tints of Light Grey #D6CECE
RGB
CMYK
RGB Variations
Color information
#D6CECE (or 0xD6CECE) is known color: Light Grey. HEX triplet: D6, CE and CE. RGB value is (214,206,206). Sum of RGB (Red+Green+Blue) = 214+206+206=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CECE is #293131. Grayscale: #D0D0D0. Windows color (decimal): -2699570 or 13553366. OLE color: 13553366.
HSL color Cylindrical-coordinate representation of color #D6CECE: hue angle of 0º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6CECE is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 206 | 206 | - |
CMYK | 0 | 0.04 | 0.04 | 0.16 |
HSL | 0º | 0.09% | 0.82% | - |
HSV(B) | 0º | 0.04% | 0.84% | - |
XYZ | 60.94 | 62.89 | 67.32 | - |
YUV | 208.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 206 | 206 | 0 | 0.04 | 0.04 | 0.16 | 0 | 0.09 | 0.82 |
Hex | D6 | CE | CE | 0 | 4 | 4 | 10 | 0 | 9 | 52 |
Octal | 326 | 316 | 316 | 0 | 4 | 4 | 20 | 0 | 11 | 122 |
Binary | 11010110 | 11001110 | 11001110 | 0 | 100 | 100 | 10000 | 0 | 1001 | 1010010 |
Color Harmonies of #D6CECE
Complementary color
Monochromatic Colors of #D6CECE
Black with #D6CECE
Text Example
Text Example
White with #D6CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CECE; }
p { color: rgb(214,206,206); }
H1.HeaderClassName
{
color: #D6CECE;
}
.AnyTagClassName
{
color: #D6CECE;
}
</style>
background-color css
<style>
a { background-color: #D6CECE; }
a { background-color: rgb(214,206,206); }
div.DivClassName
{
background-color: #D6CECE;
}
.BgClassName
{
background-color: #D6CECE;
}
</style>
border-color css
<style>
span { border-color: #D6CECE; }
span { border-color: rgb(214,206,206); }
td.TdClassName
{
border-color: #D6CECE;
}
.TagClassName
{
border-color: #D6CECE;
}
</style>