Shades of Blanc #DACFBD
Tints of Blanc #DACFBD
RGB
CMYK
RGB Variations
Color information
#DACFBD (or 0xDACFBD) is known color: Blanc. HEX triplet: DA, CF and BD. RGB value is (218,207,189). Sum of RGB (Red+Green+Blue) = 218+207+189=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFBD is #253042. Grayscale: #D0D0D0. Windows color (decimal): -2437187 or 12439514. OLE color: 12439514.
HSL color Cylindrical-coordinate representation of color #DACFBD: hue angle of 37.24º degrees, saturation: 0.28, 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 #DACFBD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 189 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.15 |
| HSL | 37.24º | 0.28% | 0.8% | - |
| HSV(B) | 37.24º | 0.13% | 0.85% | - |
| XYZ | 60.41 | 63.21 | 57.16 | - |
| YUV | 208.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 189 | 0 | 0.05 | 0.13 | 0.15 | 37.24 | 0.28 | 0.8 |
| Hex | DA | CF | BD | 0 | 5 | D | F | 25 | 1C | 50 |
| Octal | 332 | 317 | 275 | 0 | 5 | 15 | 17 | 45 | 34 | 120 |
| Binary | 11011010 | 11001111 | 10111101 | 0 | 101 | 1101 | 1111 | 100101 | 11100 | 1010000 |
Color Harmonies of #DACFBD
Complementary color
Monochromatic Colors of #DACFBD
Black with #DACFBD
Text Example
Text Example
White with #DACFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFBD; }
p { color: rgb(218,207,189); }
H1.HeaderClassName
{
color: #DACFBD;
}
.AnyTagClassName
{
color: #DACFBD;
}
</style>
background-color css
<style>
a { background-color: #DACFBD; }
a { background-color: rgb(218,207,189); }
div.DivClassName
{
background-color: #DACFBD;
}
.BgClassName
{
background-color: #DACFBD;
}
</style>
border-color css
<style>
span { border-color: #DACFBD; }
span { border-color: rgb(218,207,189); }
td.TdClassName
{
border-color: #DACFBD;
}
.TagClassName
{
border-color: #DACFBD;
}
</style>