Shades of Chiffon #E8F2BD
Tints of Chiffon #E8F2BD
RGB
CMYK
RGB Variations
Color information
#E8F2BD (or 0xE8F2BD) is known color: Chiffon. HEX triplet: E8, F2 and BD. RGB value is (232,242,189). Sum of RGB (Red+Green+Blue) = 232+242+189=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2BD is #170D42. Grayscale: #E9E9E9. Windows color (decimal): -1510723 or 12448488. OLE color: 12448488.
HSL color Cylindrical-coordinate representation of color #E8F2BD: hue angle of 71.32º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8F2BD is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 189 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.05 |
| HSL | 71.32º | 0.67% | 0.85% | - |
| HSV(B) | 71.32º | 0.22% | 0.95% | - |
| XYZ | 74.22 | 84.33 | 60.51 | - |
| YUV | 232.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 189 | 0.04 | 0 | 0.22 | 0.05 | 71.32 | 0.67 | 0.85 |
| Hex | E8 | F2 | BD | 4 | 0 | 16 | 5 | 47 | 43 | 55 |
| Octal | 350 | 362 | 275 | 4 | 0 | 26 | 5 | 107 | 103 | 125 |
| Binary | 11101000 | 11110010 | 10111101 | 100 | 0 | 10110 | 101 | 1000111 | 1000011 | 1010101 |
Color Harmonies of #E8F2BD
Complementary color
Monochromatic Colors of #E8F2BD
Black with #E8F2BD
Text Example
Text Example
White with #E8F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F2BD; }
p { color: rgb(232,242,189); }
H1.HeaderClassName
{
color: #E8F2BD;
}
.AnyTagClassName
{
color: #E8F2BD;
}
</style>
background-color css
<style>
a { background-color: #E8F2BD; }
a { background-color: rgb(232,242,189); }
div.DivClassName
{
background-color: #E8F2BD;
}
.BgClassName
{
background-color: #E8F2BD;
}
</style>
border-color css
<style>
span { border-color: #E8F2BD; }
span { border-color: rgb(232,242,189); }
td.TdClassName
{
border-color: #E8F2BD;
}
.TagClassName
{
border-color: #E8F2BD;
}
</style>