Shades of Givry #E3CFAA
Tints of Givry #E3CFAA
RGB
CMYK
RGB Variations
Color information
#E3CFAA (or 0xE3CFAA) is known color: Givry. HEX triplet: E3, CF and AA. RGB value is (227,207,170). Sum of RGB (Red+Green+Blue) = 227+207+170=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CFAA is #1C3055. Grayscale: #D0D0D0. Windows color (decimal): -1847382 or 11194339. OLE color: 11194339.
HSL color Cylindrical-coordinate representation of color #E3CFAA: hue angle of 38.95º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3CFAA is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 170 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.11 |
| HSL | 38.95º | 0.5% | 0.78% | - |
| HSV(B) | 38.95º | 0.25% | 0.89% | - |
| XYZ | 61.25 | 63.86 | 47.13 | - |
| YUV | 208.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 170 | 0 | 0.09 | 0.25 | 0.11 | 38.95 | 0.5 | 0.78 |
| Hex | E3 | CF | AA | 0 | 9 | 19 | B | 27 | 32 | 4E |
| Octal | 343 | 317 | 252 | 0 | 11 | 31 | 13 | 47 | 62 | 116 |
| Binary | 11100011 | 11001111 | 10101010 | 0 | 1001 | 11001 | 1011 | 100111 | 110010 | 1001110 |
Color Harmonies of #E3CFAA
Complementary color
Monochromatic Colors of #E3CFAA
Black with #E3CFAA
Text Example
Text Example
White with #E3CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFAA; }
p { color: rgb(227,207,170); }
H1.HeaderClassName
{
color: #E3CFAA;
}
.AnyTagClassName
{
color: #E3CFAA;
}
</style>
background-color css
<style>
a { background-color: #E3CFAA; }
a { background-color: rgb(227,207,170); }
div.DivClassName
{
background-color: #E3CFAA;
}
.BgClassName
{
background-color: #E3CFAA;
}
</style>
border-color css
<style>
span { border-color: #E3CFAA; }
span { border-color: rgb(227,207,170); }
td.TdClassName
{
border-color: #E3CFAA;
}
.TagClassName
{
border-color: #E3CFAA;
}
</style>