Shades of Chiffon #EDF4C3
Tints of Chiffon #EDF4C3
RGB
CMYK
RGB Variations
Color information
#EDF4C3 (or 0xEDF4C3) is known color: Chiffon. HEX triplet: ED, F4 and C3. RGB value is (237,244,195). Sum of RGB (Red+Green+Blue) = 237+244+195=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 195 (76.56% from 255 or 28.85% from 676); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4C3 is #120B3C. Grayscale: #ECECEC. Windows color (decimal): -1182525 or 12842221. OLE color: 12842221.
HSL color Cylindrical-coordinate representation of color #EDF4C3: hue angle of 68.57º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDF4C3 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 195 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.04 |
| HSL | 68.57º | 0.69% | 0.86% | - |
| HSV(B) | 68.57º | 0.2% | 0.96% | - |
| XYZ | 77.13 | 86.65 | 64.29 | - |
| YUV | 236.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 195 | 0.03 | 0 | 0.20 | 0.04 | 68.57 | 0.69 | 0.86 |
| Hex | ED | F4 | C3 | 3 | 0 | 14 | 4 | 45 | 45 | 56 |
| Octal | 355 | 364 | 303 | 3 | 0 | 24 | 4 | 105 | 105 | 126 |
| Binary | 11101101 | 11110100 | 11000011 | 11 | 0 | 10100 | 100 | 1000101 | 1000101 | 1010110 |
Color Harmonies of #EDF4C3
Complementary color
Monochromatic Colors of #EDF4C3
Black with #EDF4C3
Text Example
Text Example
White with #EDF4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4C3; }
p { color: rgb(237,244,195); }
H1.HeaderClassName
{
color: #EDF4C3;
}
.AnyTagClassName
{
color: #EDF4C3;
}
</style>
background-color css
<style>
a { background-color: #EDF4C3; }
a { background-color: rgb(237,244,195); }
div.DivClassName
{
background-color: #EDF4C3;
}
.BgClassName
{
background-color: #EDF4C3;
}
</style>
border-color css
<style>
span { border-color: #EDF4C3; }
span { border-color: rgb(237,244,195); }
td.TdClassName
{
border-color: #EDF4C3;
}
.TagClassName
{
border-color: #EDF4C3;
}
</style>