Shades of Chiffon #EAF2BB
Tints of Chiffon #EAF2BB
RGB
CMYK
RGB Variations
Color information
#EAF2BB (or 0xEAF2BB) is known color: Chiffon. HEX triplet: EA, F2 and BB. RGB value is (234,242,187). Sum of RGB (Red+Green+Blue) = 234+242+187=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2BB is #150D44. Grayscale: #E9E9E9. Windows color (decimal): -1379653 or 12317418. OLE color: 12317418.
HSL color Cylindrical-coordinate representation of color #EAF2BB: hue angle of 68.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF2BB is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 187 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.05 |
| HSL | 68.73º | 0.68% | 0.84% | - |
| HSV(B) | 68.73º | 0.23% | 0.95% | - |
| XYZ | 74.65 | 84.58 | 59.41 | - |
| YUV | 233.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 187 | 0.03 | 0 | 0.23 | 0.05 | 68.73 | 0.68 | 0.84 |
| Hex | EA | F2 | BB | 3 | 0 | 17 | 5 | 45 | 44 | 54 |
| Octal | 352 | 362 | 273 | 3 | 0 | 27 | 5 | 105 | 104 | 124 |
| Binary | 11101010 | 11110010 | 10111011 | 11 | 0 | 10111 | 101 | 1000101 | 1000100 | 1010100 |
Color Harmonies of #EAF2BB
Complementary color
Monochromatic Colors of #EAF2BB
Black with #EAF2BB
Text Example
Text Example
White with #EAF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2BB; }
p { color: rgb(234,242,187); }
H1.HeaderClassName
{
color: #EAF2BB;
}
.AnyTagClassName
{
color: #EAF2BB;
}
</style>
background-color css
<style>
a { background-color: #EAF2BB; }
a { background-color: rgb(234,242,187); }
div.DivClassName
{
background-color: #EAF2BB;
}
.BgClassName
{
background-color: #EAF2BB;
}
</style>
border-color css
<style>
span { border-color: #EAF2BB; }
span { border-color: rgb(234,242,187); }
td.TdClassName
{
border-color: #EAF2BB;
}
.TagClassName
{
border-color: #EAF2BB;
}
</style>