Shades of Alto #D0BFBB
Tints of Alto #D0BFBB
RGB
CMYK
RGB Variations
Color information
#D0BFBB (or 0xD0BFBB) is known color: Alto. HEX triplet: D0, BF and BB. RGB value is (208,191,187). Sum of RGB (Red+Green+Blue) = 208+191+187=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFBB is #2F4044. Grayscale: #C3C3C3. Windows color (decimal): -3096645 or 12304336. OLE color: 12304336.
HSL color Cylindrical-coordinate representation of color #D0BFBB: hue angle of 11.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BFBB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 187 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.18 |
| HSL | 11.43º | 0.18% | 0.77% | - |
| HSV(B) | 11.43º | 0.1% | 0.82% | - |
| XYZ | 53.61 | 54.26 | 54.66 | - |
| YUV | 195.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 187 | 0 | 0.08 | 0.10 | 0.18 | 11.43 | 0.18 | 0.77 |
| Hex | D0 | BF | BB | 0 | 8 | A | 12 | B | 12 | 4D |
| Octal | 320 | 277 | 273 | 0 | 10 | 12 | 22 | 13 | 22 | 115 |
| Binary | 11010000 | 10111111 | 10111011 | 0 | 1000 | 1010 | 10010 | 1011 | 10010 | 1001101 |
Color Harmonies of #D0BFBB
Complementary color
Monochromatic Colors of #D0BFBB
Black with #D0BFBB
Text Example
Text Example
White with #D0BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFBB; }
p { color: rgb(208,191,187); }
H1.HeaderClassName
{
color: #D0BFBB;
}
.AnyTagClassName
{
color: #D0BFBB;
}
</style>
background-color css
<style>
a { background-color: #D0BFBB; }
a { background-color: rgb(208,191,187); }
div.DivClassName
{
background-color: #D0BFBB;
}
.BgClassName
{
background-color: #D0BFBB;
}
</style>
border-color css
<style>
span { border-color: #D0BFBB; }
span { border-color: rgb(208,191,187); }
td.TdClassName
{
border-color: #D0BFBB;
}
.TagClassName
{
border-color: #D0BFBB;
}
</style>