Shades of Alto #DCC8C6
Tints of Alto #DCC8C6
RGB
CMYK
RGB Variations
Color information
#DCC8C6 (or 0xDCC8C6) is known color: Alto. HEX triplet: DC, C8 and C6. RGB value is (220,200,198). Sum of RGB (Red+Green+Blue) = 220+200+198=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C6 is #233739. Grayscale: #CDCDCD. Windows color (decimal): -2307898 or 13027548. OLE color: 13027548.
HSL color Cylindrical-coordinate representation of color #DCC8C6: hue angle of 5.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC8C6 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 198 | - |
| CMYK | 0 | 0.09 | 0.1 | 0.14 |
| HSL | 5.45º | 0.24% | 0.82% | - |
| HSV(B) | 5.45º | 0.1% | 0.86% | - |
| XYZ | 60.36 | 60.6 | 61.94 | - |
| YUV | 205.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 198 | 0 | 0.09 | 0.1 | 0.14 | 5.45 | 0.24 | 0.82 |
| Hex | DC | C8 | C6 | 0 | 9 | A | E | 5 | 18 | 52 |
| Octal | 334 | 310 | 306 | 0 | 11 | 12 | 16 | 5 | 30 | 122 |
| Binary | 11011100 | 11001000 | 11000110 | 0 | 1001 | 1010 | 1110 | 101 | 11000 | 1010010 |
Color Harmonies of #DCC8C6
Complementary color
Monochromatic Colors of #DCC8C6
Black with #DCC8C6
Text Example
Text Example
White with #DCC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8C6; }
p { color: rgb(220,200,198); }
H1.HeaderClassName
{
color: #DCC8C6;
}
.AnyTagClassName
{
color: #DCC8C6;
}
</style>
background-color css
<style>
a { background-color: #DCC8C6; }
a { background-color: rgb(220,200,198); }
div.DivClassName
{
background-color: #DCC8C6;
}
.BgClassName
{
background-color: #DCC8C6;
}
</style>
border-color css
<style>
span { border-color: #DCC8C6; }
span { border-color: rgb(220,200,198); }
td.TdClassName
{
border-color: #DCC8C6;
}
.TagClassName
{
border-color: #DCC8C6;
}
</style>