Shades of Chiffon #EDF5BC
Tints of Chiffon #EDF5BC
RGB
CMYK
RGB Variations
Color information
#EDF5BC (or 0xEDF5BC) is known color: Chiffon. HEX triplet: ED, F5 and BC. RGB value is (237,245,188). Sum of RGB (Red+Green+Blue) = 237+245+188=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5BC is #120A43. Grayscale: #ECECEC. Windows color (decimal): -1182276 or 12383725. OLE color: 12383725.
HSL color Cylindrical-coordinate representation of color #EDF5BC: hue angle of 68.42º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF5BC is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 188 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.04 |
| HSL | 68.42º | 0.74% | 0.85% | - |
| HSV(B) | 68.42º | 0.23% | 0.96% | - |
| XYZ | 76.65 | 86.94 | 60.32 | - |
| YUV | 236.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 188 | 0.03 | 0 | 0.23 | 0.04 | 68.42 | 0.74 | 0.85 |
| Hex | ED | F5 | BC | 3 | 0 | 17 | 4 | 44 | 4A | 55 |
| Octal | 355 | 365 | 274 | 3 | 0 | 27 | 4 | 104 | 112 | 125 |
| Binary | 11101101 | 11110101 | 10111100 | 11 | 0 | 10111 | 100 | 1000100 | 1001010 | 1010101 |
Color Harmonies of #EDF5BC
Complementary color
Monochromatic Colors of #EDF5BC
Black with #EDF5BC
Text Example
Text Example
White with #EDF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5BC; }
p { color: rgb(237,245,188); }
H1.HeaderClassName
{
color: #EDF5BC;
}
.AnyTagClassName
{
color: #EDF5BC;
}
</style>
background-color css
<style>
a { background-color: #EDF5BC; }
a { background-color: rgb(237,245,188); }
div.DivClassName
{
background-color: #EDF5BC;
}
.BgClassName
{
background-color: #EDF5BC;
}
</style>
border-color css
<style>
span { border-color: #EDF5BC; }
span { border-color: rgb(237,245,188); }
td.TdClassName
{
border-color: #EDF5BC;
}
.TagClassName
{
border-color: #EDF5BC;
}
</style>