Shades of Alto #DAC8C4
Tints of Alto #DAC8C4
RGB
CMYK
RGB Variations
Color information
#DAC8C4 (or 0xDAC8C4) is known color: Alto. HEX triplet: DA, C8 and C4. RGB value is (218,200,196). Sum of RGB (Red+Green+Blue) = 218+200+196=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8C4 is #25373B. Grayscale: #CCCCCC. Windows color (decimal): -2438972 or 12896474. OLE color: 12896474.
HSL color Cylindrical-coordinate representation of color #DAC8C4: hue angle of 10.91º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC8C4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 196 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.15 |
| HSL | 10.91º | 0.23% | 0.81% | - |
| HSV(B) | 10.91º | 0.1% | 0.85% | - |
| XYZ | 59.53 | 60.2 | 60.71 | - |
| YUV | 204.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 196 | 0 | 0.08 | 0.10 | 0.15 | 10.91 | 0.23 | 0.81 |
| Hex | DA | C8 | C4 | 0 | 8 | A | F | B | 17 | 51 |
| Octal | 332 | 310 | 304 | 0 | 10 | 12 | 17 | 13 | 27 | 121 |
| Binary | 11011010 | 11001000 | 11000100 | 0 | 1000 | 1010 | 1111 | 1011 | 10111 | 1010001 |
Color Harmonies of #DAC8C4
Complementary color
Monochromatic Colors of #DAC8C4
Black with #DAC8C4
Text Example
Text Example
White with #DAC8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8C4; }
p { color: rgb(218,200,196); }
H1.HeaderClassName
{
color: #DAC8C4;
}
.AnyTagClassName
{
color: #DAC8C4;
}
</style>
background-color css
<style>
a { background-color: #DAC8C4; }
a { background-color: rgb(218,200,196); }
div.DivClassName
{
background-color: #DAC8C4;
}
.BgClassName
{
background-color: #DAC8C4;
}
</style>
border-color css
<style>
span { border-color: #DAC8C4; }
span { border-color: rgb(218,200,196); }
td.TdClassName
{
border-color: #DAC8C4;
}
.TagClassName
{
border-color: #DAC8C4;
}
</style>