Shades of Alto #D1C2BD
Tints of Alto #D1C2BD
RGB
CMYK
RGB Variations
Color information
#D1C2BD (or 0xD1C2BD) is known color: Alto. HEX triplet: D1, C2 and BD. RGB value is (209,194,189). Sum of RGB (Red+Green+Blue) = 209+194+189=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C2BD is #2E3D42. Grayscale: #C5C5C5. Windows color (decimal): -3030339 or 12436177. OLE color: 12436177.
HSL color Cylindrical-coordinate representation of color #D1C2BD: hue angle of 15º 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 #D1C2BD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 189 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.18 |
| HSL | 15º | 0.18% | 0.78% | - |
| HSV(B) | 15º | 0.1% | 0.82% | - |
| XYZ | 54.77 | 55.81 | 56.03 | - |
| YUV | 197.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 189 | 0 | 0.07 | 0.10 | 0.18 | 15 | 0.18 | 0.78 |
| Hex | D1 | C2 | BD | 0 | 7 | A | 12 | F | 12 | 4E |
| Octal | 321 | 302 | 275 | 0 | 7 | 12 | 22 | 17 | 22 | 116 |
| Binary | 11010001 | 11000010 | 10111101 | 0 | 111 | 1010 | 10010 | 1111 | 10010 | 1001110 |
Color Harmonies of #D1C2BD
Complementary color
Monochromatic Colors of #D1C2BD
Black with #D1C2BD
Text Example
Text Example
White with #D1C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2BD; }
p { color: rgb(209,194,189); }
H1.HeaderClassName
{
color: #D1C2BD;
}
.AnyTagClassName
{
color: #D1C2BD;
}
</style>
background-color css
<style>
a { background-color: #D1C2BD; }
a { background-color: rgb(209,194,189); }
div.DivClassName
{
background-color: #D1C2BD;
}
.BgClassName
{
background-color: #D1C2BD;
}
</style>
border-color css
<style>
span { border-color: #D1C2BD; }
span { border-color: rgb(209,194,189); }
td.TdClassName
{
border-color: #D1C2BD;
}
.TagClassName
{
border-color: #D1C2BD;
}
</style>