Shades of Chiffon #EDF7BB
Tints of Chiffon #EDF7BB
RGB
CMYK
RGB Variations
Color information
#EDF7BB (or 0xEDF7BB) is known color: Chiffon. HEX triplet: ED, F7 and BB. RGB value is (237,247,187). Sum of RGB (Red+Green+Blue) = 237+247+187=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 187 (73.44% from 255 or 27.87% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7BB is #120844. Grayscale: #EDEDED. Windows color (decimal): -1181765 or 12318701. OLE color: 12318701.
HSL color Cylindrical-coordinate representation of color #EDF7BB: hue angle of 70º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDF7BB is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 187 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.03 |
| HSL | 70º | 0.79% | 0.85% | - |
| HSV(B) | 70º | 0.24% | 0.97% | - |
| XYZ | 77.16 | 88.11 | 59.95 | - |
| YUV | 237.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 187 | 0.04 | 0 | 0.24 | 0.03 | 70 | 0.79 | 0.85 |
| Hex | ED | F7 | BB | 4 | 0 | 18 | 3 | 46 | 4F | 55 |
| Octal | 355 | 367 | 273 | 4 | 0 | 30 | 3 | 106 | 117 | 125 |
| Binary | 11101101 | 11110111 | 10111011 | 100 | 0 | 11000 | 11 | 1000110 | 1001111 | 1010101 |
Color Harmonies of #EDF7BB
Complementary color
Monochromatic Colors of #EDF7BB
Black with #EDF7BB
Text Example
Text Example
White with #EDF7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7BB; }
p { color: rgb(237,247,187); }
H1.HeaderClassName
{
color: #EDF7BB;
}
.AnyTagClassName
{
color: #EDF7BB;
}
</style>
background-color css
<style>
a { background-color: #EDF7BB; }
a { background-color: rgb(237,247,187); }
div.DivClassName
{
background-color: #EDF7BB;
}
.BgClassName
{
background-color: #EDF7BB;
}
</style>
border-color css
<style>
span { border-color: #EDF7BB; }
span { border-color: rgb(237,247,187); }
td.TdClassName
{
border-color: #EDF7BB;
}
.TagClassName
{
border-color: #EDF7BB;
}
</style>