Shades of Chiffon #ECF2BB
Tints of Chiffon #ECF2BB
RGB
CMYK
RGB Variations
Color information
#ECF2BB (or 0xECF2BB) is known color: Chiffon. HEX triplet: EC, F2 and BB. RGB value is (236,242,187). Sum of RGB (Red+Green+Blue) = 236+242+187=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 187 (73.44% from 255 or 28.12% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2BB is #130D44. Grayscale: #EAEAEA. Windows color (decimal): -1248581 or 12317420. OLE color: 12317420.
HSL color Cylindrical-coordinate representation of color #ECF2BB: hue angle of 66.55º 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 #ECF2BB is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 187 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.05 |
| HSL | 66.55º | 0.68% | 0.84% | - |
| HSV(B) | 66.55º | 0.23% | 0.95% | - |
| XYZ | 75.31 | 84.92 | 59.44 | - |
| YUV | 233.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 187 | 0.02 | 0 | 0.23 | 0.05 | 66.55 | 0.68 | 0.84 |
| Hex | EC | F2 | BB | 2 | 0 | 17 | 5 | 43 | 44 | 54 |
| Octal | 354 | 362 | 273 | 2 | 0 | 27 | 5 | 103 | 104 | 124 |
| Binary | 11101100 | 11110010 | 10111011 | 10 | 0 | 10111 | 101 | 1000011 | 1000100 | 1010100 |
Color Harmonies of #ECF2BB
Complementary color
Monochromatic Colors of #ECF2BB
Black with #ECF2BB
Text Example
Text Example
White with #ECF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2BB; }
p { color: rgb(236,242,187); }
H1.HeaderClassName
{
color: #ECF2BB;
}
.AnyTagClassName
{
color: #ECF2BB;
}
</style>
background-color css
<style>
a { background-color: #ECF2BB; }
a { background-color: rgb(236,242,187); }
div.DivClassName
{
background-color: #ECF2BB;
}
.BgClassName
{
background-color: #ECF2BB;
}
</style>
border-color css
<style>
span { border-color: #ECF2BB; }
span { border-color: rgb(236,242,187); }
td.TdClassName
{
border-color: #ECF2BB;
}
.TagClassName
{
border-color: #ECF2BB;
}
</style>