Shades of Alto #DDC8C6
Tints of Alto #DDC8C6
RGB
CMYK
RGB Variations
Color information
#DDC8C6 (or 0xDDC8C6) is known color: Alto. HEX triplet: DD, C8 and C6. RGB value is (221,200,198). Sum of RGB (Red+Green+Blue) = 221+200+198=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8C6 is #223739. Grayscale: #CECECE. Windows color (decimal): -2242362 or 13027549. OLE color: 13027549.
HSL color Cylindrical-coordinate representation of color #DDC8C6: hue angle of 5.22º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC8C6 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 198 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.13 |
| HSL | 5.22º | 0.25% | 0.82% | - |
| HSV(B) | 5.22º | 0.1% | 0.87% | - |
| XYZ | 60.67 | 60.76 | 61.96 | - |
| YUV | 206.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 198 | 0 | 0.10 | 0.10 | 0.13 | 5.22 | 0.25 | 0.82 |
| Hex | DD | C8 | C6 | 0 | A | A | D | 5 | 19 | 52 |
| Octal | 335 | 310 | 306 | 0 | 12 | 12 | 15 | 5 | 31 | 122 |
| Binary | 11011101 | 11001000 | 11000110 | 0 | 1010 | 1010 | 1101 | 101 | 11001 | 1010010 |
Color Harmonies of #DDC8C6
Complementary color
Monochromatic Colors of #DDC8C6
Black with #DDC8C6
Text Example
Text Example
White with #DDC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8C6; }
p { color: rgb(221,200,198); }
H1.HeaderClassName
{
color: #DDC8C6;
}
.AnyTagClassName
{
color: #DDC8C6;
}
</style>
background-color css
<style>
a { background-color: #DDC8C6; }
a { background-color: rgb(221,200,198); }
div.DivClassName
{
background-color: #DDC8C6;
}
.BgClassName
{
background-color: #DDC8C6;
}
</style>
border-color css
<style>
span { border-color: #DDC8C6; }
span { border-color: rgb(221,200,198); }
td.TdClassName
{
border-color: #DDC8C6;
}
.TagClassName
{
border-color: #DDC8C6;
}
</style>