Shades of Chiffon #EDF6BC
Tints of Chiffon #EDF6BC
RGB
CMYK
RGB Variations
Color information
#EDF6BC (or 0xEDF6BC) is known color: Chiffon. HEX triplet: ED, F6 and BC. RGB value is (237,246,188). Sum of RGB (Red+Green+Blue) = 237+246+188=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6BC is #120943. Grayscale: #ECECEC. Windows color (decimal): -1182020 or 12383981. OLE color: 12383981.
HSL color Cylindrical-coordinate representation of color #EDF6BC: hue angle of 69.31º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDF6BC is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 188 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.04 |
| HSL | 69.31º | 0.76% | 0.85% | - |
| HSV(B) | 69.31º | 0.24% | 0.96% | - |
| XYZ | 76.96 | 87.55 | 60.42 | - |
| YUV | 236.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 188 | 0.04 | 0 | 0.24 | 0.04 | 69.31 | 0.76 | 0.85 |
| Hex | ED | F6 | BC | 4 | 0 | 18 | 4 | 45 | 4C | 55 |
| Octal | 355 | 366 | 274 | 4 | 0 | 30 | 4 | 105 | 114 | 125 |
| Binary | 11101101 | 11110110 | 10111100 | 100 | 0 | 11000 | 100 | 1000101 | 1001100 | 1010101 |
Color Harmonies of #EDF6BC
Complementary color
Monochromatic Colors of #EDF6BC
Black with #EDF6BC
Text Example
Text Example
White with #EDF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6BC; }
p { color: rgb(237,246,188); }
H1.HeaderClassName
{
color: #EDF6BC;
}
.AnyTagClassName
{
color: #EDF6BC;
}
</style>
background-color css
<style>
a { background-color: #EDF6BC; }
a { background-color: rgb(237,246,188); }
div.DivClassName
{
background-color: #EDF6BC;
}
.BgClassName
{
background-color: #EDF6BC;
}
</style>
border-color css
<style>
span { border-color: #EDF6BC; }
span { border-color: rgb(237,246,188); }
td.TdClassName
{
border-color: #EDF6BC;
}
.TagClassName
{
border-color: #EDF6BC;
}
</style>