Shades of Alto #D6C3BE
Tints of Alto #D6C3BE
RGB
CMYK
RGB Variations
Color information
#D6C3BE (or 0xD6C3BE) is known color: Alto. HEX triplet: D6, C3 and BE. RGB value is (214,195,190). Sum of RGB (Red+Green+Blue) = 214+195+190=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3BE is #293C41. Grayscale: #C8C8C8. Windows color (decimal): -2702402 or 12501974. OLE color: 12501974.
HSL color Cylindrical-coordinate representation of color #D6C3BE: hue angle of 12.5º 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 #D6C3BE is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 190 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.16 |
| HSL | 12.5º | 0.23% | 0.79% | - |
| HSV(B) | 12.5º | 0.11% | 0.84% | - |
| XYZ | 56.54 | 57.04 | 56.75 | - |
| YUV | 200.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 190 | 0 | 0.09 | 0.11 | 0.16 | 12.5 | 0.23 | 0.79 |
| Hex | D6 | C3 | BE | 0 | 9 | B | 10 | C | 17 | 4F |
| Octal | 326 | 303 | 276 | 0 | 11 | 13 | 20 | 14 | 27 | 117 |
| Binary | 11010110 | 11000011 | 10111110 | 0 | 1001 | 1011 | 10000 | 1100 | 10111 | 1001111 |
Color Harmonies of #D6C3BE
Complementary color
Monochromatic Colors of #D6C3BE
Black with #D6C3BE
Text Example
Text Example
White with #D6C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3BE; }
p { color: rgb(214,195,190); }
H1.HeaderClassName
{
color: #D6C3BE;
}
.AnyTagClassName
{
color: #D6C3BE;
}
</style>
background-color css
<style>
a { background-color: #D6C3BE; }
a { background-color: rgb(214,195,190); }
div.DivClassName
{
background-color: #D6C3BE;
}
.BgClassName
{
background-color: #D6C3BE;
}
</style>
border-color css
<style>
span { border-color: #D6C3BE; }
span { border-color: rgb(214,195,190); }
td.TdClassName
{
border-color: #D6C3BE;
}
.TagClassName
{
border-color: #D6C3BE;
}
</style>