Shades of Alto #DCCAC8
Tints of Alto #DCCAC8
RGB
CMYK
RGB Variations
Color information
#DCCAC8 (or 0xDCCAC8) is known color: Alto. HEX triplet: DC, CA and C8. RGB value is (220,202,200). Sum of RGB (Red+Green+Blue) = 220+202+200=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC8 is #233537. Grayscale: #CFCFCF. Windows color (decimal): -2307384 or 13159132. OLE color: 13159132.
HSL color Cylindrical-coordinate representation of color #DCCAC8: hue angle of 6º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCAC8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 200 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.14 |
| HSL | 6º | 0.22% | 0.82% | - |
| HSV(B) | 6º | 0.09% | 0.86% | - |
| XYZ | 61.06 | 61.63 | 63.32 | - |
| YUV | 207.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 200 | 0 | 0.08 | 0.09 | 0.14 | 6 | 0.22 | 0.82 |
| Hex | DC | CA | C8 | 0 | 8 | 9 | E | 6 | 16 | 52 |
| Octal | 334 | 312 | 310 | 0 | 10 | 11 | 16 | 6 | 26 | 122 |
| Binary | 11011100 | 11001010 | 11001000 | 0 | 1000 | 1001 | 1110 | 110 | 10110 | 1010010 |
Color Harmonies of #DCCAC8
Complementary color
Monochromatic Colors of #DCCAC8
Black with #DCCAC8
Text Example
Text Example
White with #DCCAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAC8; }
p { color: rgb(220,202,200); }
H1.HeaderClassName
{
color: #DCCAC8;
}
.AnyTagClassName
{
color: #DCCAC8;
}
</style>
background-color css
<style>
a { background-color: #DCCAC8; }
a { background-color: rgb(220,202,200); }
div.DivClassName
{
background-color: #DCCAC8;
}
.BgClassName
{
background-color: #DCCAC8;
}
</style>
border-color css
<style>
span { border-color: #DCCAC8; }
span { border-color: rgb(220,202,200); }
td.TdClassName
{
border-color: #DCCAC8;
}
.TagClassName
{
border-color: #DCCAC8;
}
</style>