Shades of Alto #D6C3BF
Tints of Alto #D6C3BF
RGB
CMYK
RGB Variations
Color information
#D6C3BF (or 0xD6C3BF) is known color: Alto. HEX triplet: D6, C3 and BF. RGB value is (214,195,191). Sum of RGB (Red+Green+Blue) = 214+195+191=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3BF is #293C40. Grayscale: #C8C8C8. Windows color (decimal): -2702401 or 12567510. OLE color: 12567510.
HSL color Cylindrical-coordinate representation of color #D6C3BF: hue angle of 10.43º degrees, saturation: 0.22, 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 #D6C3BF is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 191 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.16 |
| HSL | 10.43º | 0.22% | 0.79% | - |
| HSV(B) | 10.43º | 0.11% | 0.84% | - |
| XYZ | 56.65 | 57.09 | 57.32 | - |
| YUV | 200.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 191 | 0 | 0.09 | 0.11 | 0.16 | 10.43 | 0.22 | 0.79 |
| Hex | D6 | C3 | BF | 0 | 9 | B | 10 | A | 16 | 4F |
| Octal | 326 | 303 | 277 | 0 | 11 | 13 | 20 | 12 | 26 | 117 |
| Binary | 11010110 | 11000011 | 10111111 | 0 | 1001 | 1011 | 10000 | 1010 | 10110 | 1001111 |
Color Harmonies of #D6C3BF
Complementary color
Monochromatic Colors of #D6C3BF
Black with #D6C3BF
Text Example
Text Example
White with #D6C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3BF; }
p { color: rgb(214,195,191); }
H1.HeaderClassName
{
color: #D6C3BF;
}
.AnyTagClassName
{
color: #D6C3BF;
}
</style>
background-color css
<style>
a { background-color: #D6C3BF; }
a { background-color: rgb(214,195,191); }
div.DivClassName
{
background-color: #D6C3BF;
}
.BgClassName
{
background-color: #D6C3BF;
}
</style>
border-color css
<style>
span { border-color: #D6C3BF; }
span { border-color: rgb(214,195,191); }
td.TdClassName
{
border-color: #D6C3BF;
}
.TagClassName
{
border-color: #D6C3BF;
}
</style>