Shades of Alto #D0BFBC
Tints of Alto #D0BFBC
RGB
CMYK
RGB Variations
Color information
#D0BFBC (or 0xD0BFBC) is known color: Alto. HEX triplet: D0, BF and BC. RGB value is (208,191,188). Sum of RGB (Red+Green+Blue) = 208+191+188=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFBC is #2F4043. Grayscale: #C3C3C3. Windows color (decimal): -3096644 or 12369872. OLE color: 12369872.
HSL color Cylindrical-coordinate representation of color #D0BFBC: hue angle of 9º 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 #D0BFBC is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 188 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.18 |
| HSL | 9º | 0.18% | 0.78% | - |
| HSV(B) | 9º | 0.1% | 0.82% | - |
| XYZ | 53.72 | 54.3 | 55.23 | - |
| YUV | 195.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 188 | 0 | 0.08 | 0.10 | 0.18 | 9 | 0.18 | 0.78 |
| Hex | D0 | BF | BC | 0 | 8 | A | 12 | 9 | 12 | 4E |
| Octal | 320 | 277 | 274 | 0 | 10 | 12 | 22 | 11 | 22 | 116 |
| Binary | 11010000 | 10111111 | 10111100 | 0 | 1000 | 1010 | 10010 | 1001 | 10010 | 1001110 |
Color Harmonies of #D0BFBC
Complementary color
Monochromatic Colors of #D0BFBC
Black with #D0BFBC
Text Example
Text Example
White with #D0BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFBC; }
p { color: rgb(208,191,188); }
H1.HeaderClassName
{
color: #D0BFBC;
}
.AnyTagClassName
{
color: #D0BFBC;
}
</style>
background-color css
<style>
a { background-color: #D0BFBC; }
a { background-color: rgb(208,191,188); }
div.DivClassName
{
background-color: #D0BFBC;
}
.BgClassName
{
background-color: #D0BFBC;
}
</style>
border-color css
<style>
span { border-color: #D0BFBC; }
span { border-color: rgb(208,191,188); }
td.TdClassName
{
border-color: #D0BFBC;
}
.TagClassName
{
border-color: #D0BFBC;
}
</style>