Shades of Blanc #D7CEC0
Tints of Blanc #D7CEC0
RGB
CMYK
RGB Variations
Color information
#D7CEC0 (or 0xD7CEC0) is known color: Blanc. HEX triplet: D7, CE and C0. RGB value is (215,206,192). Sum of RGB (Red+Green+Blue) = 215+206+192=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEC0 is #28313F. Grayscale: #CFCFCF. Windows color (decimal): -2634048 or 12635863. OLE color: 12635863.
HSL color Cylindrical-coordinate representation of color #D7CEC0: hue angle of 36.52º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7CEC0 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 192 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.16 |
| HSL | 36.52º | 0.22% | 0.8% | - |
| HSV(B) | 36.52º | 0.11% | 0.84% | - |
| XYZ | 59.61 | 62.4 | 58.77 | - |
| YUV | 207.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 192 | 0 | 0.04 | 0.11 | 0.16 | 36.52 | 0.22 | 0.8 |
| Hex | D7 | CE | C0 | 0 | 4 | B | 10 | 25 | 16 | 50 |
| Octal | 327 | 316 | 300 | 0 | 4 | 13 | 20 | 45 | 26 | 120 |
| Binary | 11010111 | 11001110 | 11000000 | 0 | 100 | 1011 | 10000 | 100101 | 10110 | 1010000 |
Color Harmonies of #D7CEC0
Complementary color
Monochromatic Colors of #D7CEC0
Black with #D7CEC0
Text Example
Text Example
White with #D7CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CEC0; }
p { color: rgb(215,206,192); }
H1.HeaderClassName
{
color: #D7CEC0;
}
.AnyTagClassName
{
color: #D7CEC0;
}
</style>
background-color css
<style>
a { background-color: #D7CEC0; }
a { background-color: rgb(215,206,192); }
div.DivClassName
{
background-color: #D7CEC0;
}
.BgClassName
{
background-color: #D7CEC0;
}
</style>
border-color css
<style>
span { border-color: #D7CEC0; }
span { border-color: rgb(215,206,192); }
td.TdClassName
{
border-color: #D7CEC0;
}
.TagClassName
{
border-color: #D7CEC0;
}
</style>