Shades of Blanc #D7CEC1
Tints of Blanc #D7CEC1
RGB
CMYK
RGB Variations
Color information
#D7CEC1 (or 0xD7CEC1) is known color: Blanc. HEX triplet: D7, CE and C1. RGB value is (215,206,193). Sum of RGB (Red+Green+Blue) = 215+206+193=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEC1 is #28313E. Grayscale: #CFCFCF. Windows color (decimal): -2634047 or 12701399. OLE color: 12701399.
HSL color Cylindrical-coordinate representation of color #D7CEC1: hue angle of 35.45º degrees, saturation: 0.22, 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 #D7CEC1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 193 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.16 |
| HSL | 35.45º | 0.22% | 0.8% | - |
| HSV(B) | 35.45º | 0.1% | 0.84% | - |
| XYZ | 59.72 | 62.44 | 59.36 | - |
| YUV | 207.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 193 | 0 | 0.04 | 0.10 | 0.16 | 35.45 | 0.22 | 0.8 |
| Hex | D7 | CE | C1 | 0 | 4 | A | 10 | 23 | 16 | 50 |
| Octal | 327 | 316 | 301 | 0 | 4 | 12 | 20 | 43 | 26 | 120 |
| Binary | 11010111 | 11001110 | 11000001 | 0 | 100 | 1010 | 10000 | 100011 | 10110 | 1010000 |
Color Harmonies of #D7CEC1
Complementary color
Monochromatic Colors of #D7CEC1
Black with #D7CEC1
Text Example
Text Example
White with #D7CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CEC1; }
p { color: rgb(215,206,193); }
H1.HeaderClassName
{
color: #D7CEC1;
}
.AnyTagClassName
{
color: #D7CEC1;
}
</style>
background-color css
<style>
a { background-color: #D7CEC1; }
a { background-color: rgb(215,206,193); }
div.DivClassName
{
background-color: #D7CEC1;
}
.BgClassName
{
background-color: #D7CEC1;
}
</style>
border-color css
<style>
span { border-color: #D7CEC1; }
span { border-color: rgb(215,206,193); }
td.TdClassName
{
border-color: #D7CEC1;
}
.TagClassName
{
border-color: #D7CEC1;
}
</style>