Shades of Chiffon #EDF4C5
Tints of Chiffon #EDF4C5
RGB
CMYK
RGB Variations
Color information
#EDF4C5 (or 0xEDF4C5) is known color: Chiffon. HEX triplet: ED, F4 and C5. RGB value is (237,244,197). Sum of RGB (Red+Green+Blue) = 237+244+197=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 197 (77.34% from 255 or 29.06% from 678); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4C5 is #120B3A. Grayscale: #ECECEC. Windows color (decimal): -1182523 or 12973293. OLE color: 12973293.
HSL color Cylindrical-coordinate representation of color #EDF4C5: hue angle of 68.94º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDF4C5 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 197 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.04 |
| HSL | 68.94º | 0.68% | 0.86% | - |
| HSV(B) | 68.94º | 0.19% | 0.96% | - |
| XYZ | 77.35 | 86.74 | 65.49 | - |
| YUV | 236.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 197 | 0.03 | 0 | 0.19 | 0.04 | 68.94 | 0.68 | 0.86 |
| Hex | ED | F4 | C5 | 3 | 0 | 13 | 4 | 45 | 44 | 56 |
| Octal | 355 | 364 | 305 | 3 | 0 | 23 | 4 | 105 | 104 | 126 |
| Binary | 11101101 | 11110100 | 11000101 | 11 | 0 | 10011 | 100 | 1000101 | 1000100 | 1010110 |
Color Harmonies of #EDF4C5
Complementary color
Monochromatic Colors of #EDF4C5
Black with #EDF4C5
Text Example
Text Example
White with #EDF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4C5; }
p { color: rgb(237,244,197); }
H1.HeaderClassName
{
color: #EDF4C5;
}
.AnyTagClassName
{
color: #EDF4C5;
}
</style>
background-color css
<style>
a { background-color: #EDF4C5; }
a { background-color: rgb(237,244,197); }
div.DivClassName
{
background-color: #EDF4C5;
}
.BgClassName
{
background-color: #EDF4C5;
}
</style>
border-color css
<style>
span { border-color: #EDF4C5; }
span { border-color: rgb(237,244,197); }
td.TdClassName
{
border-color: #EDF4C5;
}
.TagClassName
{
border-color: #EDF4C5;
}
</style>