Shades of Alto #D6C2BE
Tints of Alto #D6C2BE
RGB
CMYK
RGB Variations
Color information
#D6C2BE (or 0xD6C2BE) is known color: Alto. HEX triplet: D6, C2 and BE. RGB value is (214,194,190). Sum of RGB (Red+Green+Blue) = 214+194+190=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2BE is #293D41. Grayscale: #C7C7C7. Windows color (decimal): -2702658 or 12501718. OLE color: 12501718.
HSL color Cylindrical-coordinate representation of color #D6C2BE: hue angle of 10º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C2BE is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 190 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.16 |
| HSL | 10º | 0.23% | 0.79% | - |
| HSV(B) | 10º | 0.11% | 0.84% | - |
| XYZ | 56.32 | 56.6 | 56.67 | - |
| YUV | 199.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 190 | 0 | 0.09 | 0.11 | 0.16 | 10 | 0.23 | 0.79 |
| Hex | D6 | C2 | BE | 0 | 9 | B | 10 | A | 17 | 4F |
| Octal | 326 | 302 | 276 | 0 | 11 | 13 | 20 | 12 | 27 | 117 |
| Binary | 11010110 | 11000010 | 10111110 | 0 | 1001 | 1011 | 10000 | 1010 | 10111 | 1001111 |
Color Harmonies of #D6C2BE
Complementary color
Monochromatic Colors of #D6C2BE
Black with #D6C2BE
Text Example
Text Example
White with #D6C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C2BE; }
p { color: rgb(214,194,190); }
H1.HeaderClassName
{
color: #D6C2BE;
}
.AnyTagClassName
{
color: #D6C2BE;
}
</style>
background-color css
<style>
a { background-color: #D6C2BE; }
a { background-color: rgb(214,194,190); }
div.DivClassName
{
background-color: #D6C2BE;
}
.BgClassName
{
background-color: #D6C2BE;
}
</style>
border-color css
<style>
span { border-color: #D6C2BE; }
span { border-color: rgb(214,194,190); }
td.TdClassName
{
border-color: #D6C2BE;
}
.TagClassName
{
border-color: #D6C2BE;
}
</style>