Shades of Blanc #D9CFBD
Tints of Blanc #D9CFBD
RGB
CMYK
RGB Variations
Color information
#D9CFBD (or 0xD9CFBD) is known color: Blanc. HEX triplet: D9, CF and BD. RGB value is (217,207,189). Sum of RGB (Red+Green+Blue) = 217+207+189=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFBD is #263042. Grayscale: #D0D0D0. Windows color (decimal): -2502723 or 12439513. OLE color: 12439513.
HSL color Cylindrical-coordinate representation of color #D9CFBD: hue angle of 38.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9CFBD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 189 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.15 |
| HSL | 38.57º | 0.27% | 0.8% | - |
| HSV(B) | 38.57º | 0.13% | 0.85% | - |
| XYZ | 60.11 | 63.05 | 57.15 | - |
| YUV | 207.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 189 | 0 | 0.05 | 0.13 | 0.15 | 38.57 | 0.27 | 0.8 |
| Hex | D9 | CF | BD | 0 | 5 | D | F | 27 | 1B | 50 |
| Octal | 331 | 317 | 275 | 0 | 5 | 15 | 17 | 47 | 33 | 120 |
| Binary | 11011001 | 11001111 | 10111101 | 0 | 101 | 1101 | 1111 | 100111 | 11011 | 1010000 |
Color Harmonies of #D9CFBD
Complementary color
Monochromatic Colors of #D9CFBD
Black with #D9CFBD
Text Example
Text Example
White with #D9CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFBD; }
p { color: rgb(217,207,189); }
H1.HeaderClassName
{
color: #D9CFBD;
}
.AnyTagClassName
{
color: #D9CFBD;
}
</style>
background-color css
<style>
a { background-color: #D9CFBD; }
a { background-color: rgb(217,207,189); }
div.DivClassName
{
background-color: #D9CFBD;
}
.BgClassName
{
background-color: #D9CFBD;
}
</style>
border-color css
<style>
span { border-color: #D9CFBD; }
span { border-color: rgb(217,207,189); }
td.TdClassName
{
border-color: #D9CFBD;
}
.TagClassName
{
border-color: #D9CFBD;
}
</style>