Shades of Chiffon #ECF5BC
Tints of Chiffon #ECF5BC
RGB
CMYK
RGB Variations
Color information
#ECF5BC (or 0xECF5BC) is known color: Chiffon. HEX triplet: EC, F5 and BC. RGB value is (236,245,188). Sum of RGB (Red+Green+Blue) = 236+245+188=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5BC is #130A43. Grayscale: #ECECEC. Windows color (decimal): -1247812 or 12383724. OLE color: 12383724.
HSL color Cylindrical-coordinate representation of color #ECF5BC: hue angle of 69.47º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECF5BC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 188 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.04 |
| HSL | 69.47º | 0.74% | 0.85% | - |
| HSV(B) | 69.47º | 0.23% | 0.96% | - |
| XYZ | 76.32 | 86.77 | 60.3 | - |
| YUV | 235.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 188 | 0.04 | 0 | 0.23 | 0.04 | 69.47 | 0.74 | 0.85 |
| Hex | EC | F5 | BC | 4 | 0 | 17 | 4 | 45 | 4A | 55 |
| Octal | 354 | 365 | 274 | 4 | 0 | 27 | 4 | 105 | 112 | 125 |
| Binary | 11101100 | 11110101 | 10111100 | 100 | 0 | 10111 | 100 | 1000101 | 1001010 | 1010101 |
Color Harmonies of #ECF5BC
Complementary color
Monochromatic Colors of #ECF5BC
Black with #ECF5BC
Text Example
Text Example
White with #ECF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5BC; }
p { color: rgb(236,245,188); }
H1.HeaderClassName
{
color: #ECF5BC;
}
.AnyTagClassName
{
color: #ECF5BC;
}
</style>
background-color css
<style>
a { background-color: #ECF5BC; }
a { background-color: rgb(236,245,188); }
div.DivClassName
{
background-color: #ECF5BC;
}
.BgClassName
{
background-color: #ECF5BC;
}
</style>
border-color css
<style>
span { border-color: #ECF5BC; }
span { border-color: rgb(236,245,188); }
td.TdClassName
{
border-color: #ECF5BC;
}
.TagClassName
{
border-color: #ECF5BC;
}
</style>