Shades of Chiffon #EDF2B8
Tints of Chiffon #EDF2B8
RGB
CMYK
RGB Variations
Color information
#EDF2B8 (or 0xEDF2B8) is known color: Chiffon. HEX triplet: ED, F2 and B8. RGB value is (237,242,184). Sum of RGB (Red+Green+Blue) = 237+242+184=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 184 (72.27% from 255 or 27.75% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2B8 is #120D47. Grayscale: #EAEAEA. Windows color (decimal): -1183048 or 12120813. OLE color: 12120813.
HSL color Cylindrical-coordinate representation of color #EDF2B8: hue angle of 65.17º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDF2B8 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 184 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.05 |
| HSL | 65.17º | 0.69% | 0.84% | - |
| HSV(B) | 65.17º | 0.24% | 0.95% | - |
| XYZ | 75.33 | 84.97 | 57.78 | - |
| YUV | 233.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 184 | 0.02 | 0 | 0.24 | 0.05 | 65.17 | 0.69 | 0.84 |
| Hex | ED | F2 | B8 | 2 | 0 | 18 | 5 | 41 | 45 | 54 |
| Octal | 355 | 362 | 270 | 2 | 0 | 30 | 5 | 101 | 105 | 124 |
| Binary | 11101101 | 11110010 | 10111000 | 10 | 0 | 11000 | 101 | 1000001 | 1000101 | 1010100 |
Color Harmonies of #EDF2B8
Complementary color
Monochromatic Colors of #EDF2B8
Black with #EDF2B8
Text Example
Text Example
White with #EDF2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2B8; }
p { color: rgb(237,242,184); }
H1.HeaderClassName
{
color: #EDF2B8;
}
.AnyTagClassName
{
color: #EDF2B8;
}
</style>
background-color css
<style>
a { background-color: #EDF2B8; }
a { background-color: rgb(237,242,184); }
div.DivClassName
{
background-color: #EDF2B8;
}
.BgClassName
{
background-color: #EDF2B8;
}
</style>
border-color css
<style>
span { border-color: #EDF2B8; }
span { border-color: rgb(237,242,184); }
td.TdClassName
{
border-color: #EDF2B8;
}
.TagClassName
{
border-color: #EDF2B8;
}
</style>