Shades of Alto #D1BFBC
Tints of Alto #D1BFBC
RGB
CMYK
RGB Variations
Color information
#D1BFBC (or 0xD1BFBC) is known color: Alto. HEX triplet: D1, BF and BC. RGB value is (209,191,188). Sum of RGB (Red+Green+Blue) = 209+191+188=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFBC is #2E4043. Grayscale: #C4C4C4. Windows color (decimal): -3031108 or 12369873. OLE color: 12369873.
HSL color Cylindrical-coordinate representation of color #D1BFBC: hue angle of 8.57º degrees, saturation: 0.19, 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 #D1BFBC is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 188 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.18 |
| HSL | 8.57º | 0.19% | 0.78% | - |
| HSV(B) | 8.57º | 0.1% | 0.82% | - |
| XYZ | 54 | 54.45 | 55.24 | - |
| YUV | 196.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 188 | 0 | 0.09 | 0.10 | 0.18 | 8.57 | 0.19 | 0.78 |
| Hex | D1 | BF | BC | 0 | 9 | A | 12 | 9 | 13 | 4E |
| Octal | 321 | 277 | 274 | 0 | 11 | 12 | 22 | 11 | 23 | 116 |
| Binary | 11010001 | 10111111 | 10111100 | 0 | 1001 | 1010 | 10010 | 1001 | 10011 | 1001110 |
Color Harmonies of #D1BFBC
Complementary color
Monochromatic Colors of #D1BFBC
Black with #D1BFBC
Text Example
Text Example
White with #D1BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFBC; }
p { color: rgb(209,191,188); }
H1.HeaderClassName
{
color: #D1BFBC;
}
.AnyTagClassName
{
color: #D1BFBC;
}
</style>
background-color css
<style>
a { background-color: #D1BFBC; }
a { background-color: rgb(209,191,188); }
div.DivClassName
{
background-color: #D1BFBC;
}
.BgClassName
{
background-color: #D1BFBC;
}
</style>
border-color css
<style>
span { border-color: #D1BFBC; }
span { border-color: rgb(209,191,188); }
td.TdClassName
{
border-color: #D1BFBC;
}
.TagClassName
{
border-color: #D1BFBC;
}
</style>