Shades of Chiffon #EDF2B9
Tints of Chiffon #EDF2B9
RGB
CMYK
RGB Variations
Color information
#EDF2B9 (or 0xEDF2B9) is known color: Chiffon. HEX triplet: ED, F2 and B9. RGB value is (237,242,185). Sum of RGB (Red+Green+Blue) = 237+242+185=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 185 (72.66% from 255 or 27.86% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2B9 is #120D46. Grayscale: #EAEAEA. Windows color (decimal): -1183047 or 12186349. OLE color: 12186349.
HSL color Cylindrical-coordinate representation of color #EDF2B9: hue angle of 65.26º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDF2B9 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 185 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.05 |
| HSL | 65.26º | 0.69% | 0.84% | - |
| HSV(B) | 65.26º | 0.24% | 0.95% | - |
| XYZ | 75.43 | 85.01 | 58.33 | - |
| YUV | 234.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 185 | 0.02 | 0 | 0.24 | 0.05 | 65.26 | 0.69 | 0.84 |
| Hex | ED | F2 | B9 | 2 | 0 | 18 | 5 | 41 | 45 | 54 |
| Octal | 355 | 362 | 271 | 2 | 0 | 30 | 5 | 101 | 105 | 124 |
| Binary | 11101101 | 11110010 | 10111001 | 10 | 0 | 11000 | 101 | 1000001 | 1000101 | 1010100 |
Color Harmonies of #EDF2B9
Complementary color
Monochromatic Colors of #EDF2B9
Black with #EDF2B9
Text Example
Text Example
White with #EDF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2B9; }
p { color: rgb(237,242,185); }
H1.HeaderClassName
{
color: #EDF2B9;
}
.AnyTagClassName
{
color: #EDF2B9;
}
</style>
background-color css
<style>
a { background-color: #EDF2B9; }
a { background-color: rgb(237,242,185); }
div.DivClassName
{
background-color: #EDF2B9;
}
.BgClassName
{
background-color: #EDF2B9;
}
</style>
border-color css
<style>
span { border-color: #EDF2B9; }
span { border-color: rgb(237,242,185); }
td.TdClassName
{
border-color: #EDF2B9;
}
.TagClassName
{
border-color: #EDF2B9;
}
</style>