Shades of Alto #D7BEBC
Tints of Alto #D7BEBC
RGB
CMYK
RGB Variations
Color information
#D7BEBC (or 0xD7BEBC) is known color: Alto. HEX triplet: D7, BE and BC. RGB value is (215,190,188). Sum of RGB (Red+Green+Blue) = 215+190+188=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEBC is #284143. Grayscale: #C5C5C5. Windows color (decimal): -2638148 or 12369623. OLE color: 12369623.
HSL color Cylindrical-coordinate representation of color #D7BEBC: hue angle of 4.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BEBC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 190 | 188 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.16 |
| HSL | 4.44º | 0.25% | 0.79% | - |
| HSV(B) | 4.44º | 0.13% | 0.84% | - |
| XYZ | 55.51 | 54.9 | 55.25 | - |
| YUV | 197.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 188 | 0 | 0.12 | 0.13 | 0.16 | 4.44 | 0.25 | 0.79 |
| Hex | D7 | BE | BC | 0 | C | D | 10 | 4 | 19 | 4F |
| Octal | 327 | 276 | 274 | 0 | 14 | 15 | 20 | 4 | 31 | 117 |
| Binary | 11010111 | 10111110 | 10111100 | 0 | 1100 | 1101 | 10000 | 100 | 11001 | 1001111 |
Color Harmonies of #D7BEBC
Complementary color
Monochromatic Colors of #D7BEBC
Black with #D7BEBC
Text Example
Text Example
White with #D7BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BEBC; }
p { color: rgb(215,190,188); }
H1.HeaderClassName
{
color: #D7BEBC;
}
.AnyTagClassName
{
color: #D7BEBC;
}
</style>
background-color css
<style>
a { background-color: #D7BEBC; }
a { background-color: rgb(215,190,188); }
div.DivClassName
{
background-color: #D7BEBC;
}
.BgClassName
{
background-color: #D7BEBC;
}
</style>
border-color css
<style>
span { border-color: #D7BEBC; }
span { border-color: rgb(215,190,188); }
td.TdClassName
{
border-color: #D7BEBC;
}
.TagClassName
{
border-color: #D7BEBC;
}
</style>