Shades of Chiffon #ECF2B2
Tints of Chiffon #ECF2B2
RGB
CMYK
RGB Variations
Color information
#ECF2B2 (or 0xECF2B2) is known color: Chiffon. HEX triplet: EC, F2 and B2. RGB value is (236,242,178). Sum of RGB (Red+Green+Blue) = 236+242+178=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 178 (69.92% from 255 or 27.13% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2B2 is #130D4D. Grayscale: #E9E9E9. Windows color (decimal): -1248590 or 11727596. OLE color: 11727596.
HSL color Cylindrical-coordinate representation of color #ECF2B2: hue angle of 65.62º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECF2B2 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 178 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.05 |
| HSL | 65.63º | 0.71% | 0.82% | - |
| HSV(B) | 65.63º | 0.26% | 0.95% | - |
| XYZ | 74.38 | 84.55 | 54.52 | - |
| YUV | 232.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 178 | 0.02 | 0 | 0.26 | 0.05 | 65.63 | 0.71 | 0.82 |
| Hex | EC | F2 | B2 | 2 | 0 | 1A | 5 | 42 | 47 | 52 |
| Octal | 354 | 362 | 262 | 2 | 0 | 32 | 5 | 102 | 107 | 122 |
| Binary | 11101100 | 11110010 | 10110010 | 10 | 0 | 11010 | 101 | 1000010 | 1000111 | 1010010 |
Color Harmonies of #ECF2B2
Complementary color
Monochromatic Colors of #ECF2B2
Black with #ECF2B2
Text Example
Text Example
White with #ECF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2B2; }
p { color: rgb(236,242,178); }
H1.HeaderClassName
{
color: #ECF2B2;
}
.AnyTagClassName
{
color: #ECF2B2;
}
</style>
background-color css
<style>
a { background-color: #ECF2B2; }
a { background-color: rgb(236,242,178); }
div.DivClassName
{
background-color: #ECF2B2;
}
.BgClassName
{
background-color: #ECF2B2;
}
</style>
border-color css
<style>
span { border-color: #ECF2B2; }
span { border-color: rgb(236,242,178); }
td.TdClassName
{
border-color: #ECF2B2;
}
.TagClassName
{
border-color: #ECF2B2;
}
</style>