Shades of Alto #D0BEBC
Tints of Alto #D0BEBC
RGB
CMYK
RGB Variations
Color information
#D0BEBC (or 0xD0BEBC) is known color: Alto. HEX triplet: D0, BE and BC. RGB value is (208,190,188). Sum of RGB (Red+Green+Blue) = 208+190+188=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEBC is #2F4143. Grayscale: #C3C3C3. Windows color (decimal): -3096900 or 12369616. OLE color: 12369616.
HSL color Cylindrical-coordinate representation of color #D0BEBC: hue angle of 6º 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 #D0BEBC is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 188 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.18 |
| HSL | 6º | 0.18% | 0.78% | - |
| HSV(B) | 6º | 0.1% | 0.82% | - |
| XYZ | 53.5 | 53.87 | 55.15 | - |
| YUV | 195.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 188 | 0 | 0.09 | 0.10 | 0.18 | 6 | 0.18 | 0.78 |
| Hex | D0 | BE | BC | 0 | 9 | A | 12 | 6 | 12 | 4E |
| Octal | 320 | 276 | 274 | 0 | 11 | 12 | 22 | 6 | 22 | 116 |
| Binary | 11010000 | 10111110 | 10111100 | 0 | 1001 | 1010 | 10010 | 110 | 10010 | 1001110 |
Color Harmonies of #D0BEBC
Complementary color
Monochromatic Colors of #D0BEBC
Black with #D0BEBC
Text Example
Text Example
White with #D0BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEBC; }
p { color: rgb(208,190,188); }
H1.HeaderClassName
{
color: #D0BEBC;
}
.AnyTagClassName
{
color: #D0BEBC;
}
</style>
background-color css
<style>
a { background-color: #D0BEBC; }
a { background-color: rgb(208,190,188); }
div.DivClassName
{
background-color: #D0BEBC;
}
.BgClassName
{
background-color: #D0BEBC;
}
</style>
border-color css
<style>
span { border-color: #D0BEBC; }
span { border-color: rgb(208,190,188); }
td.TdClassName
{
border-color: #D0BEBC;
}
.TagClassName
{
border-color: #D0BEBC;
}
</style>