Shades of Chiffon #EDF4C1
Tints of Chiffon #EDF4C1
RGB
CMYK
RGB Variations
Color information
#EDF4C1 (or 0xEDF4C1) is known color: Chiffon. HEX triplet: ED, F4 and C1. RGB value is (237,244,193). Sum of RGB (Red+Green+Blue) = 237+244+193=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 193 (75.78% from 255 or 28.64% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4C1 is #120B3E. Grayscale: #ECECEC. Windows color (decimal): -1182527 or 12711149. OLE color: 12711149.
HSL color Cylindrical-coordinate representation of color #EDF4C1: hue angle of 68.24º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDF4C1 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 193 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.04 |
| HSL | 68.24º | 0.7% | 0.86% | - |
| HSV(B) | 68.24º | 0.21% | 0.96% | - |
| XYZ | 76.9 | 86.56 | 63.11 | - |
| YUV | 236.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 193 | 0.03 | 0 | 0.21 | 0.04 | 68.24 | 0.7 | 0.86 |
| Hex | ED | F4 | C1 | 3 | 0 | 15 | 4 | 44 | 46 | 56 |
| Octal | 355 | 364 | 301 | 3 | 0 | 25 | 4 | 104 | 106 | 126 |
| Binary | 11101101 | 11110100 | 11000001 | 11 | 0 | 10101 | 100 | 1000100 | 1000110 | 1010110 |
Color Harmonies of #EDF4C1
Complementary color
Monochromatic Colors of #EDF4C1
Black with #EDF4C1
Text Example
Text Example
White with #EDF4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4C1; }
p { color: rgb(237,244,193); }
H1.HeaderClassName
{
color: #EDF4C1;
}
.AnyTagClassName
{
color: #EDF4C1;
}
</style>
background-color css
<style>
a { background-color: #EDF4C1; }
a { background-color: rgb(237,244,193); }
div.DivClassName
{
background-color: #EDF4C1;
}
.BgClassName
{
background-color: #EDF4C1;
}
</style>
border-color css
<style>
span { border-color: #EDF4C1; }
span { border-color: rgb(237,244,193); }
td.TdClassName
{
border-color: #EDF4C1;
}
.TagClassName
{
border-color: #EDF4C1;
}
</style>