Shades of Chiffon #EDF1BC
Tints of Chiffon #EDF1BC
RGB
CMYK
RGB Variations
Color information
#EDF1BC (or 0xEDF1BC) is known color: Chiffon. HEX triplet: ED, F1 and BC. RGB value is (237,241,188). Sum of RGB (Red+Green+Blue) = 237+241+188=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1BC is #120E43. Grayscale: #E9E9E9. Windows color (decimal): -1183300 or 12382701. OLE color: 12382701.
HSL color Cylindrical-coordinate representation of color #EDF1BC: hue angle of 64.53º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDF1BC is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 188 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.05 |
| HSL | 64.53º | 0.65% | 0.84% | - |
| HSV(B) | 64.53º | 0.22% | 0.95% | - |
| XYZ | 75.46 | 84.55 | 59.92 | - |
| YUV | 233.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 188 | 0.02 | 0 | 0.22 | 0.05 | 64.53 | 0.65 | 0.84 |
| Hex | ED | F1 | BC | 2 | 0 | 16 | 5 | 41 | 41 | 54 |
| Octal | 355 | 361 | 274 | 2 | 0 | 26 | 5 | 101 | 101 | 124 |
| Binary | 11101101 | 11110001 | 10111100 | 10 | 0 | 10110 | 101 | 1000001 | 1000001 | 1010100 |
Color Harmonies of #EDF1BC
Complementary color
Monochromatic Colors of #EDF1BC
Black with #EDF1BC
Text Example
Text Example
White with #EDF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1BC; }
p { color: rgb(237,241,188); }
H1.HeaderClassName
{
color: #EDF1BC;
}
.AnyTagClassName
{
color: #EDF1BC;
}
</style>
background-color css
<style>
a { background-color: #EDF1BC; }
a { background-color: rgb(237,241,188); }
div.DivClassName
{
background-color: #EDF1BC;
}
.BgClassName
{
background-color: #EDF1BC;
}
</style>
border-color css
<style>
span { border-color: #EDF1BC; }
span { border-color: rgb(237,241,188); }
td.TdClassName
{
border-color: #EDF1BC;
}
.TagClassName
{
border-color: #EDF1BC;
}
</style>