Shades of Blanc #DAD1BF
Tints of Blanc #DAD1BF
RGB
CMYK
RGB Variations
Color information
#DAD1BF (or 0xDAD1BF) is known color: Blanc. HEX triplet: DA, D1 and BF. RGB value is (218,209,191). Sum of RGB (Red+Green+Blue) = 218+209+191=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1BF is #252E40. Grayscale: #D1D1D1. Windows color (decimal): -2436673 or 12571098. OLE color: 12571098.
HSL color Cylindrical-coordinate representation of color #DAD1BF: hue angle of 40º degrees, saturation: 0.27, 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 #DAD1BF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 191 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.15 |
| HSL | 40º | 0.27% | 0.8% | - |
| HSV(B) | 40º | 0.12% | 0.85% | - |
| XYZ | 61.12 | 64.27 | 58.47 | - |
| YUV | 209.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 191 | 0 | 0.04 | 0.12 | 0.15 | 40 | 0.27 | 0.8 |
| Hex | DA | D1 | BF | 0 | 4 | C | F | 28 | 1B | 50 |
| Octal | 332 | 321 | 277 | 0 | 4 | 14 | 17 | 50 | 33 | 120 |
| Binary | 11011010 | 11010001 | 10111111 | 0 | 100 | 1100 | 1111 | 101000 | 11011 | 1010000 |
Color Harmonies of #DAD1BF
Complementary color
Monochromatic Colors of #DAD1BF
Black with #DAD1BF
Text Example
Text Example
White with #DAD1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1BF; }
p { color: rgb(218,209,191); }
H1.HeaderClassName
{
color: #DAD1BF;
}
.AnyTagClassName
{
color: #DAD1BF;
}
</style>
background-color css
<style>
a { background-color: #DAD1BF; }
a { background-color: rgb(218,209,191); }
div.DivClassName
{
background-color: #DAD1BF;
}
.BgClassName
{
background-color: #DAD1BF;
}
</style>
border-color css
<style>
span { border-color: #DAD1BF; }
span { border-color: rgb(218,209,191); }
td.TdClassName
{
border-color: #DAD1BF;
}
.TagClassName
{
border-color: #DAD1BF;
}
</style>