Shades of Alto #DCC8C5
Tints of Alto #DCC8C5
RGB
CMYK
RGB Variations
Color information
#DCC8C5 (or 0xDCC8C5) is known color: Alto. HEX triplet: DC, C8 and C5. RGB value is (220,200,197). Sum of RGB (Red+Green+Blue) = 220+200+197=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C5 is #23373A. Grayscale: #CDCDCD. Windows color (decimal): -2307899 or 12962012. OLE color: 12962012.
HSL color Cylindrical-coordinate representation of color #DCC8C5: hue angle of 7.83º degrees, saturation: 0.25, 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 #DCC8C5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 197 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.14 |
| HSL | 7.83º | 0.25% | 0.82% | - |
| HSV(B) | 7.83º | 0.1% | 0.86% | - |
| XYZ | 60.25 | 60.56 | 61.34 | - |
| YUV | 205.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 197 | 0 | 0.09 | 0.10 | 0.14 | 7.83 | 0.25 | 0.82 |
| Hex | DC | C8 | C5 | 0 | 9 | A | E | 8 | 19 | 52 |
| Octal | 334 | 310 | 305 | 0 | 11 | 12 | 16 | 10 | 31 | 122 |
| Binary | 11011100 | 11001000 | 11000101 | 0 | 1001 | 1010 | 1110 | 1000 | 11001 | 1010010 |
Color Harmonies of #DCC8C5
Complementary color
Monochromatic Colors of #DCC8C5
Black with #DCC8C5
Text Example
Text Example
White with #DCC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8C5; }
p { color: rgb(220,200,197); }
H1.HeaderClassName
{
color: #DCC8C5;
}
.AnyTagClassName
{
color: #DCC8C5;
}
</style>
background-color css
<style>
a { background-color: #DCC8C5; }
a { background-color: rgb(220,200,197); }
div.DivClassName
{
background-color: #DCC8C5;
}
.BgClassName
{
background-color: #DCC8C5;
}
</style>
border-color css
<style>
span { border-color: #DCC8C5; }
span { border-color: rgb(220,200,197); }
td.TdClassName
{
border-color: #DCC8C5;
}
.TagClassName
{
border-color: #DCC8C5;
}
</style>