Shades of Blanc #DFCFBD
Tints of Blanc #DFCFBD
RGB
CMYK
RGB Variations
Color information
#DFCFBD (or 0xDFCFBD) is known color: Blanc. HEX triplet: DF, CF and BD. RGB value is (223,207,189). Sum of RGB (Red+Green+Blue) = 223+207+189=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFBD is #203042. Grayscale: #D1D1D1. Windows color (decimal): -2109507 or 12439519. OLE color: 12439519.
HSL color Cylindrical-coordinate representation of color #DFCFBD: hue angle of 31.76º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCFBD is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 189 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.13 |
| HSL | 31.76º | 0.35% | 0.81% | - |
| HSV(B) | 31.76º | 0.15% | 0.87% | - |
| XYZ | 61.93 | 63.99 | 57.23 | - |
| YUV | 209.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 189 | 0 | 0.07 | 0.15 | 0.13 | 31.76 | 0.35 | 0.81 |
| Hex | DF | CF | BD | 0 | 7 | F | D | 20 | 23 | 51 |
| Octal | 337 | 317 | 275 | 0 | 7 | 17 | 15 | 40 | 43 | 121 |
| Binary | 11011111 | 11001111 | 10111101 | 0 | 111 | 1111 | 1101 | 100000 | 100011 | 1010001 |
Color Harmonies of #DFCFBD
Complementary color
Monochromatic Colors of #DFCFBD
Black with #DFCFBD
Text Example
Text Example
White with #DFCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFBD; }
p { color: rgb(223,207,189); }
H1.HeaderClassName
{
color: #DFCFBD;
}
.AnyTagClassName
{
color: #DFCFBD;
}
</style>
background-color css
<style>
a { background-color: #DFCFBD; }
a { background-color: rgb(223,207,189); }
div.DivClassName
{
background-color: #DFCFBD;
}
.BgClassName
{
background-color: #DFCFBD;
}
</style>
border-color css
<style>
span { border-color: #DFCFBD; }
span { border-color: rgb(223,207,189); }
td.TdClassName
{
border-color: #DFCFBD;
}
.TagClassName
{
border-color: #DFCFBD;
}
</style>