Shades of Alto #DDC7C5
Tints of Alto #DDC7C5
RGB
CMYK
RGB Variations
Color information
#DDC7C5 (or 0xDDC7C5) is known color: Alto. HEX triplet: DD, C7 and C5. RGB value is (221,199,197). Sum of RGB (Red+Green+Blue) = 221+199+197=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7C5 is #22383A. Grayscale: #CDCDCD. Windows color (decimal): -2242619 or 12961757. OLE color: 12961757.
HSL color Cylindrical-coordinate representation of color #DDC7C5: hue angle of 5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC7C5 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 197 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.13 |
| HSL | 5º | 0.26% | 0.82% | - |
| HSV(B) | 5º | 0.11% | 0.87% | - |
| XYZ | 60.32 | 60.25 | 61.27 | - |
| YUV | 205.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 197 | 0 | 0.10 | 0.11 | 0.13 | 5 | 0.26 | 0.82 |
| Hex | DD | C7 | C5 | 0 | A | B | D | 5 | 1A | 52 |
| Octal | 335 | 307 | 305 | 0 | 12 | 13 | 15 | 5 | 32 | 122 |
| Binary | 11011101 | 11000111 | 11000101 | 0 | 1010 | 1011 | 1101 | 101 | 11010 | 1010010 |
Color Harmonies of #DDC7C5
Complementary color
Monochromatic Colors of #DDC7C5
Black with #DDC7C5
Text Example
Text Example
White with #DDC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7C5; }
p { color: rgb(221,199,197); }
H1.HeaderClassName
{
color: #DDC7C5;
}
.AnyTagClassName
{
color: #DDC7C5;
}
</style>
background-color css
<style>
a { background-color: #DDC7C5; }
a { background-color: rgb(221,199,197); }
div.DivClassName
{
background-color: #DDC7C5;
}
.BgClassName
{
background-color: #DDC7C5;
}
</style>
border-color css
<style>
span { border-color: #DDC7C5; }
span { border-color: rgb(221,199,197); }
td.TdClassName
{
border-color: #DDC7C5;
}
.TagClassName
{
border-color: #DDC7C5;
}
</style>