Shades of Blanc #D9D0BE
Tints of Blanc #D9D0BE
RGB
CMYK
RGB Variations
Color information
#D9D0BE (or 0xD9D0BE) is known color: Blanc. HEX triplet: D9, D0 and BE. RGB value is (217,208,190). Sum of RGB (Red+Green+Blue) = 217+208+190=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0BE is #262F41. Grayscale: #D0D0D0. Windows color (decimal): -2502466 or 12505305. OLE color: 12505305.
HSL color Cylindrical-coordinate representation of color #D9D0BE: hue angle of 40º 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 #D9D0BE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 190 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.15 |
| HSL | 40º | 0.26% | 0.8% | - |
| HSV(B) | 40º | 0.12% | 0.85% | - |
| XYZ | 60.47 | 63.58 | 57.8 | - |
| YUV | 208.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 190 | 0 | 0.04 | 0.12 | 0.15 | 40 | 0.26 | 0.8 |
| Hex | D9 | D0 | BE | 0 | 4 | C | F | 28 | 1A | 50 |
| Octal | 331 | 320 | 276 | 0 | 4 | 14 | 17 | 50 | 32 | 120 |
| Binary | 11011001 | 11010000 | 10111110 | 0 | 100 | 1100 | 1111 | 101000 | 11010 | 1010000 |
Color Harmonies of #D9D0BE
Complementary color
Monochromatic Colors of #D9D0BE
Black with #D9D0BE
Text Example
Text Example
White with #D9D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0BE; }
p { color: rgb(217,208,190); }
H1.HeaderClassName
{
color: #D9D0BE;
}
.AnyTagClassName
{
color: #D9D0BE;
}
</style>
background-color css
<style>
a { background-color: #D9D0BE; }
a { background-color: rgb(217,208,190); }
div.DivClassName
{
background-color: #D9D0BE;
}
.BgClassName
{
background-color: #D9D0BE;
}
</style>
border-color css
<style>
span { border-color: #D9D0BE; }
span { border-color: rgb(217,208,190); }
td.TdClassName
{
border-color: #D9D0BE;
}
.TagClassName
{
border-color: #D9D0BE;
}
</style>