Shades of Blanc #D8CFBF
Tints of Blanc #D8CFBF
RGB
CMYK
RGB Variations
Color information
#D8CFBF (or 0xD8CFBF) is known color: Blanc. HEX triplet: D8, CF and BF. RGB value is (216,207,191). Sum of RGB (Red+Green+Blue) = 216+207+191=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFBF is #273040. Grayscale: #CFCFCF. Windows color (decimal): -2568257 or 12570584. OLE color: 12570584.
HSL color Cylindrical-coordinate representation of color #D8CFBF: hue angle of 38.4º 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 #D8CFBF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 191 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.15 |
| HSL | 38.4º | 0.24% | 0.8% | - |
| HSV(B) | 38.4º | 0.12% | 0.85% | - |
| XYZ | 60.04 | 62.99 | 58.28 | - |
| YUV | 207.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 191 | 0 | 0.04 | 0.12 | 0.15 | 38.4 | 0.24 | 0.8 |
| Hex | D8 | CF | BF | 0 | 4 | C | F | 26 | 18 | 50 |
| Octal | 330 | 317 | 277 | 0 | 4 | 14 | 17 | 46 | 30 | 120 |
| Binary | 11011000 | 11001111 | 10111111 | 0 | 100 | 1100 | 1111 | 100110 | 11000 | 1010000 |
Color Harmonies of #D8CFBF
Complementary color
Monochromatic Colors of #D8CFBF
Black with #D8CFBF
Text Example
Text Example
White with #D8CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFBF; }
p { color: rgb(216,207,191); }
H1.HeaderClassName
{
color: #D8CFBF;
}
.AnyTagClassName
{
color: #D8CFBF;
}
</style>
background-color css
<style>
a { background-color: #D8CFBF; }
a { background-color: rgb(216,207,191); }
div.DivClassName
{
background-color: #D8CFBF;
}
.BgClassName
{
background-color: #D8CFBF;
}
</style>
border-color css
<style>
span { border-color: #D8CFBF; }
span { border-color: rgb(216,207,191); }
td.TdClassName
{
border-color: #D8CFBF;
}
.TagClassName
{
border-color: #D8CFBF;
}
</style>