Shades of Blanc #D9CFBE
Tints of Blanc #D9CFBE
RGB
CMYK
RGB Variations
Color information
#D9CFBE (or 0xD9CFBE) is known color: Blanc. HEX triplet: D9, CF and BE. RGB value is (217,207,190). Sum of RGB (Red+Green+Blue) = 217+207+190=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFBE is #263041. Grayscale: #D0D0D0. Windows color (decimal): -2502722 or 12505049. OLE color: 12505049.
HSL color Cylindrical-coordinate representation of color #D9CFBE: hue angle of 37.78º degrees, saturation: 0.26, 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 #D9CFBE is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 190 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.15 |
| HSL | 37.78º | 0.26% | 0.8% | - |
| HSV(B) | 37.78º | 0.12% | 0.85% | - |
| XYZ | 60.22 | 63.1 | 57.72 | - |
| YUV | 208.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 190 | 0 | 0.05 | 0.12 | 0.15 | 37.78 | 0.26 | 0.8 |
| Hex | D9 | CF | BE | 0 | 5 | C | F | 26 | 1A | 50 |
| Octal | 331 | 317 | 276 | 0 | 5 | 14 | 17 | 46 | 32 | 120 |
| Binary | 11011001 | 11001111 | 10111110 | 0 | 101 | 1100 | 1111 | 100110 | 11010 | 1010000 |
Color Harmonies of #D9CFBE
Complementary color
Monochromatic Colors of #D9CFBE
Black with #D9CFBE
Text Example
Text Example
White with #D9CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFBE; }
p { color: rgb(217,207,190); }
H1.HeaderClassName
{
color: #D9CFBE;
}
.AnyTagClassName
{
color: #D9CFBE;
}
</style>
background-color css
<style>
a { background-color: #D9CFBE; }
a { background-color: rgb(217,207,190); }
div.DivClassName
{
background-color: #D9CFBE;
}
.BgClassName
{
background-color: #D9CFBE;
}
</style>
border-color css
<style>
span { border-color: #D9CFBE; }
span { border-color: rgb(217,207,190); }
td.TdClassName
{
border-color: #D9CFBE;
}
.TagClassName
{
border-color: #D9CFBE;
}
</style>