Shades of Blanc #D6CEC0
Tints of Blanc #D6CEC0
RGB
CMYK
RGB Variations
Color information
#D6CEC0 (or 0xD6CEC0) is known color: Blanc. HEX triplet: D6, CE and C0. RGB value is (214,206,192). Sum of RGB (Red+Green+Blue) = 214+206+192=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEC0 is #29313F. Grayscale: #CECECE. Windows color (decimal): -2699584 or 12635862. OLE color: 12635862.
HSL color Cylindrical-coordinate representation of color #D6CEC0: hue angle of 38.18º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6CEC0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 192 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.16 |
| HSL | 38.18º | 0.21% | 0.8% | - |
| HSV(B) | 38.18º | 0.1% | 0.84% | - |
| XYZ | 59.32 | 62.24 | 58.76 | - |
| YUV | 206.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 192 | 0 | 0.04 | 0.10 | 0.16 | 38.18 | 0.21 | 0.8 |
| Hex | D6 | CE | C0 | 0 | 4 | A | 10 | 26 | 15 | 50 |
| Octal | 326 | 316 | 300 | 0 | 4 | 12 | 20 | 46 | 25 | 120 |
| Binary | 11010110 | 11001110 | 11000000 | 0 | 100 | 1010 | 10000 | 100110 | 10101 | 1010000 |
Color Harmonies of #D6CEC0
Complementary color
Monochromatic Colors of #D6CEC0
Black with #D6CEC0
Text Example
Text Example
White with #D6CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEC0; }
p { color: rgb(214,206,192); }
H1.HeaderClassName
{
color: #D6CEC0;
}
.AnyTagClassName
{
color: #D6CEC0;
}
</style>
background-color css
<style>
a { background-color: #D6CEC0; }
a { background-color: rgb(214,206,192); }
div.DivClassName
{
background-color: #D6CEC0;
}
.BgClassName
{
background-color: #D6CEC0;
}
</style>
border-color css
<style>
span { border-color: #D6CEC0; }
span { border-color: rgb(214,206,192); }
td.TdClassName
{
border-color: #D6CEC0;
}
.TagClassName
{
border-color: #D6CEC0;
}
</style>