Shades of Alto #DDC2C1
Tints of Alto #DDC2C1
RGB
CMYK
RGB Variations
Color information
#DDC2C1 (or 0xDDC2C1) is known color: Alto. HEX triplet: DD, C2 and C1. RGB value is (221,194,193). Sum of RGB (Red+Green+Blue) = 221+194+193=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2C1 is #223D3E. Grayscale: #C9C9C9. Windows color (decimal): -2243903 or 12698333. OLE color: 12698333.
HSL color Cylindrical-coordinate representation of color #DDC2C1: hue angle of 2.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC2C1 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 193 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.13 |
| HSL | 2.14º | 0.29% | 0.81% | - |
| HSV(B) | 2.14º | 0.13% | 0.87% | - |
| XYZ | 58.74 | 57.81 | 58.51 | - |
| YUV | 201.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 193 | 0 | 0.12 | 0.13 | 0.13 | 2.14 | 0.29 | 0.81 |
| Hex | DD | C2 | C1 | 0 | C | D | D | 2 | 1D | 51 |
| Octal | 335 | 302 | 301 | 0 | 14 | 15 | 15 | 2 | 35 | 121 |
| Binary | 11011101 | 11000010 | 11000001 | 0 | 1100 | 1101 | 1101 | 10 | 11101 | 1010001 |
Color Harmonies of #DDC2C1
Complementary color
Monochromatic Colors of #DDC2C1
Black with #DDC2C1
Text Example
Text Example
White with #DDC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2C1; }
p { color: rgb(221,194,193); }
H1.HeaderClassName
{
color: #DDC2C1;
}
.AnyTagClassName
{
color: #DDC2C1;
}
</style>
background-color css
<style>
a { background-color: #DDC2C1; }
a { background-color: rgb(221,194,193); }
div.DivClassName
{
background-color: #DDC2C1;
}
.BgClassName
{
background-color: #DDC2C1;
}
</style>
border-color css
<style>
span { border-color: #DDC2C1; }
span { border-color: rgb(221,194,193); }
td.TdClassName
{
border-color: #DDC2C1;
}
.TagClassName
{
border-color: #DDC2C1;
}
</style>