Shades of Chiffon #EEF1BD
Tints of Chiffon #EEF1BD
RGB
CMYK
RGB Variations
Color information
#EEF1BD (or 0xEEF1BD) is known color: Chiffon. HEX triplet: EE, F1 and BD. RGB value is (238,241,189). Sum of RGB (Red+Green+Blue) = 238+241+189=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1BD is #110E42. Grayscale: #EAEAEA. Windows color (decimal): -1117763 or 12448238. OLE color: 12448238.
HSL color Cylindrical-coordinate representation of color #EEF1BD: hue angle of 63.46º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEF1BD is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 189 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.05 |
| HSL | 63.46º | 0.65% | 0.84% | - |
| HSV(B) | 63.46º | 0.22% | 0.95% | - |
| XYZ | 75.9 | 84.76 | 60.5 | - |
| YUV | 234.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 189 | 0.01 | 0 | 0.22 | 0.05 | 63.46 | 0.65 | 0.84 |
| Hex | EE | F1 | BD | 1 | 0 | 16 | 5 | 3F | 41 | 54 |
| Octal | 356 | 361 | 275 | 1 | 0 | 26 | 5 | 77 | 101 | 124 |
| Binary | 11101110 | 11110001 | 10111101 | 1 | 0 | 10110 | 101 | 111111 | 1000001 | 1010100 |
Color Harmonies of #EEF1BD
Complementary color
Monochromatic Colors of #EEF1BD
Black with #EEF1BD
Text Example
Text Example
White with #EEF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1BD; }
p { color: rgb(238,241,189); }
H1.HeaderClassName
{
color: #EEF1BD;
}
.AnyTagClassName
{
color: #EEF1BD;
}
</style>
background-color css
<style>
a { background-color: #EEF1BD; }
a { background-color: rgb(238,241,189); }
div.DivClassName
{
background-color: #EEF1BD;
}
.BgClassName
{
background-color: #EEF1BD;
}
</style>
border-color css
<style>
span { border-color: #EEF1BD; }
span { border-color: rgb(238,241,189); }
td.TdClassName
{
border-color: #EEF1BD;
}
.TagClassName
{
border-color: #EEF1BD;
}
</style>