Shades of Alto #DDC8C7
Tints of Alto #DDC8C7
RGB
CMYK
RGB Variations
Color information
#DDC8C7 (or 0xDDC8C7) is known color: Alto. HEX triplet: DD, C8 and C7. RGB value is (221,200,199). Sum of RGB (Red+Green+Blue) = 221+200+199=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8C7 is #223738. Grayscale: #CECECE. Windows color (decimal): -2242361 or 13093085. OLE color: 13093085.
HSL color Cylindrical-coordinate representation of color #DDC8C7: hue angle of 2.73º degrees, saturation: 0.24, 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 #DDC8C7 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 200 | 199 | - |
CMYK | 0 | 0.10 | 0.10 | 0.13 |
HSL | 2.73º | 0.24% | 0.82% | - |
HSV(B) | 2.73º | 0.1% | 0.87% | - |
XYZ | 60.78 | 60.8 | 62.57 | - |
YUV | 206.17 | 123.96 | 138.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 200 | 199 | 0 | 0.10 | 0.10 | 0.13 | 2.73 | 0.24 | 0.82 |
Hex | DD | C8 | C7 | 0 | A | A | D | 3 | 18 | 52 |
Octal | 335 | 310 | 307 | 0 | 12 | 12 | 15 | 3 | 30 | 122 |
Binary | 11011101 | 11001000 | 11000111 | 0 | 1010 | 1010 | 1101 | 11 | 11000 | 1010010 |
Color Harmonies of #DDC8C7
Complementary color
Monochromatic Colors of #DDC8C7
Black with #DDC8C7
Text Example
Text Example
White with #DDC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8C7; }
p { color: rgb(221,200,199); }
H1.HeaderClassName
{
color: #DDC8C7;
}
.AnyTagClassName
{
color: #DDC8C7;
}
</style>
background-color css
<style>
a { background-color: #DDC8C7; }
a { background-color: rgb(221,200,199); }
div.DivClassName
{
background-color: #DDC8C7;
}
.BgClassName
{
background-color: #DDC8C7;
}
</style>
border-color css
<style>
span { border-color: #DDC8C7; }
span { border-color: rgb(221,200,199); }
td.TdClassName
{
border-color: #DDC8C7;
}
.TagClassName
{
border-color: #DDC8C7;
}
</style>