Shades of Gallery #E7DBCE
Tints of Gallery #E7DBCE
RGB
CMYK
RGB Variations
Color information
#E7DBCE (or 0xE7DBCE) is known color: Gallery. HEX triplet: E7, DB and CE. RGB value is (231,219,206). Sum of RGB (Red+Green+Blue) = 231+219+206=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBCE is #182431. Grayscale: #DDDDDD. Windows color (decimal): -1582130 or 13556711. OLE color: 13556711.
HSL color Cylindrical-coordinate representation of color #E7DBCE: hue angle of 31.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DBCE is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 206 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.09 |
| HSL | 31.2º | 0.34% | 0.86% | - |
| HSV(B) | 31.2º | 0.11% | 0.91% | - |
| XYZ | 69.43 | 72.11 | 68.65 | - |
| YUV | 221.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 206 | 0 | 0.05 | 0.11 | 0.09 | 31.2 | 0.34 | 0.86 |
| Hex | E7 | DB | CE | 0 | 5 | B | 9 | 1F | 22 | 56 |
| Octal | 347 | 333 | 316 | 0 | 5 | 13 | 11 | 37 | 42 | 126 |
| Binary | 11100111 | 11011011 | 11001110 | 0 | 101 | 1011 | 1001 | 11111 | 100010 | 1010110 |
Color Harmonies of #E7DBCE
Complementary color
Monochromatic Colors of #E7DBCE
Black with #E7DBCE
Text Example
Text Example
White with #E7DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBCE; }
p { color: rgb(231,219,206); }
H1.HeaderClassName
{
color: #E7DBCE;
}
.AnyTagClassName
{
color: #E7DBCE;
}
</style>
background-color css
<style>
a { background-color: #E7DBCE; }
a { background-color: rgb(231,219,206); }
div.DivClassName
{
background-color: #E7DBCE;
}
.BgClassName
{
background-color: #E7DBCE;
}
</style>
border-color css
<style>
span { border-color: #E7DBCE; }
span { border-color: rgb(231,219,206); }
td.TdClassName
{
border-color: #E7DBCE;
}
.TagClassName
{
border-color: #E7DBCE;
}
</style>