Shades of Alto #DAC2BF
Tints of Alto #DAC2BF
RGB
CMYK
RGB Variations
Color information
#DAC2BF (or 0xDAC2BF) is known color: Alto. HEX triplet: DA, C2 and BF. RGB value is (218,194,191). Sum of RGB (Red+Green+Blue) = 218+194+191=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2BF is #253D40. Grayscale: #C8C8C8. Windows color (decimal): -2440513 or 12567258. OLE color: 12567258.
HSL color Cylindrical-coordinate representation of color #DAC2BF: hue angle of 6.67º 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 #DAC2BF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 191 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.15 |
| HSL | 6.67º | 0.27% | 0.8% | - |
| HSV(B) | 6.67º | 0.12% | 0.85% | - |
| XYZ | 57.61 | 57.25 | 57.3 | - |
| YUV | 200.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 191 | 0 | 0.11 | 0.12 | 0.15 | 6.67 | 0.27 | 0.8 |
| Hex | DA | C2 | BF | 0 | B | C | F | 7 | 1B | 50 |
| Octal | 332 | 302 | 277 | 0 | 13 | 14 | 17 | 7 | 33 | 120 |
| Binary | 11011010 | 11000010 | 10111111 | 0 | 1011 | 1100 | 1111 | 111 | 11011 | 1010000 |
Color Harmonies of #DAC2BF
Complementary color
Monochromatic Colors of #DAC2BF
Black with #DAC2BF
Text Example
Text Example
White with #DAC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2BF; }
p { color: rgb(218,194,191); }
H1.HeaderClassName
{
color: #DAC2BF;
}
.AnyTagClassName
{
color: #DAC2BF;
}
</style>
background-color css
<style>
a { background-color: #DAC2BF; }
a { background-color: rgb(218,194,191); }
div.DivClassName
{
background-color: #DAC2BF;
}
.BgClassName
{
background-color: #DAC2BF;
}
</style>
border-color css
<style>
span { border-color: #DAC2BF; }
span { border-color: rgb(218,194,191); }
td.TdClassName
{
border-color: #DAC2BF;
}
.TagClassName
{
border-color: #DAC2BF;
}
</style>