Shades of Blanc #D8D0BF
Tints of Blanc #D8D0BF
RGB
CMYK
RGB Variations
Color information
#D8D0BF (or 0xD8D0BF) is known color: Blanc. HEX triplet: D8, D0 and BF. RGB value is (216,208,191). Sum of RGB (Red+Green+Blue) = 216+208+191=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0BF is #272F40. Grayscale: #D0D0D0. Windows color (decimal): -2568001 or 12570840. OLE color: 12570840.
HSL color Cylindrical-coordinate representation of color #D8D0BF: hue angle of 40.8º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8D0BF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 191 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.15 |
| HSL | 40.8º | 0.24% | 0.8% | - |
| HSV(B) | 40.8º | 0.12% | 0.85% | - |
| XYZ | 60.28 | 63.47 | 58.36 | - |
| YUV | 208.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 191 | 0 | 0.04 | 0.12 | 0.15 | 40.8 | 0.24 | 0.8 |
| Hex | D8 | D0 | BF | 0 | 4 | C | F | 29 | 18 | 50 |
| Octal | 330 | 320 | 277 | 0 | 4 | 14 | 17 | 51 | 30 | 120 |
| Binary | 11011000 | 11010000 | 10111111 | 0 | 100 | 1100 | 1111 | 101001 | 11000 | 1010000 |
Color Harmonies of #D8D0BF
Complementary color
Monochromatic Colors of #D8D0BF
Black with #D8D0BF
Text Example
Text Example
White with #D8D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0BF; }
p { color: rgb(216,208,191); }
H1.HeaderClassName
{
color: #D8D0BF;
}
.AnyTagClassName
{
color: #D8D0BF;
}
</style>
background-color css
<style>
a { background-color: #D8D0BF; }
a { background-color: rgb(216,208,191); }
div.DivClassName
{
background-color: #D8D0BF;
}
.BgClassName
{
background-color: #D8D0BF;
}
</style>
border-color css
<style>
span { border-color: #D8D0BF; }
span { border-color: rgb(216,208,191); }
td.TdClassName
{
border-color: #D8D0BF;
}
.TagClassName
{
border-color: #D8D0BF;
}
</style>