Shades of Givry #E8CFB2
Tints of Givry #E8CFB2
RGB
CMYK
RGB Variations
Color information
#E8CFB2 (or 0xE8CFB2) is known color: Givry. HEX triplet: E8, CF and B2. RGB value is (232,207,178). Sum of RGB (Red+Green+Blue) = 232+207+178=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CFB2 is #17304D. Grayscale: #D3D3D3. Windows color (decimal): -1519694 or 11718632. OLE color: 11718632.
HSL color Cylindrical-coordinate representation of color #E8CFB2: hue angle of 32.22º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8CFB2 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 178 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.09 |
| HSL | 32.22º | 0.54% | 0.8% | - |
| HSV(B) | 32.22º | 0.23% | 0.91% | - |
| XYZ | 63.63 | 65 | 51.31 | - |
| YUV | 211.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 178 | 0 | 0.11 | 0.23 | 0.09 | 32.22 | 0.54 | 0.8 |
| Hex | E8 | CF | B2 | 0 | B | 17 | 9 | 20 | 36 | 50 |
| Octal | 350 | 317 | 262 | 0 | 13 | 27 | 11 | 40 | 66 | 120 |
| Binary | 11101000 | 11001111 | 10110010 | 0 | 1011 | 10111 | 1001 | 100000 | 110110 | 1010000 |
Color Harmonies of #E8CFB2
Complementary color
Monochromatic Colors of #E8CFB2
Black with #E8CFB2
Text Example
Text Example
White with #E8CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFB2; }
p { color: rgb(232,207,178); }
H1.HeaderClassName
{
color: #E8CFB2;
}
.AnyTagClassName
{
color: #E8CFB2;
}
</style>
background-color css
<style>
a { background-color: #E8CFB2; }
a { background-color: rgb(232,207,178); }
div.DivClassName
{
background-color: #E8CFB2;
}
.BgClassName
{
background-color: #E8CFB2;
}
</style>
border-color css
<style>
span { border-color: #E8CFB2; }
span { border-color: rgb(232,207,178); }
td.TdClassName
{
border-color: #E8CFB2;
}
.TagClassName
{
border-color: #E8CFB2;
}
</style>