Shades of Blanc #D8CEBC
Tints of Blanc #D8CEBC
RGB
CMYK
RGB Variations
Color information
#D8CEBC (or 0xD8CEBC) is known color: Blanc. HEX triplet: D8, CE and BC. RGB value is (216,206,188). Sum of RGB (Red+Green+Blue) = 216+206+188=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEBC is #273143. Grayscale: #CFCFCF. Windows color (decimal): -2568516 or 12373720. OLE color: 12373720.
HSL color Cylindrical-coordinate representation of color #D8CEBC: hue angle of 38.57º degrees, saturation: 0.26, 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 #D8CEBC is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 188 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.15 |
| HSL | 38.57º | 0.26% | 0.79% | - |
| HSV(B) | 38.57º | 0.13% | 0.85% | - |
| XYZ | 59.47 | 62.37 | 56.48 | - |
| YUV | 206.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 188 | 0 | 0.05 | 0.13 | 0.15 | 38.57 | 0.26 | 0.79 |
| Hex | D8 | CE | BC | 0 | 5 | D | F | 27 | 1A | 4F |
| Octal | 330 | 316 | 274 | 0 | 5 | 15 | 17 | 47 | 32 | 117 |
| Binary | 11011000 | 11001110 | 10111100 | 0 | 101 | 1101 | 1111 | 100111 | 11010 | 1001111 |
Color Harmonies of #D8CEBC
Complementary color
Monochromatic Colors of #D8CEBC
Black with #D8CEBC
Text Example
Text Example
White with #D8CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEBC; }
p { color: rgb(216,206,188); }
H1.HeaderClassName
{
color: #D8CEBC;
}
.AnyTagClassName
{
color: #D8CEBC;
}
</style>
background-color css
<style>
a { background-color: #D8CEBC; }
a { background-color: rgb(216,206,188); }
div.DivClassName
{
background-color: #D8CEBC;
}
.BgClassName
{
background-color: #D8CEBC;
}
</style>
border-color css
<style>
span { border-color: #D8CEBC; }
span { border-color: rgb(216,206,188); }
td.TdClassName
{
border-color: #D8CEBC;
}
.TagClassName
{
border-color: #D8CEBC;
}
</style>