Shades of Alto #D2BEBD
Tints of Alto #D2BEBD
RGB
CMYK
RGB Variations
Color information
#D2BEBD (or 0xD2BEBD) is known color: Alto. HEX triplet: D2, BE and BD. RGB value is (210,190,189). Sum of RGB (Red+Green+Blue) = 210+190+189=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEBD is #2D4142. Grayscale: #C3C3C3. Windows color (decimal): -2965827 or 12435154. OLE color: 12435154.
HSL color Cylindrical-coordinate representation of color #D2BEBD: hue angle of 2.86º degrees, saturation: 0.19, 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 #D2BEBD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 189 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.18 |
| HSL | 2.86º | 0.19% | 0.78% | - |
| HSV(B) | 2.86º | 0.1% | 0.82% | - |
| XYZ | 54.18 | 54.2 | 55.75 | - |
| YUV | 195.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 189 | 0 | 0.10 | 0.10 | 0.18 | 2.86 | 0.19 | 0.78 |
| Hex | D2 | BE | BD | 0 | A | A | 12 | 3 | 13 | 4E |
| Octal | 322 | 276 | 275 | 0 | 12 | 12 | 22 | 3 | 23 | 116 |
| Binary | 11010010 | 10111110 | 10111101 | 0 | 1010 | 1010 | 10010 | 11 | 10011 | 1001110 |
Color Harmonies of #D2BEBD
Complementary color
Monochromatic Colors of #D2BEBD
Black with #D2BEBD
Text Example
Text Example
White with #D2BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BEBD; }
p { color: rgb(210,190,189); }
H1.HeaderClassName
{
color: #D2BEBD;
}
.AnyTagClassName
{
color: #D2BEBD;
}
</style>
background-color css
<style>
a { background-color: #D2BEBD; }
a { background-color: rgb(210,190,189); }
div.DivClassName
{
background-color: #D2BEBD;
}
.BgClassName
{
background-color: #D2BEBD;
}
</style>
border-color css
<style>
span { border-color: #D2BEBD; }
span { border-color: rgb(210,190,189); }
td.TdClassName
{
border-color: #D2BEBD;
}
.TagClassName
{
border-color: #D2BEBD;
}
</style>