Shades of Alto #D2BFBE
Tints of Alto #D2BFBE
RGB
CMYK
RGB Variations
Color information
#D2BFBE (or 0xD2BFBE) is known color: Alto. HEX triplet: D2, BF and BE. RGB value is (210,191,190). Sum of RGB (Red+Green+Blue) = 210+191+190=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFBE is #2D4041. Grayscale: #C4C4C4. Windows color (decimal): -2965570 or 12500946. OLE color: 12500946.
HSL color Cylindrical-coordinate representation of color #D2BFBE: hue angle of 3º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BFBE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 190 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.18 |
| HSL | 3º | 0.18% | 0.78% | - |
| HSV(B) | 3º | 0.1% | 0.82% | - |
| XYZ | 54.5 | 54.68 | 56.4 | - |
| YUV | 196.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 190 | 0 | 0.09 | 0.10 | 0.18 | 3 | 0.18 | 0.78 |
| Hex | D2 | BF | BE | 0 | 9 | A | 12 | 3 | 12 | 4E |
| Octal | 322 | 277 | 276 | 0 | 11 | 12 | 22 | 3 | 22 | 116 |
| Binary | 11010010 | 10111111 | 10111110 | 0 | 1001 | 1010 | 10010 | 11 | 10010 | 1001110 |
Color Harmonies of #D2BFBE
Complementary color
Monochromatic Colors of #D2BFBE
Black with #D2BFBE
Text Example
Text Example
White with #D2BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFBE; }
p { color: rgb(210,191,190); }
H1.HeaderClassName
{
color: #D2BFBE;
}
.AnyTagClassName
{
color: #D2BFBE;
}
</style>
background-color css
<style>
a { background-color: #D2BFBE; }
a { background-color: rgb(210,191,190); }
div.DivClassName
{
background-color: #D2BFBE;
}
.BgClassName
{
background-color: #D2BFBE;
}
</style>
border-color css
<style>
span { border-color: #D2BFBE; }
span { border-color: rgb(210,191,190); }
td.TdClassName
{
border-color: #D2BFBE;
}
.TagClassName
{
border-color: #D2BFBE;
}
</style>