Shades of Chiffon #EEF8BD
Tints of Chiffon #EEF8BD
RGB
CMYK
RGB Variations
Color information
#EEF8BD (or 0xEEF8BD) is known color: Chiffon. HEX triplet: EE, F8 and BD. RGB value is (238,248,189). Sum of RGB (Red+Green+Blue) = 238+248+189=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8BD is #110742. Grayscale: #EEEEEE. Windows color (decimal): -1115971 or 12450030. OLE color: 12450030.
HSL color Cylindrical-coordinate representation of color #EEF8BD: hue angle of 70.17º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEF8BD is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 189 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.03 |
| HSL | 70.17º | 0.81% | 0.86% | - |
| HSV(B) | 70.17º | 0.24% | 0.97% | - |
| XYZ | 78.01 | 88.99 | 61.21 | - |
| YUV | 238.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 189 | 0.04 | 0 | 0.24 | 0.03 | 70.17 | 0.81 | 0.86 |
| Hex | EE | F8 | BD | 4 | 0 | 18 | 3 | 46 | 51 | 56 |
| Octal | 356 | 370 | 275 | 4 | 0 | 30 | 3 | 106 | 121 | 126 |
| Binary | 11101110 | 11111000 | 10111101 | 100 | 0 | 11000 | 11 | 1000110 | 1010001 | 1010110 |
Color Harmonies of #EEF8BD
Complementary color
Monochromatic Colors of #EEF8BD
Black with #EEF8BD
Text Example
Text Example
White with #EEF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8BD; }
p { color: rgb(238,248,189); }
H1.HeaderClassName
{
color: #EEF8BD;
}
.AnyTagClassName
{
color: #EEF8BD;
}
</style>
background-color css
<style>
a { background-color: #EEF8BD; }
a { background-color: rgb(238,248,189); }
div.DivClassName
{
background-color: #EEF8BD;
}
.BgClassName
{
background-color: #EEF8BD;
}
</style>
border-color css
<style>
span { border-color: #EEF8BD; }
span { border-color: rgb(238,248,189); }
td.TdClassName
{
border-color: #EEF8BD;
}
.TagClassName
{
border-color: #EEF8BD;
}
</style>