Shades of Givry #E7D2B6
Tints of Givry #E7D2B6
RGB
CMYK
RGB Variations
Color information
#E7D2B6 (or 0xE7D2B6) is known color: Givry. HEX triplet: E7, D2 and B6. RGB value is (231,210,182). Sum of RGB (Red+Green+Blue) = 231+210+182=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2B6 is #182D49. Grayscale: #D5D5D5. Windows color (decimal): -1584458 or 11981543. OLE color: 11981543.
HSL color Cylindrical-coordinate representation of color #E7D2B6: hue angle of 34.29º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7D2B6 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 182 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.09 |
| HSL | 34.29º | 0.51% | 0.81% | - |
| HSV(B) | 34.29º | 0.21% | 0.91% | - |
| XYZ | 64.45 | 66.46 | 53.69 | - |
| YUV | 213.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 182 | 0 | 0.09 | 0.21 | 0.09 | 34.29 | 0.51 | 0.81 |
| Hex | E7 | D2 | B6 | 0 | 9 | 15 | 9 | 22 | 33 | 51 |
| Octal | 347 | 322 | 266 | 0 | 11 | 25 | 11 | 42 | 63 | 121 |
| Binary | 11100111 | 11010010 | 10110110 | 0 | 1001 | 10101 | 1001 | 100010 | 110011 | 1010001 |
Color Harmonies of #E7D2B6
Complementary color
Monochromatic Colors of #E7D2B6
Black with #E7D2B6
Text Example
Text Example
White with #E7D2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2B6; }
p { color: rgb(231,210,182); }
H1.HeaderClassName
{
color: #E7D2B6;
}
.AnyTagClassName
{
color: #E7D2B6;
}
</style>
background-color css
<style>
a { background-color: #E7D2B6; }
a { background-color: rgb(231,210,182); }
div.DivClassName
{
background-color: #E7D2B6;
}
.BgClassName
{
background-color: #E7D2B6;
}
</style>
border-color css
<style>
span { border-color: #E7D2B6; }
span { border-color: rgb(231,210,182); }
td.TdClassName
{
border-color: #E7D2B6;
}
.TagClassName
{
border-color: #E7D2B6;
}
</style>