Shades of Alto #DAC7C6
Tints of Alto #DAC7C6
RGB
CMYK
RGB Variations
Color information
#DAC7C6 (or 0xDAC7C6) is known color: Alto. HEX triplet: DA, C7 and C6. RGB value is (218,199,198). Sum of RGB (Red+Green+Blue) = 218+199+198=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7C6 is #253839. Grayscale: #CCCCCC. Windows color (decimal): -2439226 or 13027290. OLE color: 13027290.
HSL color Cylindrical-coordinate representation of color #DAC7C6: hue angle of 3º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC7C6 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 198 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.15 |
| HSL | 3º | 0.21% | 0.82% | - |
| HSV(B) | 3º | 0.09% | 0.85% | - |
| XYZ | 59.53 | 59.83 | 61.84 | - |
| YUV | 204.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 198 | 0 | 0.09 | 0.09 | 0.15 | 3 | 0.21 | 0.82 |
| Hex | DA | C7 | C6 | 0 | 9 | 9 | F | 3 | 15 | 52 |
| Octal | 332 | 307 | 306 | 0 | 11 | 11 | 17 | 3 | 25 | 122 |
| Binary | 11011010 | 11000111 | 11000110 | 0 | 1001 | 1001 | 1111 | 11 | 10101 | 1010010 |
Color Harmonies of #DAC7C6
Complementary color
Monochromatic Colors of #DAC7C6
Black with #DAC7C6
Text Example
Text Example
White with #DAC7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7C6; }
p { color: rgb(218,199,198); }
H1.HeaderClassName
{
color: #DAC7C6;
}
.AnyTagClassName
{
color: #DAC7C6;
}
</style>
background-color css
<style>
a { background-color: #DAC7C6; }
a { background-color: rgb(218,199,198); }
div.DivClassName
{
background-color: #DAC7C6;
}
.BgClassName
{
background-color: #DAC7C6;
}
</style>
border-color css
<style>
span { border-color: #DAC7C6; }
span { border-color: rgb(218,199,198); }
td.TdClassName
{
border-color: #DAC7C6;
}
.TagClassName
{
border-color: #DAC7C6;
}
</style>