Shades of Alto #D4BEBD
Tints of Alto #D4BEBD
RGB
CMYK
RGB Variations
Color information
#D4BEBD (or 0xD4BEBD) is known color: Alto. HEX triplet: D4, BE and BD. RGB value is (212,190,189). Sum of RGB (Red+Green+Blue) = 212+190+189=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEBD is #2B4142. Grayscale: #C4C4C4. Windows color (decimal): -2834755 or 12435156. OLE color: 12435156.
HSL color Cylindrical-coordinate representation of color #D4BEBD: hue angle of 2.61º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BEBD is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 189 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.17 |
| HSL | 2.61º | 0.21% | 0.79% | - |
| HSV(B) | 2.61º | 0.11% | 0.83% | - |
| XYZ | 54.75 | 54.5 | 55.78 | - |
| YUV | 196.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 189 | 0 | 0.10 | 0.11 | 0.17 | 2.61 | 0.21 | 0.79 |
| Hex | D4 | BE | BD | 0 | A | B | 11 | 3 | 15 | 4F |
| Octal | 324 | 276 | 275 | 0 | 12 | 13 | 21 | 3 | 25 | 117 |
| Binary | 11010100 | 10111110 | 10111101 | 0 | 1010 | 1011 | 10001 | 11 | 10101 | 1001111 |
Color Harmonies of #D4BEBD
Complementary color
Monochromatic Colors of #D4BEBD
Black with #D4BEBD
Text Example
Text Example
White with #D4BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEBD; }
p { color: rgb(212,190,189); }
H1.HeaderClassName
{
color: #D4BEBD;
}
.AnyTagClassName
{
color: #D4BEBD;
}
</style>
background-color css
<style>
a { background-color: #D4BEBD; }
a { background-color: rgb(212,190,189); }
div.DivClassName
{
background-color: #D4BEBD;
}
.BgClassName
{
background-color: #D4BEBD;
}
</style>
border-color css
<style>
span { border-color: #D4BEBD; }
span { border-color: rgb(212,190,189); }
td.TdClassName
{
border-color: #D4BEBD;
}
.TagClassName
{
border-color: #D4BEBD;
}
</style>