Shades of Alto #D5BFBE
Tints of Alto #D5BFBE
RGB
CMYK
RGB Variations
Color information
#D5BFBE (or 0xD5BFBE) is known color: Alto. HEX triplet: D5, BF and BE. RGB value is (213,191,190). Sum of RGB (Red+Green+Blue) = 213+191+190=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFBE is #2A4041. Grayscale: #C5C5C5. Windows color (decimal): -2768962 or 12500949. OLE color: 12500949.
HSL color Cylindrical-coordinate representation of color #D5BFBE: hue angle of 2.61º 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 #D5BFBE is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 190 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.16 |
| HSL | 2.61º | 0.21% | 0.79% | - |
| HSV(B) | 2.61º | 0.11% | 0.84% | - |
| XYZ | 55.37 | 55.13 | 56.44 | - |
| YUV | 197.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 190 | 0 | 0.10 | 0.11 | 0.16 | 2.61 | 0.21 | 0.79 |
| Hex | D5 | BF | BE | 0 | A | B | 10 | 3 | 15 | 4F |
| Octal | 325 | 277 | 276 | 0 | 12 | 13 | 20 | 3 | 25 | 117 |
| Binary | 11010101 | 10111111 | 10111110 | 0 | 1010 | 1011 | 10000 | 11 | 10101 | 1001111 |
Color Harmonies of #D5BFBE
Complementary color
Monochromatic Colors of #D5BFBE
Black with #D5BFBE
Text Example
Text Example
White with #D5BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFBE; }
p { color: rgb(213,191,190); }
H1.HeaderClassName
{
color: #D5BFBE;
}
.AnyTagClassName
{
color: #D5BFBE;
}
</style>
background-color css
<style>
a { background-color: #D5BFBE; }
a { background-color: rgb(213,191,190); }
div.DivClassName
{
background-color: #D5BFBE;
}
.BgClassName
{
background-color: #D5BFBE;
}
</style>
border-color css
<style>
span { border-color: #D5BFBE; }
span { border-color: rgb(213,191,190); }
td.TdClassName
{
border-color: #D5BFBE;
}
.TagClassName
{
border-color: #D5BFBE;
}
</style>