Shades of Givry #E7D2B2
Tints of Givry #E7D2B2
RGB
CMYK
RGB Variations
Color information
#E7D2B2 (or 0xE7D2B2) is known color: Givry. HEX triplet: E7, D2 and B2. RGB value is (231,210,178). Sum of RGB (Red+Green+Blue) = 231+210+178=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D2B2 is #182D4D. Grayscale: #D4D4D4. Windows color (decimal): -1584462 or 11719399. OLE color: 11719399.
HSL color Cylindrical-coordinate representation of color #E7D2B2: hue angle of 36.23º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7D2B2 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 178 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.09 |
| HSL | 36.23º | 0.52% | 0.8% | - |
| HSV(B) | 36.23º | 0.23% | 0.91% | - |
| XYZ | 64.04 | 66.3 | 51.54 | - |
| YUV | 212.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 178 | 0 | 0.09 | 0.23 | 0.09 | 36.23 | 0.52 | 0.8 |
| Hex | E7 | D2 | B2 | 0 | 9 | 17 | 9 | 24 | 34 | 50 |
| Octal | 347 | 322 | 262 | 0 | 11 | 27 | 11 | 44 | 64 | 120 |
| Binary | 11100111 | 11010010 | 10110010 | 0 | 1001 | 10111 | 1001 | 100100 | 110100 | 1010000 |
Color Harmonies of #E7D2B2
Complementary color
Monochromatic Colors of #E7D2B2
Black with #E7D2B2
Text Example
Text Example
White with #E7D2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2B2; }
p { color: rgb(231,210,178); }
H1.HeaderClassName
{
color: #E7D2B2;
}
.AnyTagClassName
{
color: #E7D2B2;
}
</style>
background-color css
<style>
a { background-color: #E7D2B2; }
a { background-color: rgb(231,210,178); }
div.DivClassName
{
background-color: #E7D2B2;
}
.BgClassName
{
background-color: #E7D2B2;
}
</style>
border-color css
<style>
span { border-color: #E7D2B2; }
span { border-color: rgb(231,210,178); }
td.TdClassName
{
border-color: #E7D2B2;
}
.TagClassName
{
border-color: #E7D2B2;
}
</style>