Shades of Chiffon #EDFBBC
Tints of Chiffon #EDFBBC
RGB
CMYK
RGB Variations
Color information
#EDFBBC (or 0xEDFBBC) is known color: Chiffon. HEX triplet: ED, FB and BC. RGB value is (237,251,188). Sum of RGB (Red+Green+Blue) = 237+251+188=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 188 (73.83% from 255 or 27.81% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBBC is #120443. Grayscale: #EFEFEF. Windows color (decimal): -1180740 or 12385261. OLE color: 12385261.
HSL color Cylindrical-coordinate representation of color #EDFBBC: hue angle of 73.33º 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 #EDFBBC is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 188 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.02 |
| HSL | 73.33º | 0.89% | 0.86% | - |
| HSV(B) | 73.33º | 0.25% | 0.98% | - |
| XYZ | 78.5 | 90.63 | 60.93 | - |
| YUV | 239.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 188 | 0.06 | 0 | 0.25 | 0.02 | 73.33 | 0.89 | 0.86 |
| Hex | ED | FB | BC | 6 | 0 | 19 | 2 | 49 | 59 | 56 |
| Octal | 355 | 373 | 274 | 6 | 0 | 31 | 2 | 111 | 131 | 126 |
| Binary | 11101101 | 11111011 | 10111100 | 110 | 0 | 11001 | 10 | 1001001 | 1011001 | 1010110 |
Color Harmonies of #EDFBBC
Complementary color
Monochromatic Colors of #EDFBBC
Black with #EDFBBC
Text Example
Text Example
White with #EDFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBBC; }
p { color: rgb(237,251,188); }
H1.HeaderClassName
{
color: #EDFBBC;
}
.AnyTagClassName
{
color: #EDFBBC;
}
</style>
background-color css
<style>
a { background-color: #EDFBBC; }
a { background-color: rgb(237,251,188); }
div.DivClassName
{
background-color: #EDFBBC;
}
.BgClassName
{
background-color: #EDFBBC;
}
</style>
border-color css
<style>
span { border-color: #EDFBBC; }
span { border-color: rgb(237,251,188); }
td.TdClassName
{
border-color: #EDFBBC;
}
.TagClassName
{
border-color: #EDFBBC;
}
</style>