Shades of Chiffon #ECF0BD
Tints of Chiffon #ECF0BD
RGB
CMYK
RGB Variations
Color information
#ECF0BD (or 0xECF0BD) is known color: Chiffon. HEX triplet: EC, F0 and BD. RGB value is (236,240,189). Sum of RGB (Red+Green+Blue) = 236+240+189=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0BD is #130F42. Grayscale: #E9E9E9. Windows color (decimal): -1249091 or 12447980. OLE color: 12447980.
HSL color Cylindrical-coordinate representation of color #ECF0BD: hue angle of 64.71º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECF0BD is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 189 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.06 |
| HSL | 64.71º | 0.63% | 0.84% | - |
| HSV(B) | 64.71º | 0.21% | 0.94% | - |
| XYZ | 74.94 | 83.83 | 60.37 | - |
| YUV | 232.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 189 | 0.02 | 0 | 0.21 | 0.06 | 64.71 | 0.63 | 0.84 |
| Hex | EC | F0 | BD | 2 | 0 | 15 | 6 | 41 | 3F | 54 |
| Octal | 354 | 360 | 275 | 2 | 0 | 25 | 6 | 101 | 77 | 124 |
| Binary | 11101100 | 11110000 | 10111101 | 10 | 0 | 10101 | 110 | 1000001 | 111111 | 1010100 |
Color Harmonies of #ECF0BD
Complementary color
Monochromatic Colors of #ECF0BD
Black with #ECF0BD
Text Example
Text Example
White with #ECF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0BD; }
p { color: rgb(236,240,189); }
H1.HeaderClassName
{
color: #ECF0BD;
}
.AnyTagClassName
{
color: #ECF0BD;
}
</style>
background-color css
<style>
a { background-color: #ECF0BD; }
a { background-color: rgb(236,240,189); }
div.DivClassName
{
background-color: #ECF0BD;
}
.BgClassName
{
background-color: #ECF0BD;
}
</style>
border-color css
<style>
span { border-color: #ECF0BD; }
span { border-color: rgb(236,240,189); }
td.TdClassName
{
border-color: #ECF0BD;
}
.TagClassName
{
border-color: #ECF0BD;
}
</style>