Shades of Givry #E9D2B3
Tints of Givry #E9D2B3
RGB
CMYK
RGB Variations
Color information
#E9D2B3 (or 0xE9D2B3) is known color: Givry. HEX triplet: E9, D2 and B3. RGB value is (233,210,179). Sum of RGB (Red+Green+Blue) = 233+210+179=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2B3 is #162D4C. Grayscale: #D5D5D5. Windows color (decimal): -1453389 or 11784937. OLE color: 11784937.
HSL color Cylindrical-coordinate representation of color #E9D2B3: hue angle of 34.44º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9D2B3 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 179 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.09 |
| HSL | 34.44º | 0.55% | 0.81% | - |
| HSV(B) | 34.44º | 0.23% | 0.91% | - |
| XYZ | 64.79 | 66.67 | 52.1 | - |
| YUV | 213.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 179 | 0 | 0.10 | 0.23 | 0.09 | 34.44 | 0.55 | 0.81 |
| Hex | E9 | D2 | B3 | 0 | A | 17 | 9 | 22 | 37 | 51 |
| Octal | 351 | 322 | 263 | 0 | 12 | 27 | 11 | 42 | 67 | 121 |
| Binary | 11101001 | 11010010 | 10110011 | 0 | 1010 | 10111 | 1001 | 100010 | 110111 | 1010001 |
Color Harmonies of #E9D2B3
Complementary color
Monochromatic Colors of #E9D2B3
Black with #E9D2B3
Text Example
Text Example
White with #E9D2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2B3; }
p { color: rgb(233,210,179); }
H1.HeaderClassName
{
color: #E9D2B3;
}
.AnyTagClassName
{
color: #E9D2B3;
}
</style>
background-color css
<style>
a { background-color: #E9D2B3; }
a { background-color: rgb(233,210,179); }
div.DivClassName
{
background-color: #E9D2B3;
}
.BgClassName
{
background-color: #E9D2B3;
}
</style>
border-color css
<style>
span { border-color: #E9D2B3; }
span { border-color: rgb(233,210,179); }
td.TdClassName
{
border-color: #E9D2B3;
}
.TagClassName
{
border-color: #E9D2B3;
}
</style>