Shades of Givry #E3CFAC
Tints of Givry #E3CFAC
RGB
CMYK
RGB Variations
Color information
#E3CFAC (or 0xE3CFAC) is known color: Givry. HEX triplet: E3, CF and AC. RGB value is (227,207,172). Sum of RGB (Red+Green+Blue) = 227+207+172=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CFAC is #1C3053. Grayscale: #D1D1D1. Windows color (decimal): -1847380 or 11325411. OLE color: 11325411.
HSL color Cylindrical-coordinate representation of color #E3CFAC: hue angle of 38.18º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3CFAC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 172 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.11 |
| HSL | 38.18º | 0.5% | 0.78% | - |
| HSV(B) | 38.18º | 0.24% | 0.89% | - |
| XYZ | 61.44 | 63.94 | 48.13 | - |
| YUV | 208.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 172 | 0 | 0.09 | 0.24 | 0.11 | 38.18 | 0.5 | 0.78 |
| Hex | E3 | CF | AC | 0 | 9 | 18 | B | 26 | 32 | 4E |
| Octal | 343 | 317 | 254 | 0 | 11 | 30 | 13 | 46 | 62 | 116 |
| Binary | 11100011 | 11001111 | 10101100 | 0 | 1001 | 11000 | 1011 | 100110 | 110010 | 1001110 |
Color Harmonies of #E3CFAC
Complementary color
Monochromatic Colors of #E3CFAC
Black with #E3CFAC
Text Example
Text Example
White with #E3CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFAC; }
p { color: rgb(227,207,172); }
H1.HeaderClassName
{
color: #E3CFAC;
}
.AnyTagClassName
{
color: #E3CFAC;
}
</style>
background-color css
<style>
a { background-color: #E3CFAC; }
a { background-color: rgb(227,207,172); }
div.DivClassName
{
background-color: #E3CFAC;
}
.BgClassName
{
background-color: #E3CFAC;
}
</style>
border-color css
<style>
span { border-color: #E3CFAC; }
span { border-color: rgb(227,207,172); }
td.TdClassName
{
border-color: #E3CFAC;
}
.TagClassName
{
border-color: #E3CFAC;
}
</style>