Shades of Chiffon #EDF8B8
Tints of Chiffon #EDF8B8
RGB
CMYK
RGB Variations
Color information
#EDF8B8 (or 0xEDF8B8) is known color: Chiffon. HEX triplet: ED, F8 and B8. RGB value is (237,248,184). Sum of RGB (Red+Green+Blue) = 237+248+184=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 184 (72.27% from 255 or 27.50% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8B8 is #120747. Grayscale: #EDEDED. Windows color (decimal): -1181512 or 12122349. OLE color: 12122349.
HSL color Cylindrical-coordinate representation of color #EDF8B8: hue angle of 70.31º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDF8B8 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 184 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.03 |
| HSL | 70.31º | 0.82% | 0.85% | - |
| HSV(B) | 70.31º | 0.26% | 0.97% | - |
| XYZ | 77.14 | 88.6 | 58.38 | - |
| YUV | 237.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 184 | 0.04 | 0 | 0.26 | 0.03 | 70.31 | 0.82 | 0.85 |
| Hex | ED | F8 | B8 | 4 | 0 | 1A | 3 | 46 | 52 | 55 |
| Octal | 355 | 370 | 270 | 4 | 0 | 32 | 3 | 106 | 122 | 125 |
| Binary | 11101101 | 11111000 | 10111000 | 100 | 0 | 11010 | 11 | 1000110 | 1010010 | 1010101 |
Color Harmonies of #EDF8B8
Complementary color
Monochromatic Colors of #EDF8B8
Black with #EDF8B8
Text Example
Text Example
White with #EDF8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8B8; }
p { color: rgb(237,248,184); }
H1.HeaderClassName
{
color: #EDF8B8;
}
.AnyTagClassName
{
color: #EDF8B8;
}
</style>
background-color css
<style>
a { background-color: #EDF8B8; }
a { background-color: rgb(237,248,184); }
div.DivClassName
{
background-color: #EDF8B8;
}
.BgClassName
{
background-color: #EDF8B8;
}
</style>
border-color css
<style>
span { border-color: #EDF8B8; }
span { border-color: rgb(237,248,184); }
td.TdClassName
{
border-color: #EDF8B8;
}
.TagClassName
{
border-color: #EDF8B8;
}
</style>