Shades of Blanc #D8CEBB
Tints of Blanc #D8CEBB
RGB
CMYK
RGB Variations
Color information
#D8CEBB (or 0xD8CEBB) is known color: Blanc. HEX triplet: D8, CE and BB. RGB value is (216,206,187). Sum of RGB (Red+Green+Blue) = 216+206+187=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEBB is #273144. Grayscale: #CECECE. Windows color (decimal): -2568517 or 12308184. OLE color: 12308184.
HSL color Cylindrical-coordinate representation of color #D8CEBB: hue angle of 39.31º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CEBB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 187 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.15 |
| HSL | 39.31º | 0.27% | 0.79% | - |
| HSV(B) | 39.31º | 0.13% | 0.85% | - |
| XYZ | 59.36 | 62.33 | 55.92 | - |
| YUV | 206.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 187 | 0 | 0.05 | 0.13 | 0.15 | 39.31 | 0.27 | 0.79 |
| Hex | D8 | CE | BB | 0 | 5 | D | F | 27 | 1B | 4F |
| Octal | 330 | 316 | 273 | 0 | 5 | 15 | 17 | 47 | 33 | 117 |
| Binary | 11011000 | 11001110 | 10111011 | 0 | 101 | 1101 | 1111 | 100111 | 11011 | 1001111 |
Color Harmonies of #D8CEBB
Complementary color
Monochromatic Colors of #D8CEBB
Black with #D8CEBB
Text Example
Text Example
White with #D8CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEBB; }
p { color: rgb(216,206,187); }
H1.HeaderClassName
{
color: #D8CEBB;
}
.AnyTagClassName
{
color: #D8CEBB;
}
</style>
background-color css
<style>
a { background-color: #D8CEBB; }
a { background-color: rgb(216,206,187); }
div.DivClassName
{
background-color: #D8CEBB;
}
.BgClassName
{
background-color: #D8CEBB;
}
</style>
border-color css
<style>
span { border-color: #D8CEBB; }
span { border-color: rgb(216,206,187); }
td.TdClassName
{
border-color: #D8CEBB;
}
.TagClassName
{
border-color: #D8CEBB;
}
</style>