Shades of Chiffon #E8EDBD
Tints of Chiffon #E8EDBD
RGB
CMYK
RGB Variations
Color information
#E8EDBD (or 0xE8EDBD) is known color: Chiffon. HEX triplet: E8, ED and BD. RGB value is (232,237,189). Sum of RGB (Red+Green+Blue) = 232+237+189=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDBD is #171242. Grayscale: #E6E6E6. Windows color (decimal): -1512003 or 12447208. OLE color: 12447208.
HSL color Cylindrical-coordinate representation of color #E8EDBD: hue angle of 66.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8EDBD is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 189 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.07 |
| HSL | 66.25º | 0.57% | 0.84% | - |
| HSV(B) | 66.25º | 0.2% | 0.93% | - |
| XYZ | 72.75 | 81.4 | 60.02 | - |
| YUV | 230.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 189 | 0.02 | 0 | 0.20 | 0.07 | 66.25 | 0.57 | 0.84 |
| Hex | E8 | ED | BD | 2 | 0 | 14 | 7 | 42 | 39 | 54 |
| Octal | 350 | 355 | 275 | 2 | 0 | 24 | 7 | 102 | 71 | 124 |
| Binary | 11101000 | 11101101 | 10111101 | 10 | 0 | 10100 | 111 | 1000010 | 111001 | 1010100 |
Color Harmonies of #E8EDBD
Complementary color
Monochromatic Colors of #E8EDBD
Black with #E8EDBD
Text Example
Text Example
White with #E8EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDBD; }
p { color: rgb(232,237,189); }
H1.HeaderClassName
{
color: #E8EDBD;
}
.AnyTagClassName
{
color: #E8EDBD;
}
</style>
background-color css
<style>
a { background-color: #E8EDBD; }
a { background-color: rgb(232,237,189); }
div.DivClassName
{
background-color: #E8EDBD;
}
.BgClassName
{
background-color: #E8EDBD;
}
</style>
border-color css
<style>
span { border-color: #E8EDBD; }
span { border-color: rgb(232,237,189); }
td.TdClassName
{
border-color: #E8EDBD;
}
.TagClassName
{
border-color: #E8EDBD;
}
</style>