Shades of Alto #D0BEBE
Tints of Alto #D0BEBE
RGB
CMYK
RGB Variations
Color information
#D0BEBE (or 0xD0BEBE) is known color: Alto. HEX triplet: D0, BE and BE. RGB value is (208,190,190). Sum of RGB (Red+Green+Blue) = 208+190+190=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEBE is #2F4141. Grayscale: #C3C3C3. Windows color (decimal): -3096898 or 12500688. OLE color: 12500688.
HSL color Cylindrical-coordinate representation of color #D0BEBE: hue angle of 0º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BEBE is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 190 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.18 |
| HSL | 0º | 0.16% | 0.78% | - |
| HSV(B) | 0º | 0.09% | 0.82% | - |
| XYZ | 53.72 | 53.95 | 56.3 | - |
| YUV | 195.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 190 | 0 | 0.09 | 0.09 | 0.18 | 0 | 0.16 | 0.78 |
| Hex | D0 | BE | BE | 0 | 9 | 9 | 12 | 0 | 10 | 4E |
| Octal | 320 | 276 | 276 | 0 | 11 | 11 | 22 | 0 | 20 | 116 |
| Binary | 11010000 | 10111110 | 10111110 | 0 | 1001 | 1001 | 10010 | 0 | 10000 | 1001110 |
Color Harmonies of #D0BEBE
Complementary color
Monochromatic Colors of #D0BEBE
Black with #D0BEBE
Text Example
Text Example
White with #D0BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEBE; }
p { color: rgb(208,190,190); }
H1.HeaderClassName
{
color: #D0BEBE;
}
.AnyTagClassName
{
color: #D0BEBE;
}
</style>
background-color css
<style>
a { background-color: #D0BEBE; }
a { background-color: rgb(208,190,190); }
div.DivClassName
{
background-color: #D0BEBE;
}
.BgClassName
{
background-color: #D0BEBE;
}
</style>
border-color css
<style>
span { border-color: #D0BEBE; }
span { border-color: rgb(208,190,190); }
td.TdClassName
{
border-color: #D0BEBE;
}
.TagClassName
{
border-color: #D0BEBE;
}
</style>