Shades of Alto #D7C8C5
Tints of Alto #D7C8C5
RGB
CMYK
RGB Variations
Color information
#D7C8C5 (or 0xD7C8C5) is known color: Alto. HEX triplet: D7, C8 and C5. RGB value is (215,200,197). Sum of RGB (Red+Green+Blue) = 215+200+197=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8C5 is #28373A. Grayscale: #CCCCCC. Windows color (decimal): -2635579 or 12962007. OLE color: 12962007.
HSL color Cylindrical-coordinate representation of color #D7C8C5: hue angle of 10º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7C8C5 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 197 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.16 |
| HSL | 10º | 0.18% | 0.81% | - |
| HSV(B) | 10º | 0.08% | 0.84% | - |
| XYZ | 58.76 | 59.79 | 61.27 | - |
| YUV | 204.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 197 | 0 | 0.07 | 0.08 | 0.16 | 10 | 0.18 | 0.81 |
| Hex | D7 | C8 | C5 | 0 | 7 | 8 | 10 | A | 12 | 51 |
| Octal | 327 | 310 | 305 | 0 | 7 | 10 | 20 | 12 | 22 | 121 |
| Binary | 11010111 | 11001000 | 11000101 | 0 | 111 | 1000 | 10000 | 1010 | 10010 | 1010001 |
Color Harmonies of #D7C8C5
Complementary color
Monochromatic Colors of #D7C8C5
Black with #D7C8C5
Text Example
Text Example
White with #D7C8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8C5; }
p { color: rgb(215,200,197); }
H1.HeaderClassName
{
color: #D7C8C5;
}
.AnyTagClassName
{
color: #D7C8C5;
}
</style>
background-color css
<style>
a { background-color: #D7C8C5; }
a { background-color: rgb(215,200,197); }
div.DivClassName
{
background-color: #D7C8C5;
}
.BgClassName
{
background-color: #D7C8C5;
}
</style>
border-color css
<style>
span { border-color: #D7C8C5; }
span { border-color: rgb(215,200,197); }
td.TdClassName
{
border-color: #D7C8C5;
}
.TagClassName
{
border-color: #D7C8C5;
}
</style>