Shades of Chiffon #EDF1C1
Tints of Chiffon #EDF1C1
RGB
CMYK
RGB Variations
Color information
#EDF1C1 (or 0xEDF1C1) is known color: Chiffon. HEX triplet: ED, F1 and C1. RGB value is (237,241,193). Sum of RGB (Red+Green+Blue) = 237+241+193=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1C1 is #120E3E. Grayscale: #EAEAEA. Windows color (decimal): -1183295 or 12710381. OLE color: 12710381.
HSL color Cylindrical-coordinate representation of color #EDF1C1: hue angle of 65º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDF1C1 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 193 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.05 |
| HSL | 65º | 0.63% | 0.85% | - |
| HSV(B) | 65º | 0.2% | 0.95% | - |
| XYZ | 76.01 | 84.77 | 62.81 | - |
| YUV | 234.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 193 | 0.02 | 0 | 0.20 | 0.05 | 65 | 0.63 | 0.85 |
| Hex | ED | F1 | C1 | 2 | 0 | 14 | 5 | 41 | 3F | 55 |
| Octal | 355 | 361 | 301 | 2 | 0 | 24 | 5 | 101 | 77 | 125 |
| Binary | 11101101 | 11110001 | 11000001 | 10 | 0 | 10100 | 101 | 1000001 | 111111 | 1010101 |
Color Harmonies of #EDF1C1
Complementary color
Monochromatic Colors of #EDF1C1
Black with #EDF1C1
Text Example
Text Example
White with #EDF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1C1; }
p { color: rgb(237,241,193); }
H1.HeaderClassName
{
color: #EDF1C1;
}
.AnyTagClassName
{
color: #EDF1C1;
}
</style>
background-color css
<style>
a { background-color: #EDF1C1; }
a { background-color: rgb(237,241,193); }
div.DivClassName
{
background-color: #EDF1C1;
}
.BgClassName
{
background-color: #EDF1C1;
}
</style>
border-color css
<style>
span { border-color: #EDF1C1; }
span { border-color: rgb(237,241,193); }
td.TdClassName
{
border-color: #EDF1C1;
}
.TagClassName
{
border-color: #EDF1C1;
}
</style>