Shades of Givry #E9D2B6
Tints of Givry #E9D2B6
RGB
CMYK
RGB Variations
Color information
#E9D2B6 (or 0xE9D2B6) is known color: Givry. HEX triplet: E9, D2 and B6. RGB value is (233,210,182). Sum of RGB (Red+Green+Blue) = 233+210+182=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2B6 is #162D49. Grayscale: #D5D5D5. Windows color (decimal): -1453386 or 11981545. OLE color: 11981545.
HSL color Cylindrical-coordinate representation of color #E9D2B6: hue angle of 32.94º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9D2B6 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 182 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.09 |
| HSL | 32.94º | 0.54% | 0.81% | - |
| HSV(B) | 32.94º | 0.22% | 0.91% | - |
| XYZ | 65.09 | 66.79 | 53.72 | - |
| YUV | 213.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 182 | 0 | 0.10 | 0.22 | 0.09 | 32.94 | 0.54 | 0.81 |
| Hex | E9 | D2 | B6 | 0 | A | 16 | 9 | 21 | 36 | 51 |
| Octal | 351 | 322 | 266 | 0 | 12 | 26 | 11 | 41 | 66 | 121 |
| Binary | 11101001 | 11010010 | 10110110 | 0 | 1010 | 10110 | 1001 | 100001 | 110110 | 1010001 |
Color Harmonies of #E9D2B6
Complementary color
Monochromatic Colors of #E9D2B6
Black with #E9D2B6
Text Example
Text Example
White with #E9D2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2B6; }
p { color: rgb(233,210,182); }
H1.HeaderClassName
{
color: #E9D2B6;
}
.AnyTagClassName
{
color: #E9D2B6;
}
</style>
background-color css
<style>
a { background-color: #E9D2B6; }
a { background-color: rgb(233,210,182); }
div.DivClassName
{
background-color: #E9D2B6;
}
.BgClassName
{
background-color: #E9D2B6;
}
</style>
border-color css
<style>
span { border-color: #E9D2B6; }
span { border-color: rgb(233,210,182); }
td.TdClassName
{
border-color: #E9D2B6;
}
.TagClassName
{
border-color: #E9D2B6;
}
</style>