Shades of Chiffon #EDF2BB
Tints of Chiffon #EDF2BB
RGB
CMYK
RGB Variations
Color information
#EDF2BB (or 0xEDF2BB) is known color: Chiffon. HEX triplet: ED, F2 and BB. RGB value is (237,242,187). Sum of RGB (Red+Green+Blue) = 237+242+187=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2BB is #120D44. Grayscale: #EAEAEA. Windows color (decimal): -1183045 or 12317421. OLE color: 12317421.
HSL color Cylindrical-coordinate representation of color #EDF2BB: hue angle of 65.45º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF2BB is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 187 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.05 |
| HSL | 65.45º | 0.68% | 0.84% | - |
| HSV(B) | 65.45º | 0.23% | 0.95% | - |
| XYZ | 75.65 | 85.1 | 59.45 | - |
| YUV | 234.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 187 | 0.02 | 0 | 0.23 | 0.05 | 65.45 | 0.68 | 0.84 |
| Hex | ED | F2 | BB | 2 | 0 | 17 | 5 | 41 | 44 | 54 |
| Octal | 355 | 362 | 273 | 2 | 0 | 27 | 5 | 101 | 104 | 124 |
| Binary | 11101101 | 11110010 | 10111011 | 10 | 0 | 10111 | 101 | 1000001 | 1000100 | 1010100 |
Color Harmonies of #EDF2BB
Complementary color
Monochromatic Colors of #EDF2BB
Black with #EDF2BB
Text Example
Text Example
White with #EDF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2BB; }
p { color: rgb(237,242,187); }
H1.HeaderClassName
{
color: #EDF2BB;
}
.AnyTagClassName
{
color: #EDF2BB;
}
</style>
background-color css
<style>
a { background-color: #EDF2BB; }
a { background-color: rgb(237,242,187); }
div.DivClassName
{
background-color: #EDF2BB;
}
.BgClassName
{
background-color: #EDF2BB;
}
</style>
border-color css
<style>
span { border-color: #EDF2BB; }
span { border-color: rgb(237,242,187); }
td.TdClassName
{
border-color: #EDF2BB;
}
.TagClassName
{
border-color: #EDF2BB;
}
</style>