Shades of Blanc #DACFBC
Tints of Blanc #DACFBC
RGB
CMYK
RGB Variations
Color information
#DACFBC (or 0xDACFBC) is known color: Blanc. HEX triplet: DA, CF and BC. RGB value is (218,207,188). Sum of RGB (Red+Green+Blue) = 218+207+188=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFBC is #253043. Grayscale: #D0D0D0. Windows color (decimal): -2437188 or 12373978. OLE color: 12373978.
HSL color Cylindrical-coordinate representation of color #DACFBC: hue angle of 38º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACFBC is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 188 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.15 |
| HSL | 38º | 0.29% | 0.8% | - |
| HSV(B) | 38º | 0.14% | 0.85% | - |
| XYZ | 60.3 | 63.16 | 56.59 | - |
| YUV | 208.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 188 | 0 | 0.05 | 0.14 | 0.15 | 38 | 0.29 | 0.8 |
| Hex | DA | CF | BC | 0 | 5 | E | F | 26 | 1D | 50 |
| Octal | 332 | 317 | 274 | 0 | 5 | 16 | 17 | 46 | 35 | 120 |
| Binary | 11011010 | 11001111 | 10111100 | 0 | 101 | 1110 | 1111 | 100110 | 11101 | 1010000 |
Color Harmonies of #DACFBC
Complementary color
Monochromatic Colors of #DACFBC
Black with #DACFBC
Text Example
Text Example
White with #DACFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFBC; }
p { color: rgb(218,207,188); }
H1.HeaderClassName
{
color: #DACFBC;
}
.AnyTagClassName
{
color: #DACFBC;
}
</style>
background-color css
<style>
a { background-color: #DACFBC; }
a { background-color: rgb(218,207,188); }
div.DivClassName
{
background-color: #DACFBC;
}
.BgClassName
{
background-color: #DACFBC;
}
</style>
border-color css
<style>
span { border-color: #DACFBC; }
span { border-color: rgb(218,207,188); }
td.TdClassName
{
border-color: #DACFBC;
}
.TagClassName
{
border-color: #DACFBC;
}
</style>