Shades of Chiffon #EDF8BB
Tints of Chiffon #EDF8BB
RGB
CMYK
RGB Variations
Color information
#EDF8BB (or 0xEDF8BB) is known color: Chiffon. HEX triplet: ED, F8 and BB. RGB value is (237,248,187). Sum of RGB (Red+Green+Blue) = 237+248+187=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8BB is #120744. Grayscale: #EDEDED. Windows color (decimal): -1181509 or 12318957. OLE color: 12318957.
HSL color Cylindrical-coordinate representation of color #EDF8BB: hue angle of 70.82º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDF8BB is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 187 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.03 |
| HSL | 70.82º | 0.81% | 0.85% | - |
| HSV(B) | 70.82º | 0.25% | 0.97% | - |
| XYZ | 77.46 | 88.73 | 60.06 | - |
| YUV | 237.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 187 | 0.04 | 0 | 0.25 | 0.03 | 70.82 | 0.81 | 0.85 |
| Hex | ED | F8 | BB | 4 | 0 | 19 | 3 | 47 | 51 | 55 |
| Octal | 355 | 370 | 273 | 4 | 0 | 31 | 3 | 107 | 121 | 125 |
| Binary | 11101101 | 11111000 | 10111011 | 100 | 0 | 11001 | 11 | 1000111 | 1010001 | 1010101 |
Color Harmonies of #EDF8BB
Complementary color
Monochromatic Colors of #EDF8BB
Black with #EDF8BB
Text Example
Text Example
White with #EDF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8BB; }
p { color: rgb(237,248,187); }
H1.HeaderClassName
{
color: #EDF8BB;
}
.AnyTagClassName
{
color: #EDF8BB;
}
</style>
background-color css
<style>
a { background-color: #EDF8BB; }
a { background-color: rgb(237,248,187); }
div.DivClassName
{
background-color: #EDF8BB;
}
.BgClassName
{
background-color: #EDF8BB;
}
</style>
border-color css
<style>
span { border-color: #EDF8BB; }
span { border-color: rgb(237,248,187); }
td.TdClassName
{
border-color: #EDF8BB;
}
.TagClassName
{
border-color: #EDF8BB;
}
</style>