Shades of Alto #D2BEBC
Tints of Alto #D2BEBC
RGB
CMYK
RGB Variations
Color information
#D2BEBC (or 0xD2BEBC) is known color: Alto. HEX triplet: D2, BE and BC. RGB value is (210,190,188). Sum of RGB (Red+Green+Blue) = 210+190+188=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEBC is #2D4143. Grayscale: #C3C3C3. Windows color (decimal): -2965828 or 12369618. OLE color: 12369618.
HSL color Cylindrical-coordinate representation of color #D2BEBC: hue angle of 5.45º degrees, saturation: 0.2, 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 #D2BEBC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 188 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.18 |
| HSL | 5.45º | 0.2% | 0.78% | - |
| HSV(B) | 5.45º | 0.1% | 0.82% | - |
| XYZ | 54.07 | 54.16 | 55.18 | - |
| YUV | 195.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 188 | 0 | 0.10 | 0.10 | 0.18 | 5.45 | 0.2 | 0.78 |
| Hex | D2 | BE | BC | 0 | A | A | 12 | 5 | 14 | 4E |
| Octal | 322 | 276 | 274 | 0 | 12 | 12 | 22 | 5 | 24 | 116 |
| Binary | 11010010 | 10111110 | 10111100 | 0 | 1010 | 1010 | 10010 | 101 | 10100 | 1001110 |
Color Harmonies of #D2BEBC
Complementary color
Monochromatic Colors of #D2BEBC
Black with #D2BEBC
Text Example
Text Example
White with #D2BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BEBC; }
p { color: rgb(210,190,188); }
H1.HeaderClassName
{
color: #D2BEBC;
}
.AnyTagClassName
{
color: #D2BEBC;
}
</style>
background-color css
<style>
a { background-color: #D2BEBC; }
a { background-color: rgb(210,190,188); }
div.DivClassName
{
background-color: #D2BEBC;
}
.BgClassName
{
background-color: #D2BEBC;
}
</style>
border-color css
<style>
span { border-color: #D2BEBC; }
span { border-color: rgb(210,190,188); }
td.TdClassName
{
border-color: #D2BEBC;
}
.TagClassName
{
border-color: #D2BEBC;
}
</style>