Shades of Blanc #D7CEBC
Tints of Blanc #D7CEBC
RGB
CMYK
RGB Variations
Color information
#D7CEBC (or 0xD7CEBC) is known color: Blanc. HEX triplet: D7, CE and BC. RGB value is (215,206,188). Sum of RGB (Red+Green+Blue) = 215+206+188=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEBC is #283143. Grayscale: #CECECE. Windows color (decimal): -2634052 or 12373719. OLE color: 12373719.
HSL color Cylindrical-coordinate representation of color #D7CEBC: hue angle of 40º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7CEBC is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 188 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.16 |
| HSL | 40º | 0.25% | 0.79% | - |
| HSV(B) | 40º | 0.13% | 0.84% | - |
| XYZ | 59.17 | 62.22 | 56.47 | - |
| YUV | 206.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 188 | 0 | 0.04 | 0.13 | 0.16 | 40 | 0.25 | 0.79 |
| Hex | D7 | CE | BC | 0 | 4 | D | 10 | 28 | 19 | 4F |
| Octal | 327 | 316 | 274 | 0 | 4 | 15 | 20 | 50 | 31 | 117 |
| Binary | 11010111 | 11001110 | 10111100 | 0 | 100 | 1101 | 10000 | 101000 | 11001 | 1001111 |
Color Harmonies of #D7CEBC
Complementary color
Monochromatic Colors of #D7CEBC
Black with #D7CEBC
Text Example
Text Example
White with #D7CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CEBC; }
p { color: rgb(215,206,188); }
H1.HeaderClassName
{
color: #D7CEBC;
}
.AnyTagClassName
{
color: #D7CEBC;
}
</style>
background-color css
<style>
a { background-color: #D7CEBC; }
a { background-color: rgb(215,206,188); }
div.DivClassName
{
background-color: #D7CEBC;
}
.BgClassName
{
background-color: #D7CEBC;
}
</style>
border-color css
<style>
span { border-color: #D7CEBC; }
span { border-color: rgb(215,206,188); }
td.TdClassName
{
border-color: #D7CEBC;
}
.TagClassName
{
border-color: #D7CEBC;
}
</style>