Shades of Blanc #D9CFBF
Tints of Blanc #D9CFBF
RGB
CMYK
RGB Variations
Color information
#D9CFBF (or 0xD9CFBF) is known color: Blanc. HEX triplet: D9, CF and BF. RGB value is (217,207,191). Sum of RGB (Red+Green+Blue) = 217+207+191=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFBF is #263040. Grayscale: #D0D0D0. Windows color (decimal): -2502721 or 12570585. OLE color: 12570585.
HSL color Cylindrical-coordinate representation of color #D9CFBF: hue angle of 36.92º degrees, saturation: 0.25, 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 #D9CFBF is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 191 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.15 |
| HSL | 36.92º | 0.25% | 0.8% | - |
| HSV(B) | 36.92º | 0.12% | 0.85% | - |
| XYZ | 60.33 | 63.14 | 58.3 | - |
| YUV | 208.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 191 | 0 | 0.05 | 0.12 | 0.15 | 36.92 | 0.25 | 0.8 |
| Hex | D9 | CF | BF | 0 | 5 | C | F | 25 | 19 | 50 |
| Octal | 331 | 317 | 277 | 0 | 5 | 14 | 17 | 45 | 31 | 120 |
| Binary | 11011001 | 11001111 | 10111111 | 0 | 101 | 1100 | 1111 | 100101 | 11001 | 1010000 |
Color Harmonies of #D9CFBF
Complementary color
Monochromatic Colors of #D9CFBF
Black with #D9CFBF
Text Example
Text Example
White with #D9CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFBF; }
p { color: rgb(217,207,191); }
H1.HeaderClassName
{
color: #D9CFBF;
}
.AnyTagClassName
{
color: #D9CFBF;
}
</style>
background-color css
<style>
a { background-color: #D9CFBF; }
a { background-color: rgb(217,207,191); }
div.DivClassName
{
background-color: #D9CFBF;
}
.BgClassName
{
background-color: #D9CFBF;
}
</style>
border-color css
<style>
span { border-color: #D9CFBF; }
span { border-color: rgb(217,207,191); }
td.TdClassName
{
border-color: #D9CFBF;
}
.TagClassName
{
border-color: #D9CFBF;
}
</style>