Shades of Chiffon #EDF3BB
Tints of Chiffon #EDF3BB
RGB
CMYK
RGB Variations
Color information
#EDF3BB (or 0xEDF3BB) is known color: Chiffon. HEX triplet: ED, F3 and BB. RGB value is (237,243,187). Sum of RGB (Red+Green+Blue) = 237+243+187=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 187 (73.44% from 255 or 28.04% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3BB is #120C44. Grayscale: #EBEBEB. Windows color (decimal): -1182789 or 12317677. OLE color: 12317677.
HSL color Cylindrical-coordinate representation of color #EDF3BB: hue angle of 66.43º degrees, saturation: 0.7, 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 #EDF3BB is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 187 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.05 |
| HSL | 66.43º | 0.7% | 0.84% | - |
| HSV(B) | 66.43º | 0.23% | 0.95% | - |
| XYZ | 75.95 | 85.69 | 59.55 | - |
| YUV | 234.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 187 | 0.02 | 0 | 0.23 | 0.05 | 66.43 | 0.7 | 0.84 |
| Hex | ED | F3 | BB | 2 | 0 | 17 | 5 | 42 | 46 | 54 |
| Octal | 355 | 363 | 273 | 2 | 0 | 27 | 5 | 102 | 106 | 124 |
| Binary | 11101101 | 11110011 | 10111011 | 10 | 0 | 10111 | 101 | 1000010 | 1000110 | 1010100 |
Color Harmonies of #EDF3BB
Complementary color
Monochromatic Colors of #EDF3BB
Black with #EDF3BB
Text Example
Text Example
White with #EDF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3BB; }
p { color: rgb(237,243,187); }
H1.HeaderClassName
{
color: #EDF3BB;
}
.AnyTagClassName
{
color: #EDF3BB;
}
</style>
background-color css
<style>
a { background-color: #EDF3BB; }
a { background-color: rgb(237,243,187); }
div.DivClassName
{
background-color: #EDF3BB;
}
.BgClassName
{
background-color: #EDF3BB;
}
</style>
border-color css
<style>
span { border-color: #EDF3BB; }
span { border-color: rgb(237,243,187); }
td.TdClassName
{
border-color: #EDF3BB;
}
.TagClassName
{
border-color: #EDF3BB;
}
</style>