Shades of Chiffon #ECF0BF
Tints of Chiffon #ECF0BF
RGB
CMYK
RGB Variations
Color information
#ECF0BF (or 0xECF0BF) is known color: Chiffon. HEX triplet: EC, F0 and BF. RGB value is (236,240,191). Sum of RGB (Red+Green+Blue) = 236+240+191=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0BF is #130F40. Grayscale: #E9E9E9. Windows color (decimal): -1249089 or 12579052. OLE color: 12579052.
HSL color Cylindrical-coordinate representation of color #ECF0BF: hue angle of 64.9º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECF0BF is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 191 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.06 |
| HSL | 64.9º | 0.62% | 0.85% | - |
| HSV(B) | 64.9º | 0.2% | 0.94% | - |
| XYZ | 75.16 | 83.91 | 61.53 | - |
| YUV | 233.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 191 | 0.02 | 0 | 0.20 | 0.06 | 64.9 | 0.62 | 0.85 |
| Hex | EC | F0 | BF | 2 | 0 | 14 | 6 | 41 | 3E | 55 |
| Octal | 354 | 360 | 277 | 2 | 0 | 24 | 6 | 101 | 76 | 125 |
| Binary | 11101100 | 11110000 | 10111111 | 10 | 0 | 10100 | 110 | 1000001 | 111110 | 1010101 |
Color Harmonies of #ECF0BF
Complementary color
Monochromatic Colors of #ECF0BF
Black with #ECF0BF
Text Example
Text Example
White with #ECF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0BF; }
p { color: rgb(236,240,191); }
H1.HeaderClassName
{
color: #ECF0BF;
}
.AnyTagClassName
{
color: #ECF0BF;
}
</style>
background-color css
<style>
a { background-color: #ECF0BF; }
a { background-color: rgb(236,240,191); }
div.DivClassName
{
background-color: #ECF0BF;
}
.BgClassName
{
background-color: #ECF0BF;
}
</style>
border-color css
<style>
span { border-color: #ECF0BF; }
span { border-color: rgb(236,240,191); }
td.TdClassName
{
border-color: #ECF0BF;
}
.TagClassName
{
border-color: #ECF0BF;
}
</style>