Shades of Chiffon #EDF5C0
Tints of Chiffon #EDF5C0
RGB
CMYK
RGB Variations
Color information
#EDF5C0 (or 0xEDF5C0) is known color: Chiffon. HEX triplet: ED, F5 and C0. RGB value is (237,245,192). Sum of RGB (Red+Green+Blue) = 237+245+192=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 192 (75.39% from 255 or 28.49% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5C0 is #120A3F. Grayscale: #ECECEC. Windows color (decimal): -1182272 or 12645869. OLE color: 12645869.
HSL color Cylindrical-coordinate representation of color #EDF5C0: hue angle of 69.06º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDF5C0 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 192 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.04 |
| HSL | 69.06º | 0.73% | 0.86% | - |
| HSV(B) | 69.06º | 0.22% | 0.96% | - |
| XYZ | 77.09 | 87.12 | 62.62 | - |
| YUV | 236.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 192 | 0.03 | 0 | 0.22 | 0.04 | 69.06 | 0.73 | 0.86 |
| Hex | ED | F5 | C0 | 3 | 0 | 16 | 4 | 45 | 49 | 56 |
| Octal | 355 | 365 | 300 | 3 | 0 | 26 | 4 | 105 | 111 | 126 |
| Binary | 11101101 | 11110101 | 11000000 | 11 | 0 | 10110 | 100 | 1000101 | 1001001 | 1010110 |
Color Harmonies of #EDF5C0
Complementary color
Monochromatic Colors of #EDF5C0
Black with #EDF5C0
Text Example
Text Example
White with #EDF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5C0; }
p { color: rgb(237,245,192); }
H1.HeaderClassName
{
color: #EDF5C0;
}
.AnyTagClassName
{
color: #EDF5C0;
}
</style>
background-color css
<style>
a { background-color: #EDF5C0; }
a { background-color: rgb(237,245,192); }
div.DivClassName
{
background-color: #EDF5C0;
}
.BgClassName
{
background-color: #EDF5C0;
}
</style>
border-color css
<style>
span { border-color: #EDF5C0; }
span { border-color: rgb(237,245,192); }
td.TdClassName
{
border-color: #EDF5C0;
}
.TagClassName
{
border-color: #EDF5C0;
}
</style>