Shades of Chiffon #EDF5C3
Tints of Chiffon #EDF5C3
RGB
CMYK
RGB Variations
Color information
#EDF5C3 (or 0xEDF5C3) is known color: Chiffon. HEX triplet: ED, F5 and C3. RGB value is (237,245,195). Sum of RGB (Red+Green+Blue) = 237+245+195=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 195 (76.56% from 255 or 28.80% from 677); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5C3 is #120A3C. Grayscale: #EDEDED. Windows color (decimal): -1182269 or 12842477. OLE color: 12842477.
HSL color Cylindrical-coordinate representation of color #EDF5C3: hue angle of 69.6º degrees, saturation: 0.71, 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 #EDF5C3 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 195 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.04 |
| HSL | 69.6º | 0.71% | 0.86% | - |
| HSV(B) | 69.6º | 0.2% | 0.96% | - |
| XYZ | 77.43 | 87.25 | 64.39 | - |
| YUV | 236.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 195 | 0.03 | 0 | 0.20 | 0.04 | 69.6 | 0.71 | 0.86 |
| Hex | ED | F5 | C3 | 3 | 0 | 14 | 4 | 46 | 47 | 56 |
| Octal | 355 | 365 | 303 | 3 | 0 | 24 | 4 | 106 | 107 | 126 |
| Binary | 11101101 | 11110101 | 11000011 | 11 | 0 | 10100 | 100 | 1000110 | 1000111 | 1010110 |
Color Harmonies of #EDF5C3
Complementary color
Monochromatic Colors of #EDF5C3
Black with #EDF5C3
Text Example
Text Example
White with #EDF5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5C3; }
p { color: rgb(237,245,195); }
H1.HeaderClassName
{
color: #EDF5C3;
}
.AnyTagClassName
{
color: #EDF5C3;
}
</style>
background-color css
<style>
a { background-color: #EDF5C3; }
a { background-color: rgb(237,245,195); }
div.DivClassName
{
background-color: #EDF5C3;
}
.BgClassName
{
background-color: #EDF5C3;
}
</style>
border-color css
<style>
span { border-color: #EDF5C3; }
span { border-color: rgb(237,245,195); }
td.TdClassName
{
border-color: #EDF5C3;
}
.TagClassName
{
border-color: #EDF5C3;
}
</style>