Shades of Alto #DAC2BE
Tints of Alto #DAC2BE
RGB
CMYK
RGB Variations
Color information
#DAC2BE (or 0xDAC2BE) is known color: Alto. HEX triplet: DA, C2 and BE. RGB value is (218,194,190). Sum of RGB (Red+Green+Blue) = 218+194+190=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2BE is #253D41. Grayscale: #C8C8C8. Windows color (decimal): -2440514 or 12501722. OLE color: 12501722.
HSL color Cylindrical-coordinate representation of color #DAC2BE: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC2BE is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 190 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.15 |
| HSL | 8.57º | 0.27% | 0.8% | - |
| HSV(B) | 8.57º | 0.13% | 0.85% | - |
| XYZ | 57.5 | 57.21 | 56.73 | - |
| YUV | 200.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 190 | 0 | 0.11 | 0.13 | 0.15 | 8.57 | 0.27 | 0.8 |
| Hex | DA | C2 | BE | 0 | B | D | F | 9 | 1B | 50 |
| Octal | 332 | 302 | 276 | 0 | 13 | 15 | 17 | 11 | 33 | 120 |
| Binary | 11011010 | 11000010 | 10111110 | 0 | 1011 | 1101 | 1111 | 1001 | 11011 | 1010000 |
Color Harmonies of #DAC2BE
Complementary color
Monochromatic Colors of #DAC2BE
Black with #DAC2BE
Text Example
Text Example
White with #DAC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2BE; }
p { color: rgb(218,194,190); }
H1.HeaderClassName
{
color: #DAC2BE;
}
.AnyTagClassName
{
color: #DAC2BE;
}
</style>
background-color css
<style>
a { background-color: #DAC2BE; }
a { background-color: rgb(218,194,190); }
div.DivClassName
{
background-color: #DAC2BE;
}
.BgClassName
{
background-color: #DAC2BE;
}
</style>
border-color css
<style>
span { border-color: #DAC2BE; }
span { border-color: rgb(218,194,190); }
td.TdClassName
{
border-color: #DAC2BE;
}
.TagClassName
{
border-color: #DAC2BE;
}
</style>