Shades of Alto #D0C9C7
Tints of Alto #D0C9C7
RGB
CMYK
RGB Variations
Color information
#D0C9C7 (or 0xD0C9C7) is known color: Alto. HEX triplet: D0, C9 and C7. RGB value is (208,201,199). Sum of RGB (Red+Green+Blue) = 208+201+199=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9C7 is #2F3638. Grayscale: #CACACA. Windows color (decimal): -3094073 or 13093328. OLE color: 13093328.
HSL color Cylindrical-coordinate representation of color #D0C9C7: hue angle of 13.33º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0C9C7 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 199 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.18 |
| HSL | 13.33º | 0.09% | 0.8% | - |
| HSV(B) | 13.33º | 0.04% | 0.82% | - |
| XYZ | 57.21 | 59.31 | 62.46 | - |
| YUV | 202.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 199 | 0 | 0.03 | 0.04 | 0.18 | 13.33 | 0.09 | 0.8 |
| Hex | D0 | C9 | C7 | 0 | 3 | 4 | 12 | D | 9 | 50 |
| Octal | 320 | 311 | 307 | 0 | 3 | 4 | 22 | 15 | 11 | 120 |
| Binary | 11010000 | 11001001 | 11000111 | 0 | 11 | 100 | 10010 | 1101 | 1001 | 1010000 |
Color Harmonies of #D0C9C7
Complementary color
Monochromatic Colors of #D0C9C7
Black with #D0C9C7
Text Example
Text Example
White with #D0C9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9C7; }
p { color: rgb(208,201,199); }
H1.HeaderClassName
{
color: #D0C9C7;
}
.AnyTagClassName
{
color: #D0C9C7;
}
</style>
background-color css
<style>
a { background-color: #D0C9C7; }
a { background-color: rgb(208,201,199); }
div.DivClassName
{
background-color: #D0C9C7;
}
.BgClassName
{
background-color: #D0C9C7;
}
</style>
border-color css
<style>
span { border-color: #D0C9C7; }
span { border-color: rgb(208,201,199); }
td.TdClassName
{
border-color: #D0C9C7;
}
.TagClassName
{
border-color: #D0C9C7;
}
</style>