Shades of Chiffon #EDEEBB
Tints of Chiffon #EDEEBB
RGB
CMYK
RGB Variations
Color information
#EDEEBB (or 0xEDEEBB) is known color: Chiffon. HEX triplet: ED, EE and BB. RGB value is (237,238,187). Sum of RGB (Red+Green+Blue) = 237+238+187=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEBB is #121144. Grayscale: #E8E8E8. Windows color (decimal): -1184069 or 12316397. OLE color: 12316397.
HSL color Cylindrical-coordinate representation of color #EDEEBB: hue angle of 61.18º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDEEBB is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 187 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.07 |
| HSL | 61.18º | 0.6% | 0.83% | - |
| HSV(B) | 61.18º | 0.21% | 0.93% | - |
| XYZ | 74.47 | 82.74 | 59.06 | - |
| YUV | 231.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 187 | 0.00 | 0 | 0.21 | 0.07 | 61.18 | 0.6 | 0.83 |
| Hex | ED | EE | BB | 0 | 0 | 15 | 7 | 3D | 3C | 53 |
| Octal | 355 | 356 | 273 | 0 | 0 | 25 | 7 | 75 | 74 | 123 |
| Binary | 11101101 | 11101110 | 10111011 | 0 | 0 | 10101 | 111 | 111101 | 111100 | 1010011 |
Color Harmonies of #EDEEBB
Complementary color
Monochromatic Colors of #EDEEBB
Black with #EDEEBB
Text Example
Text Example
White with #EDEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEBB; }
p { color: rgb(237,238,187); }
H1.HeaderClassName
{
color: #EDEEBB;
}
.AnyTagClassName
{
color: #EDEEBB;
}
</style>
background-color css
<style>
a { background-color: #EDEEBB; }
a { background-color: rgb(237,238,187); }
div.DivClassName
{
background-color: #EDEEBB;
}
.BgClassName
{
background-color: #EDEEBB;
}
</style>
border-color css
<style>
span { border-color: #EDEEBB; }
span { border-color: rgb(237,238,187); }
td.TdClassName
{
border-color: #EDEEBB;
}
.TagClassName
{
border-color: #EDEEBB;
}
</style>