Shades of Chiffon #ECF2BA
Tints of Chiffon #ECF2BA
RGB
CMYK
RGB Variations
Color information
#ECF2BA (or 0xECF2BA) is known color: Chiffon. HEX triplet: EC, F2 and BA. RGB value is (236,242,186). Sum of RGB (Red+Green+Blue) = 236+242+186=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2BA is #130D45. Grayscale: #EAEAEA. Windows color (decimal): -1248582 or 12251884. OLE color: 12251884.
HSL color Cylindrical-coordinate representation of color #ECF2BA: hue angle of 66.43º 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 #ECF2BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 186 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.05 |
| HSL | 66.43º | 0.68% | 0.84% | - |
| HSV(B) | 66.43º | 0.23% | 0.95% | - |
| XYZ | 75.21 | 84.88 | 58.87 | - |
| YUV | 233.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 186 | 0.02 | 0 | 0.23 | 0.05 | 66.43 | 0.68 | 0.84 |
| Hex | EC | F2 | BA | 2 | 0 | 17 | 5 | 42 | 44 | 54 |
| Octal | 354 | 362 | 272 | 2 | 0 | 27 | 5 | 102 | 104 | 124 |
| Binary | 11101100 | 11110010 | 10111010 | 10 | 0 | 10111 | 101 | 1000010 | 1000100 | 1010100 |
Color Harmonies of #ECF2BA
Complementary color
Monochromatic Colors of #ECF2BA
Black with #ECF2BA
Text Example
Text Example
White with #ECF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2BA; }
p { color: rgb(236,242,186); }
H1.HeaderClassName
{
color: #ECF2BA;
}
.AnyTagClassName
{
color: #ECF2BA;
}
</style>
background-color css
<style>
a { background-color: #ECF2BA; }
a { background-color: rgb(236,242,186); }
div.DivClassName
{
background-color: #ECF2BA;
}
.BgClassName
{
background-color: #ECF2BA;
}
</style>
border-color css
<style>
span { border-color: #ECF2BA; }
span { border-color: rgb(236,242,186); }
td.TdClassName
{
border-color: #ECF2BA;
}
.TagClassName
{
border-color: #ECF2BA;
}
</style>