Shades of Alto #DCC4C2
Tints of Alto #DCC4C2
RGB
CMYK
RGB Variations
Color information
#DCC4C2 (or 0xDCC4C2) is known color: Alto. HEX triplet: DC, C4 and C2. RGB value is (220,196,194). Sum of RGB (Red+Green+Blue) = 220+196+194=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4C2 is #233B3D. Grayscale: #CACACA. Windows color (decimal): -2308926 or 12764380. OLE color: 12764380.
HSL color Cylindrical-coordinate representation of color #DCC4C2: hue angle of 4.62º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC4C2 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 194 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.14 |
| HSL | 4.62º | 0.27% | 0.81% | - |
| HSV(B) | 4.62º | 0.12% | 0.86% | - |
| XYZ | 58.99 | 58.59 | 59.24 | - |
| YUV | 202.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 194 | 0 | 0.11 | 0.12 | 0.14 | 4.62 | 0.27 | 0.81 |
| Hex | DC | C4 | C2 | 0 | B | C | E | 5 | 1B | 51 |
| Octal | 334 | 304 | 302 | 0 | 13 | 14 | 16 | 5 | 33 | 121 |
| Binary | 11011100 | 11000100 | 11000010 | 0 | 1011 | 1100 | 1110 | 101 | 11011 | 1010001 |
Color Harmonies of #DCC4C2
Complementary color
Monochromatic Colors of #DCC4C2
Black with #DCC4C2
Text Example
Text Example
White with #DCC4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4C2; }
p { color: rgb(220,196,194); }
H1.HeaderClassName
{
color: #DCC4C2;
}
.AnyTagClassName
{
color: #DCC4C2;
}
</style>
background-color css
<style>
a { background-color: #DCC4C2; }
a { background-color: rgb(220,196,194); }
div.DivClassName
{
background-color: #DCC4C2;
}
.BgClassName
{
background-color: #DCC4C2;
}
</style>
border-color css
<style>
span { border-color: #DCC4C2; }
span { border-color: rgb(220,196,194); }
td.TdClassName
{
border-color: #DCC4C2;
}
.TagClassName
{
border-color: #DCC4C2;
}
</style>