Shades of Alto #DCC3C2
Tints of Alto #DCC3C2
RGB
CMYK
RGB Variations
Color information
#DCC3C2 (or 0xDCC3C2) is known color: Alto. HEX triplet: DC, C3 and C2. RGB value is (220,195,194). Sum of RGB (Red+Green+Blue) = 220+195+194=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3C2 is #233C3D. Grayscale: #CACACA. Windows color (decimal): -2309182 or 12764124. OLE color: 12764124.
HSL color Cylindrical-coordinate representation of color #DCC3C2: hue angle of 2.31º 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 #DCC3C2 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 194 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.14 |
| HSL | 2.31º | 0.27% | 0.81% | - |
| HSV(B) | 2.31º | 0.12% | 0.86% | - |
| XYZ | 58.77 | 58.14 | 59.16 | - |
| YUV | 202.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 194 | 0 | 0.11 | 0.12 | 0.14 | 2.31 | 0.27 | 0.81 |
| Hex | DC | C3 | C2 | 0 | B | C | E | 2 | 1B | 51 |
| Octal | 334 | 303 | 302 | 0 | 13 | 14 | 16 | 2 | 33 | 121 |
| Binary | 11011100 | 11000011 | 11000010 | 0 | 1011 | 1100 | 1110 | 10 | 11011 | 1010001 |
Color Harmonies of #DCC3C2
Complementary color
Monochromatic Colors of #DCC3C2
Black with #DCC3C2
Text Example
Text Example
White with #DCC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3C2; }
p { color: rgb(220,195,194); }
H1.HeaderClassName
{
color: #DCC3C2;
}
.AnyTagClassName
{
color: #DCC3C2;
}
</style>
background-color css
<style>
a { background-color: #DCC3C2; }
a { background-color: rgb(220,195,194); }
div.DivClassName
{
background-color: #DCC3C2;
}
.BgClassName
{
background-color: #DCC3C2;
}
</style>
border-color css
<style>
span { border-color: #DCC3C2; }
span { border-color: rgb(220,195,194); }
td.TdClassName
{
border-color: #DCC3C2;
}
.TagClassName
{
border-color: #DCC3C2;
}
</style>