Shades of Alto #D3BEBD
Tints of Alto #D3BEBD
RGB
CMYK
RGB Variations
Color information
#D3BEBD (or 0xD3BEBD) is known color: Alto. HEX triplet: D3, BE and BD. RGB value is (211,190,189). Sum of RGB (Red+Green+Blue) = 211+190+189=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BEBD is #2C4142. Grayscale: #C4C4C4. Windows color (decimal): -2900291 or 12435155. OLE color: 12435155.
HSL color Cylindrical-coordinate representation of color #D3BEBD: hue angle of 2.73º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BEBD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 189 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.17 |
| HSL | 2.73º | 0.2% | 0.78% | - |
| HSV(B) | 2.73º | 0.1% | 0.83% | - |
| XYZ | 54.46 | 54.35 | 55.76 | - |
| YUV | 196.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 189 | 0 | 0.10 | 0.10 | 0.17 | 2.73 | 0.2 | 0.78 |
| Hex | D3 | BE | BD | 0 | A | A | 11 | 3 | 14 | 4E |
| Octal | 323 | 276 | 275 | 0 | 12 | 12 | 21 | 3 | 24 | 116 |
| Binary | 11010011 | 10111110 | 10111101 | 0 | 1010 | 1010 | 10001 | 11 | 10100 | 1001110 |
Color Harmonies of #D3BEBD
Complementary color
Monochromatic Colors of #D3BEBD
Black with #D3BEBD
Text Example
Text Example
White with #D3BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEBD; }
p { color: rgb(211,190,189); }
H1.HeaderClassName
{
color: #D3BEBD;
}
.AnyTagClassName
{
color: #D3BEBD;
}
</style>
background-color css
<style>
a { background-color: #D3BEBD; }
a { background-color: rgb(211,190,189); }
div.DivClassName
{
background-color: #D3BEBD;
}
.BgClassName
{
background-color: #D3BEBD;
}
</style>
border-color css
<style>
span { border-color: #D3BEBD; }
span { border-color: rgb(211,190,189); }
td.TdClassName
{
border-color: #D3BEBD;
}
.TagClassName
{
border-color: #D3BEBD;
}
</style>