Shades of Alto #D6C8C5
Tints of Alto #D6C8C5
RGB
CMYK
RGB Variations
Color information
#D6C8C5 (or 0xD6C8C5) is known color: Alto. HEX triplet: D6, C8 and C5. RGB value is (214,200,197). Sum of RGB (Red+Green+Blue) = 214+200+197=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8C5 is #29373A. Grayscale: #CBCBCB. Windows color (decimal): -2701115 or 12962006. OLE color: 12962006.
HSL color Cylindrical-coordinate representation of color #D6C8C5: hue angle of 10.59º degrees, saturation: 0.17, 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 #D6C8C5 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 197 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.16 |
| HSL | 10.59º | 0.17% | 0.81% | - |
| HSV(B) | 10.59º | 0.08% | 0.84% | - |
| XYZ | 58.46 | 59.64 | 61.25 | - |
| YUV | 203.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 197 | 0 | 0.07 | 0.08 | 0.16 | 10.59 | 0.17 | 0.81 |
| Hex | D6 | C8 | C5 | 0 | 7 | 8 | 10 | B | 11 | 51 |
| Octal | 326 | 310 | 305 | 0 | 7 | 10 | 20 | 13 | 21 | 121 |
| Binary | 11010110 | 11001000 | 11000101 | 0 | 111 | 1000 | 10000 | 1011 | 10001 | 1010001 |
Color Harmonies of #D6C8C5
Complementary color
Monochromatic Colors of #D6C8C5
Black with #D6C8C5
Text Example
Text Example
White with #D6C8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8C5; }
p { color: rgb(214,200,197); }
H1.HeaderClassName
{
color: #D6C8C5;
}
.AnyTagClassName
{
color: #D6C8C5;
}
</style>
background-color css
<style>
a { background-color: #D6C8C5; }
a { background-color: rgb(214,200,197); }
div.DivClassName
{
background-color: #D6C8C5;
}
.BgClassName
{
background-color: #D6C8C5;
}
</style>
border-color css
<style>
span { border-color: #D6C8C5; }
span { border-color: rgb(214,200,197); }
td.TdClassName
{
border-color: #D6C8C5;
}
.TagClassName
{
border-color: #D6C8C5;
}
</style>