Shades of Alto #D1C1BF
Tints of Alto #D1C1BF
RGB
CMYK
RGB Variations
Color information
#D1C1BF (or 0xD1C1BF) is known color: Alto. HEX triplet: D1, C1 and BF. RGB value is (209,193,191). Sum of RGB (Red+Green+Blue) = 209+193+191=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1BF is #2E3E40. Grayscale: #C5C5C5. Windows color (decimal): -3030593 or 12566993. OLE color: 12566993.
HSL color Cylindrical-coordinate representation of color #D1C1BF: hue angle of 6.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C1BF is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 191 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.18 |
| HSL | 6.67º | 0.16% | 0.78% | - |
| HSV(B) | 6.67º | 0.09% | 0.82% | - |
| XYZ | 54.77 | 55.46 | 57.11 | - |
| YUV | 197.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 191 | 0 | 0.08 | 0.09 | 0.18 | 6.67 | 0.16 | 0.78 |
| Hex | D1 | C1 | BF | 0 | 8 | 9 | 12 | 7 | 10 | 4E |
| Octal | 321 | 301 | 277 | 0 | 10 | 11 | 22 | 7 | 20 | 116 |
| Binary | 11010001 | 11000001 | 10111111 | 0 | 1000 | 1001 | 10010 | 111 | 10000 | 1001110 |
Color Harmonies of #D1C1BF
Complementary color
Monochromatic Colors of #D1C1BF
Black with #D1C1BF
Text Example
Text Example
White with #D1C1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1BF; }
p { color: rgb(209,193,191); }
H1.HeaderClassName
{
color: #D1C1BF;
}
.AnyTagClassName
{
color: #D1C1BF;
}
</style>
background-color css
<style>
a { background-color: #D1C1BF; }
a { background-color: rgb(209,193,191); }
div.DivClassName
{
background-color: #D1C1BF;
}
.BgClassName
{
background-color: #D1C1BF;
}
</style>
border-color css
<style>
span { border-color: #D1C1BF; }
span { border-color: rgb(209,193,191); }
td.TdClassName
{
border-color: #D1C1BF;
}
.TagClassName
{
border-color: #D1C1BF;
}
</style>