Shades of Blanc #DAD0C0
Tints of Blanc #DAD0C0
RGB
CMYK
RGB Variations
Color information
#DAD0C0 (or 0xDAD0C0) is known color: Blanc. HEX triplet: DA, D0 and C0. RGB value is (218,208,192). Sum of RGB (Red+Green+Blue) = 218+208+192=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0C0 is #252F3F. Grayscale: #D1D1D1. Windows color (decimal): -2436928 or 12636378. OLE color: 12636378.
HSL color Cylindrical-coordinate representation of color #DAD0C0: hue angle of 36.92º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD0C0 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 192 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.15 |
| HSL | 36.92º | 0.26% | 0.8% | - |
| HSV(B) | 36.92º | 0.12% | 0.85% | - |
| XYZ | 60.98 | 63.82 | 58.97 | - |
| YUV | 209.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 192 | 0 | 0.05 | 0.12 | 0.15 | 36.92 | 0.26 | 0.8 |
| Hex | DA | D0 | C0 | 0 | 5 | C | F | 25 | 1A | 50 |
| Octal | 332 | 320 | 300 | 0 | 5 | 14 | 17 | 45 | 32 | 120 |
| Binary | 11011010 | 11010000 | 11000000 | 0 | 101 | 1100 | 1111 | 100101 | 11010 | 1010000 |
Color Harmonies of #DAD0C0
Complementary color
Monochromatic Colors of #DAD0C0
Black with #DAD0C0
Text Example
Text Example
White with #DAD0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0C0; }
p { color: rgb(218,208,192); }
H1.HeaderClassName
{
color: #DAD0C0;
}
.AnyTagClassName
{
color: #DAD0C0;
}
</style>
background-color css
<style>
a { background-color: #DAD0C0; }
a { background-color: rgb(218,208,192); }
div.DivClassName
{
background-color: #DAD0C0;
}
.BgClassName
{
background-color: #DAD0C0;
}
</style>
border-color css
<style>
span { border-color: #DAD0C0; }
span { border-color: rgb(218,208,192); }
td.TdClassName
{
border-color: #DAD0C0;
}
.TagClassName
{
border-color: #DAD0C0;
}
</style>