Shades of Alto #D1C0BD
Tints of Alto #D1C0BD
RGB
CMYK
RGB Variations
Color information
#D1C0BD (or 0xD1C0BD) is known color: Alto. HEX triplet: D1, C0 and BD. RGB value is (209,192,189). Sum of RGB (Red+Green+Blue) = 209+192+189=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0BD is #2E3F42. Grayscale: #C4C4C4. Windows color (decimal): -3030851 or 12435665. OLE color: 12435665.
HSL color Cylindrical-coordinate representation of color #D1C0BD: hue angle of 9º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1C0BD is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 189 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.18 |
| HSL | 9º | 0.18% | 0.78% | - |
| HSV(B) | 9º | 0.1% | 0.82% | - |
| XYZ | 54.33 | 54.93 | 55.88 | - |
| YUV | 196.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 189 | 0 | 0.08 | 0.10 | 0.18 | 9 | 0.18 | 0.78 |
| Hex | D1 | C0 | BD | 0 | 8 | A | 12 | 9 | 12 | 4E |
| Octal | 321 | 300 | 275 | 0 | 10 | 12 | 22 | 11 | 22 | 116 |
| Binary | 11010001 | 11000000 | 10111101 | 0 | 1000 | 1010 | 10010 | 1001 | 10010 | 1001110 |
Color Harmonies of #D1C0BD
Complementary color
Monochromatic Colors of #D1C0BD
Black with #D1C0BD
Text Example
Text Example
White with #D1C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0BD; }
p { color: rgb(209,192,189); }
H1.HeaderClassName
{
color: #D1C0BD;
}
.AnyTagClassName
{
color: #D1C0BD;
}
</style>
background-color css
<style>
a { background-color: #D1C0BD; }
a { background-color: rgb(209,192,189); }
div.DivClassName
{
background-color: #D1C0BD;
}
.BgClassName
{
background-color: #D1C0BD;
}
</style>
border-color css
<style>
span { border-color: #D1C0BD; }
span { border-color: rgb(209,192,189); }
td.TdClassName
{
border-color: #D1C0BD;
}
.TagClassName
{
border-color: #D1C0BD;
}
</style>