Shades of Alto #D5BEBD
Tints of Alto #D5BEBD
RGB
CMYK
RGB Variations
Color information
#D5BEBD (or 0xD5BEBD) is known color: Alto. HEX triplet: D5, BE and BD. RGB value is (213,190,189). Sum of RGB (Red+Green+Blue) = 213+190+189=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEBD is #2A4142. Grayscale: #C4C4C4. Windows color (decimal): -2769219 or 12435157. OLE color: 12435157.
HSL color Cylindrical-coordinate representation of color #D5BEBD: hue angle of 2.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BEBD is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 189 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.16 |
| HSL | 2.5º | 0.22% | 0.79% | - |
| HSV(B) | 2.5º | 0.11% | 0.84% | - |
| XYZ | 55.04 | 54.65 | 55.79 | - |
| YUV | 196.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 189 | 0 | 0.11 | 0.11 | 0.16 | 2.5 | 0.22 | 0.79 |
| Hex | D5 | BE | BD | 0 | B | B | 10 | 2 | 16 | 4F |
| Octal | 325 | 276 | 275 | 0 | 13 | 13 | 20 | 2 | 26 | 117 |
| Binary | 11010101 | 10111110 | 10111101 | 0 | 1011 | 1011 | 10000 | 10 | 10110 | 1001111 |
Color Harmonies of #D5BEBD
Complementary color
Monochromatic Colors of #D5BEBD
Black with #D5BEBD
Text Example
Text Example
White with #D5BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEBD; }
p { color: rgb(213,190,189); }
H1.HeaderClassName
{
color: #D5BEBD;
}
.AnyTagClassName
{
color: #D5BEBD;
}
</style>
background-color css
<style>
a { background-color: #D5BEBD; }
a { background-color: rgb(213,190,189); }
div.DivClassName
{
background-color: #D5BEBD;
}
.BgClassName
{
background-color: #D5BEBD;
}
</style>
border-color css
<style>
span { border-color: #D5BEBD; }
span { border-color: rgb(213,190,189); }
td.TdClassName
{
border-color: #D5BEBD;
}
.TagClassName
{
border-color: #D5BEBD;
}
</style>