Shades of Givry #E3CEAF
Tints of Givry #E3CEAF
RGB
CMYK
RGB Variations
Color information
#E3CEAF (or 0xE3CEAF) is known color: Givry. HEX triplet: E3, CE and AF. RGB value is (227,206,175). Sum of RGB (Red+Green+Blue) = 227+206+175=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CEAF is #1C3150. Grayscale: #D0D0D0. Windows color (decimal): -1847633 or 11521763. OLE color: 11521763.
HSL color Cylindrical-coordinate representation of color #E3CEAF: hue angle of 35.77º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3CEAF is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 206 | 175 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.11 |
| HSL | 35.77º | 0.48% | 0.79% | - |
| HSV(B) | 35.77º | 0.23% | 0.89% | - |
| XYZ | 61.49 | 63.57 | 49.59 | - |
| YUV | 208.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 175 | 0 | 0.09 | 0.23 | 0.11 | 35.77 | 0.48 | 0.79 |
| Hex | E3 | CE | AF | 0 | 9 | 17 | B | 24 | 30 | 4F |
| Octal | 343 | 316 | 257 | 0 | 11 | 27 | 13 | 44 | 60 | 117 |
| Binary | 11100011 | 11001110 | 10101111 | 0 | 1001 | 10111 | 1011 | 100100 | 110000 | 1001111 |
Color Harmonies of #E3CEAF
Complementary color
Monochromatic Colors of #E3CEAF
Black with #E3CEAF
Text Example
Text Example
White with #E3CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CEAF; }
p { color: rgb(227,206,175); }
H1.HeaderClassName
{
color: #E3CEAF;
}
.AnyTagClassName
{
color: #E3CEAF;
}
</style>
background-color css
<style>
a { background-color: #E3CEAF; }
a { background-color: rgb(227,206,175); }
div.DivClassName
{
background-color: #E3CEAF;
}
.BgClassName
{
background-color: #E3CEAF;
}
</style>
border-color css
<style>
span { border-color: #E3CEAF; }
span { border-color: rgb(227,206,175); }
td.TdClassName
{
border-color: #E3CEAF;
}
.TagClassName
{
border-color: #E3CEAF;
}
</style>