Shades of Alto #D1BEBD
Tints of Alto #D1BEBD
RGB
CMYK
RGB Variations
Color information
#D1BEBD (or 0xD1BEBD) is known color: Alto. HEX triplet: D1, BE and BD. RGB value is (209,190,189). Sum of RGB (Red+Green+Blue) = 209+190+189=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEBD is #2E4142. Grayscale: #C3C3C3. Windows color (decimal): -3031363 or 12435153. OLE color: 12435153.
HSL color Cylindrical-coordinate representation of color #D1BEBD: hue angle of 3º 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 #D1BEBD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 189 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.18 |
| HSL | 3º | 0.18% | 0.78% | - |
| HSV(B) | 3º | 0.1% | 0.82% | - |
| XYZ | 53.89 | 54.06 | 55.74 | - |
| YUV | 195.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 189 | 0 | 0.09 | 0.10 | 0.18 | 3 | 0.18 | 0.78 |
| Hex | D1 | BE | BD | 0 | 9 | A | 12 | 3 | 12 | 4E |
| Octal | 321 | 276 | 275 | 0 | 11 | 12 | 22 | 3 | 22 | 116 |
| Binary | 11010001 | 10111110 | 10111101 | 0 | 1001 | 1010 | 10010 | 11 | 10010 | 1001110 |
Color Harmonies of #D1BEBD
Complementary color
Monochromatic Colors of #D1BEBD
Black with #D1BEBD
Text Example
Text Example
White with #D1BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEBD; }
p { color: rgb(209,190,189); }
H1.HeaderClassName
{
color: #D1BEBD;
}
.AnyTagClassName
{
color: #D1BEBD;
}
</style>
background-color css
<style>
a { background-color: #D1BEBD; }
a { background-color: rgb(209,190,189); }
div.DivClassName
{
background-color: #D1BEBD;
}
.BgClassName
{
background-color: #D1BEBD;
}
</style>
border-color css
<style>
span { border-color: #D1BEBD; }
span { border-color: rgb(209,190,189); }
td.TdClassName
{
border-color: #D1BEBD;
}
.TagClassName
{
border-color: #D1BEBD;
}
</style>