Shades of Blanc #DAD0BC
Tints of Blanc #DAD0BC
RGB
CMYK
RGB Variations
Color information
#DAD0BC (or 0xDAD0BC) is known color: Blanc. HEX triplet: DA, D0 and BC. RGB value is (218,208,188). Sum of RGB (Red+Green+Blue) = 218+208+188=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0BC is #252F43. Grayscale: #D0D0D0. Windows color (decimal): -2436932 or 12374234. OLE color: 12374234.
HSL color Cylindrical-coordinate representation of color #DAD0BC: hue angle of 40º 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 #DAD0BC is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 188 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.15 |
| HSL | 40º | 0.29% | 0.8% | - |
| HSV(B) | 40º | 0.14% | 0.85% | - |
| XYZ | 60.55 | 63.65 | 56.67 | - |
| YUV | 208.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 188 | 0 | 0.05 | 0.14 | 0.15 | 40 | 0.29 | 0.8 |
| Hex | DA | D0 | BC | 0 | 5 | E | F | 28 | 1D | 50 |
| Octal | 332 | 320 | 274 | 0 | 5 | 16 | 17 | 50 | 35 | 120 |
| Binary | 11011010 | 11010000 | 10111100 | 0 | 101 | 1110 | 1111 | 101000 | 11101 | 1010000 |
Color Harmonies of #DAD0BC
Complementary color
Monochromatic Colors of #DAD0BC
Black with #DAD0BC
Text Example
Text Example
White with #DAD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0BC; }
p { color: rgb(218,208,188); }
H1.HeaderClassName
{
color: #DAD0BC;
}
.AnyTagClassName
{
color: #DAD0BC;
}
</style>
background-color css
<style>
a { background-color: #DAD0BC; }
a { background-color: rgb(218,208,188); }
div.DivClassName
{
background-color: #DAD0BC;
}
.BgClassName
{
background-color: #DAD0BC;
}
</style>
border-color css
<style>
span { border-color: #DAD0BC; }
span { border-color: rgb(218,208,188); }
td.TdClassName
{
border-color: #DAD0BC;
}
.TagClassName
{
border-color: #DAD0BC;
}
</style>