Shades of Alto #D1BDBC
Tints of Alto #D1BDBC
RGB
CMYK
RGB Variations
Color information
#D1BDBC (or 0xD1BDBC) is known color: Alto. HEX triplet: D1, BD and BC. RGB value is (209,189,188). Sum of RGB (Red+Green+Blue) = 209+189+188=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDBC is #2E4243. Grayscale: #C2C2C2. Windows color (decimal): -3031620 or 12369361. OLE color: 12369361.
HSL color Cylindrical-coordinate representation of color #D1BDBC: hue angle of 2.86º 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 #D1BDBC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 188 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.18 |
| HSL | 2.86º | 0.19% | 0.78% | - |
| HSV(B) | 2.86º | 0.1% | 0.82% | - |
| XYZ | 53.57 | 53.58 | 55.1 | - |
| YUV | 194.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 188 | 0 | 0.10 | 0.10 | 0.18 | 2.86 | 0.19 | 0.78 |
| Hex | D1 | BD | BC | 0 | A | A | 12 | 3 | 13 | 4E |
| Octal | 321 | 275 | 274 | 0 | 12 | 12 | 22 | 3 | 23 | 116 |
| Binary | 11010001 | 10111101 | 10111100 | 0 | 1010 | 1010 | 10010 | 11 | 10011 | 1001110 |
Color Harmonies of #D1BDBC
Complementary color
Monochromatic Colors of #D1BDBC
Black with #D1BDBC
Text Example
Text Example
White with #D1BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDBC; }
p { color: rgb(209,189,188); }
H1.HeaderClassName
{
color: #D1BDBC;
}
.AnyTagClassName
{
color: #D1BDBC;
}
</style>
background-color css
<style>
a { background-color: #D1BDBC; }
a { background-color: rgb(209,189,188); }
div.DivClassName
{
background-color: #D1BDBC;
}
.BgClassName
{
background-color: #D1BDBC;
}
</style>
border-color css
<style>
span { border-color: #D1BDBC; }
span { border-color: rgb(209,189,188); }
td.TdClassName
{
border-color: #D1BDBC;
}
.TagClassName
{
border-color: #D1BDBC;
}
</style>