Shades of Chiffon #EDF8C0
Tints of Chiffon #EDF8C0
RGB
CMYK
RGB Variations
Color information
#EDF8C0 (or 0xEDF8C0) is known color: Chiffon. HEX triplet: ED, F8 and C0. RGB value is (237,248,192). Sum of RGB (Red+Green+Blue) = 237+248+192=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 192 (75.39% from 255 or 28.36% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8C0 is #12073F. Grayscale: #EEEEEE. Windows color (decimal): -1181504 or 12646637. OLE color: 12646637.
HSL color Cylindrical-coordinate representation of color #EDF8C0: hue angle of 71.79º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF8C0 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 192 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.03 |
| HSL | 71.79º | 0.8% | 0.86% | - |
| HSV(B) | 71.79º | 0.23% | 0.97% | - |
| XYZ | 78.01 | 88.95 | 62.93 | - |
| YUV | 238.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 192 | 0.04 | 0 | 0.23 | 0.03 | 71.79 | 0.8 | 0.86 |
| Hex | ED | F8 | C0 | 4 | 0 | 17 | 3 | 48 | 50 | 56 |
| Octal | 355 | 370 | 300 | 4 | 0 | 27 | 3 | 110 | 120 | 126 |
| Binary | 11101101 | 11111000 | 11000000 | 100 | 0 | 10111 | 11 | 1001000 | 1010000 | 1010110 |
Color Harmonies of #EDF8C0
Complementary color
Monochromatic Colors of #EDF8C0
Black with #EDF8C0
Text Example
Text Example
White with #EDF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8C0; }
p { color: rgb(237,248,192); }
H1.HeaderClassName
{
color: #EDF8C0;
}
.AnyTagClassName
{
color: #EDF8C0;
}
</style>
background-color css
<style>
a { background-color: #EDF8C0; }
a { background-color: rgb(237,248,192); }
div.DivClassName
{
background-color: #EDF8C0;
}
.BgClassName
{
background-color: #EDF8C0;
}
</style>
border-color css
<style>
span { border-color: #EDF8C0; }
span { border-color: rgb(237,248,192); }
td.TdClassName
{
border-color: #EDF8C0;
}
.TagClassName
{
border-color: #EDF8C0;
}
</style>