Shades of Chiffon #EDFBBB
Tints of Chiffon #EDFBBB
RGB
CMYK
RGB Variations
Color information
#EDFBBB (or 0xEDFBBB) is known color: Chiffon. HEX triplet: ED, FB and BB. RGB value is (237,251,187). Sum of RGB (Red+Green+Blue) = 237+251+187=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 187 (73.44% from 255 or 27.70% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBBB is #120444. Grayscale: #EFEFEF. Windows color (decimal): -1180741 or 12319725. OLE color: 12319725.
HSL color Cylindrical-coordinate representation of color #EDFBBB: hue angle of 73.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFBBB is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 187 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.02 |
| HSL | 73.13º | 0.89% | 0.86% | - |
| HSV(B) | 73.13º | 0.25% | 0.98% | - |
| XYZ | 78.39 | 90.59 | 60.37 | - |
| YUV | 239.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 187 | 0.06 | 0 | 0.25 | 0.02 | 73.13 | 0.89 | 0.86 |
| Hex | ED | FB | BB | 6 | 0 | 19 | 2 | 49 | 59 | 56 |
| Octal | 355 | 373 | 273 | 6 | 0 | 31 | 2 | 111 | 131 | 126 |
| Binary | 11101101 | 11111011 | 10111011 | 110 | 0 | 11001 | 10 | 1001001 | 1011001 | 1010110 |
Color Harmonies of #EDFBBB
Complementary color
Monochromatic Colors of #EDFBBB
Black with #EDFBBB
Text Example
Text Example
White with #EDFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBBB; }
p { color: rgb(237,251,187); }
H1.HeaderClassName
{
color: #EDFBBB;
}
.AnyTagClassName
{
color: #EDFBBB;
}
</style>
background-color css
<style>
a { background-color: #EDFBBB; }
a { background-color: rgb(237,251,187); }
div.DivClassName
{
background-color: #EDFBBB;
}
.BgClassName
{
background-color: #EDFBBB;
}
</style>
border-color css
<style>
span { border-color: #EDFBBB; }
span { border-color: rgb(237,251,187); }
td.TdClassName
{
border-color: #EDFBBB;
}
.TagClassName
{
border-color: #EDFBBB;
}
</style>