Shades of Alto #D2BEBB
Tints of Alto #D2BEBB
RGB
CMYK
RGB Variations
Color information
#D2BEBB (or 0xD2BEBB) is known color: Alto. HEX triplet: D2, BE and BB. RGB value is (210,190,187). Sum of RGB (Red+Green+Blue) = 210+190+187=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEBB is #2D4144. Grayscale: #C3C3C3. Windows color (decimal): -2965829 or 12304082. OLE color: 12304082.
HSL color Cylindrical-coordinate representation of color #D2BEBB: hue angle of 7.83º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BEBB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 187 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.18 |
| HSL | 7.83º | 0.2% | 0.78% | - |
| HSV(B) | 7.83º | 0.11% | 0.82% | - |
| XYZ | 53.96 | 54.12 | 54.62 | - |
| YUV | 195.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 187 | 0 | 0.10 | 0.11 | 0.18 | 7.83 | 0.2 | 0.78 |
| Hex | D2 | BE | BB | 0 | A | B | 12 | 8 | 14 | 4E |
| Octal | 322 | 276 | 273 | 0 | 12 | 13 | 22 | 10 | 24 | 116 |
| Binary | 11010010 | 10111110 | 10111011 | 0 | 1010 | 1011 | 10010 | 1000 | 10100 | 1001110 |
Color Harmonies of #D2BEBB
Complementary color
Monochromatic Colors of #D2BEBB
Black with #D2BEBB
Text Example
Text Example
White with #D2BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BEBB; }
p { color: rgb(210,190,187); }
H1.HeaderClassName
{
color: #D2BEBB;
}
.AnyTagClassName
{
color: #D2BEBB;
}
</style>
background-color css
<style>
a { background-color: #D2BEBB; }
a { background-color: rgb(210,190,187); }
div.DivClassName
{
background-color: #D2BEBB;
}
.BgClassName
{
background-color: #D2BEBB;
}
</style>
border-color css
<style>
span { border-color: #D2BEBB; }
span { border-color: rgb(210,190,187); }
td.TdClassName
{
border-color: #D2BEBB;
}
.TagClassName
{
border-color: #D2BEBB;
}
</style>