Shades of Alto #D1C1BD
Tints of Alto #D1C1BD
RGB
CMYK
RGB Variations
Color information
#D1C1BD (or 0xD1C1BD) is known color: Alto. HEX triplet: D1, C1 and BD. RGB value is (209,193,189). Sum of RGB (Red+Green+Blue) = 209+193+189=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1BD is #2E3E42. Grayscale: #C5C5C5. Windows color (decimal): -3030595 or 12435921. OLE color: 12435921.
HSL color Cylindrical-coordinate representation of color #D1C1BD: hue angle of 12º 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 #D1C1BD is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 189 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.18 |
| HSL | 12º | 0.18% | 0.78% | - |
| HSV(B) | 12º | 0.1% | 0.82% | - |
| XYZ | 54.55 | 55.37 | 55.96 | - |
| YUV | 197.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 189 | 0 | 0.08 | 0.10 | 0.18 | 12 | 0.18 | 0.78 |
| Hex | D1 | C1 | BD | 0 | 8 | A | 12 | C | 12 | 4E |
| Octal | 321 | 301 | 275 | 0 | 10 | 12 | 22 | 14 | 22 | 116 |
| Binary | 11010001 | 11000001 | 10111101 | 0 | 1000 | 1010 | 10010 | 1100 | 10010 | 1001110 |
Color Harmonies of #D1C1BD
Complementary color
Monochromatic Colors of #D1C1BD
Black with #D1C1BD
Text Example
Text Example
White with #D1C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1BD; }
p { color: rgb(209,193,189); }
H1.HeaderClassName
{
color: #D1C1BD;
}
.AnyTagClassName
{
color: #D1C1BD;
}
</style>
background-color css
<style>
a { background-color: #D1C1BD; }
a { background-color: rgb(209,193,189); }
div.DivClassName
{
background-color: #D1C1BD;
}
.BgClassName
{
background-color: #D1C1BD;
}
</style>
border-color css
<style>
span { border-color: #D1C1BD; }
span { border-color: rgb(209,193,189); }
td.TdClassName
{
border-color: #D1C1BD;
}
.TagClassName
{
border-color: #D1C1BD;
}
</style>