Shades of Chiffon #ECF2BC
Tints of Chiffon #ECF2BC
RGB
CMYK
RGB Variations
Color information
#ECF2BC (or 0xECF2BC) is known color: Chiffon. HEX triplet: EC, F2 and BC. RGB value is (236,242,188). Sum of RGB (Red+Green+Blue) = 236+242+188=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2BC is #130D43. Grayscale: #EAEAEA. Windows color (decimal): -1248580 or 12382956. OLE color: 12382956.
HSL color Cylindrical-coordinate representation of color #ECF2BC: hue angle of 66.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECF2BC is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 188 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.05 |
| HSL | 66.67º | 0.68% | 0.84% | - |
| HSV(B) | 66.67º | 0.22% | 0.95% | - |
| XYZ | 75.42 | 84.97 | 60 | - |
| YUV | 234.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 188 | 0.02 | 0 | 0.22 | 0.05 | 66.67 | 0.68 | 0.84 |
| Hex | EC | F2 | BC | 2 | 0 | 16 | 5 | 43 | 44 | 54 |
| Octal | 354 | 362 | 274 | 2 | 0 | 26 | 5 | 103 | 104 | 124 |
| Binary | 11101100 | 11110010 | 10111100 | 10 | 0 | 10110 | 101 | 1000011 | 1000100 | 1010100 |
Color Harmonies of #ECF2BC
Complementary color
Monochromatic Colors of #ECF2BC
Black with #ECF2BC
Text Example
Text Example
White with #ECF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2BC; }
p { color: rgb(236,242,188); }
H1.HeaderClassName
{
color: #ECF2BC;
}
.AnyTagClassName
{
color: #ECF2BC;
}
</style>
background-color css
<style>
a { background-color: #ECF2BC; }
a { background-color: rgb(236,242,188); }
div.DivClassName
{
background-color: #ECF2BC;
}
.BgClassName
{
background-color: #ECF2BC;
}
</style>
border-color css
<style>
span { border-color: #ECF2BC; }
span { border-color: rgb(236,242,188); }
td.TdClassName
{
border-color: #ECF2BC;
}
.TagClassName
{
border-color: #ECF2BC;
}
</style>