Shades of Chiffon #EDF5C2
Tints of Chiffon #EDF5C2
RGB
CMYK
RGB Variations
Color information
#EDF5C2 (or 0xEDF5C2) is known color: Chiffon. HEX triplet: ED, F5 and C2. RGB value is (237,245,194). Sum of RGB (Red+Green+Blue) = 237+245+194=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5C2 is #120A3D. Grayscale: #ECECEC. Windows color (decimal): -1182270 or 12776941. OLE color: 12776941.
HSL color Cylindrical-coordinate representation of color #EDF5C2: hue angle of 69.41º degrees, saturation: 0.72, 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 #EDF5C2 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 194 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.04 |
| HSL | 69.41º | 0.72% | 0.86% | - |
| HSV(B) | 69.41º | 0.21% | 0.96% | - |
| XYZ | 77.32 | 87.2 | 63.8 | - |
| YUV | 236.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 194 | 0.03 | 0 | 0.21 | 0.04 | 69.41 | 0.72 | 0.86 |
| Hex | ED | F5 | C2 | 3 | 0 | 15 | 4 | 45 | 48 | 56 |
| Octal | 355 | 365 | 302 | 3 | 0 | 25 | 4 | 105 | 110 | 126 |
| Binary | 11101101 | 11110101 | 11000010 | 11 | 0 | 10101 | 100 | 1000101 | 1001000 | 1010110 |
Color Harmonies of #EDF5C2
Complementary color
Monochromatic Colors of #EDF5C2
Black with #EDF5C2
Text Example
Text Example
White with #EDF5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5C2; }
p { color: rgb(237,245,194); }
H1.HeaderClassName
{
color: #EDF5C2;
}
.AnyTagClassName
{
color: #EDF5C2;
}
</style>
background-color css
<style>
a { background-color: #EDF5C2; }
a { background-color: rgb(237,245,194); }
div.DivClassName
{
background-color: #EDF5C2;
}
.BgClassName
{
background-color: #EDF5C2;
}
</style>
border-color css
<style>
span { border-color: #EDF5C2; }
span { border-color: rgb(237,245,194); }
td.TdClassName
{
border-color: #EDF5C2;
}
.TagClassName
{
border-color: #EDF5C2;
}
</style>