Shades of Alto #D3BFBE
Tints of Alto #D3BFBE
RGB
CMYK
RGB Variations
Color information
#D3BFBE (or 0xD3BFBE) is known color: Alto. HEX triplet: D3, BF and BE. RGB value is (211,191,190). Sum of RGB (Red+Green+Blue) = 211+191+190=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFBE is #2C4041. Grayscale: #C4C4C4. Windows color (decimal): -2900034 or 12500947. OLE color: 12500947.
HSL color Cylindrical-coordinate representation of color #D3BFBE: hue angle of 2.86º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BFBE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 190 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.17 |
| HSL | 2.86º | 0.19% | 0.79% | - |
| HSV(B) | 2.86º | 0.1% | 0.83% | - |
| XYZ | 54.79 | 54.83 | 56.41 | - |
| YUV | 196.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 190 | 0 | 0.09 | 0.10 | 0.17 | 2.86 | 0.19 | 0.79 |
| Hex | D3 | BF | BE | 0 | 9 | A | 11 | 3 | 13 | 4F |
| Octal | 323 | 277 | 276 | 0 | 11 | 12 | 21 | 3 | 23 | 117 |
| Binary | 11010011 | 10111111 | 10111110 | 0 | 1001 | 1010 | 10001 | 11 | 10011 | 1001111 |
Color Harmonies of #D3BFBE
Complementary color
Monochromatic Colors of #D3BFBE
Black with #D3BFBE
Text Example
Text Example
White with #D3BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BFBE; }
p { color: rgb(211,191,190); }
H1.HeaderClassName
{
color: #D3BFBE;
}
.AnyTagClassName
{
color: #D3BFBE;
}
</style>
background-color css
<style>
a { background-color: #D3BFBE; }
a { background-color: rgb(211,191,190); }
div.DivClassName
{
background-color: #D3BFBE;
}
.BgClassName
{
background-color: #D3BFBE;
}
</style>
border-color css
<style>
span { border-color: #D3BFBE; }
span { border-color: rgb(211,191,190); }
td.TdClassName
{
border-color: #D3BFBE;
}
.TagClassName
{
border-color: #D3BFBE;
}
</style>