Shades of Chiffon #ECF1BA
Tints of Chiffon #ECF1BA
RGB
CMYK
RGB Variations
Color information
#ECF1BA (or 0xECF1BA) is known color: Chiffon. HEX triplet: EC, F1 and BA. RGB value is (236,241,186). Sum of RGB (Red+Green+Blue) = 236+241+186=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1BA is #130E45. Grayscale: #E9E9E9. Windows color (decimal): -1248838 or 12251628. OLE color: 12251628.
HSL color Cylindrical-coordinate representation of color #ECF1BA: hue angle of 65.45º degrees, saturation: 0.66, 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 #ECF1BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 186 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.05 |
| HSL | 65.45º | 0.66% | 0.84% | - |
| HSV(B) | 65.45º | 0.23% | 0.95% | - |
| XYZ | 74.91 | 84.29 | 58.78 | - |
| YUV | 233.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 186 | 0.02 | 0 | 0.23 | 0.05 | 65.45 | 0.66 | 0.84 |
| Hex | EC | F1 | BA | 2 | 0 | 17 | 5 | 41 | 42 | 54 |
| Octal | 354 | 361 | 272 | 2 | 0 | 27 | 5 | 101 | 102 | 124 |
| Binary | 11101100 | 11110001 | 10111010 | 10 | 0 | 10111 | 101 | 1000001 | 1000010 | 1010100 |
Color Harmonies of #ECF1BA
Complementary color
Monochromatic Colors of #ECF1BA
Black with #ECF1BA
Text Example
Text Example
White with #ECF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1BA; }
p { color: rgb(236,241,186); }
H1.HeaderClassName
{
color: #ECF1BA;
}
.AnyTagClassName
{
color: #ECF1BA;
}
</style>
background-color css
<style>
a { background-color: #ECF1BA; }
a { background-color: rgb(236,241,186); }
div.DivClassName
{
background-color: #ECF1BA;
}
.BgClassName
{
background-color: #ECF1BA;
}
</style>
border-color css
<style>
span { border-color: #ECF1BA; }
span { border-color: rgb(236,241,186); }
td.TdClassName
{
border-color: #ECF1BA;
}
.TagClassName
{
border-color: #ECF1BA;
}
</style>