Shades of Alto #D5BEBE
Tints of Alto #D5BEBE
RGB
CMYK
RGB Variations
Color information
#D5BEBE (or 0xD5BEBE) is known color: Alto. HEX triplet: D5, BE and BE. RGB value is (213,190,190). Sum of RGB (Red+Green+Blue) = 213+190+190=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEBE is #2A4141. Grayscale: #C4C4C4. Windows color (decimal): -2769218 or 12500693. OLE color: 12500693.
HSL color Cylindrical-coordinate representation of color #D5BEBE: hue angle of 0º degrees, saturation: 0.21, 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 #D5BEBE is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 190 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.16 |
| HSL | 0º | 0.21% | 0.79% | - |
| HSV(B) | 0º | 0.11% | 0.84% | - |
| XYZ | 55.15 | 54.69 | 56.36 | - |
| YUV | 196.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 190 | 0 | 0.11 | 0.11 | 0.16 | 0 | 0.21 | 0.79 |
| Hex | D5 | BE | BE | 0 | B | B | 10 | 0 | 15 | 4F |
| Octal | 325 | 276 | 276 | 0 | 13 | 13 | 20 | 0 | 25 | 117 |
| Binary | 11010101 | 10111110 | 10111110 | 0 | 1011 | 1011 | 10000 | 0 | 10101 | 1001111 |
Color Harmonies of #D5BEBE
Complementary color
Monochromatic Colors of #D5BEBE
Black with #D5BEBE
Text Example
Text Example
White with #D5BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEBE; }
p { color: rgb(213,190,190); }
H1.HeaderClassName
{
color: #D5BEBE;
}
.AnyTagClassName
{
color: #D5BEBE;
}
</style>
background-color css
<style>
a { background-color: #D5BEBE; }
a { background-color: rgb(213,190,190); }
div.DivClassName
{
background-color: #D5BEBE;
}
.BgClassName
{
background-color: #D5BEBE;
}
</style>
border-color css
<style>
span { border-color: #D5BEBE; }
span { border-color: rgb(213,190,190); }
td.TdClassName
{
border-color: #D5BEBE;
}
.TagClassName
{
border-color: #D5BEBE;
}
</style>