Shades of Chiffon #EDF5BD
Tints of Chiffon #EDF5BD
RGB
CMYK
RGB Variations
Color information
#EDF5BD (or 0xEDF5BD) is known color: Chiffon. HEX triplet: ED, F5 and BD. RGB value is (237,245,189). Sum of RGB (Red+Green+Blue) = 237+245+189=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5BD is #120A42. Grayscale: #ECECEC. Windows color (decimal): -1182275 or 12449261. OLE color: 12449261.
HSL color Cylindrical-coordinate representation of color #EDF5BD: hue angle of 68.57º 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 #EDF5BD is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 189 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.04 |
| HSL | 68.57º | 0.74% | 0.85% | - |
| HSV(B) | 68.57º | 0.23% | 0.96% | - |
| XYZ | 76.76 | 86.98 | 60.89 | - |
| YUV | 236.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 189 | 0.03 | 0 | 0.23 | 0.04 | 68.57 | 0.74 | 0.85 |
| Hex | ED | F5 | BD | 3 | 0 | 17 | 4 | 45 | 4A | 55 |
| Octal | 355 | 365 | 275 | 3 | 0 | 27 | 4 | 105 | 112 | 125 |
| Binary | 11101101 | 11110101 | 10111101 | 11 | 0 | 10111 | 100 | 1000101 | 1001010 | 1010101 |
Color Harmonies of #EDF5BD
Complementary color
Monochromatic Colors of #EDF5BD
Black with #EDF5BD
Text Example
Text Example
White with #EDF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5BD; }
p { color: rgb(237,245,189); }
H1.HeaderClassName
{
color: #EDF5BD;
}
.AnyTagClassName
{
color: #EDF5BD;
}
</style>
background-color css
<style>
a { background-color: #EDF5BD; }
a { background-color: rgb(237,245,189); }
div.DivClassName
{
background-color: #EDF5BD;
}
.BgClassName
{
background-color: #EDF5BD;
}
</style>
border-color css
<style>
span { border-color: #EDF5BD; }
span { border-color: rgb(237,245,189); }
td.TdClassName
{
border-color: #EDF5BD;
}
.TagClassName
{
border-color: #EDF5BD;
}
</style>