Shades of Chiffon #ECF5BD
Tints of Chiffon #ECF5BD
RGB
CMYK
RGB Variations
Color information
#ECF5BD (or 0xECF5BD) is known color: Chiffon. HEX triplet: EC, F5 and BD. RGB value is (236,245,189). Sum of RGB (Red+Green+Blue) = 236+245+189=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5BD is #130A42. Grayscale: #ECECEC. Windows color (decimal): -1247811 or 12449260. OLE color: 12449260.
HSL color Cylindrical-coordinate representation of color #ECF5BD: hue angle of 69.64º 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 #ECF5BD is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 189 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.04 |
| HSL | 69.64º | 0.74% | 0.85% | - |
| HSV(B) | 69.64º | 0.23% | 0.96% | - |
| XYZ | 76.43 | 86.81 | 60.87 | - |
| YUV | 235.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 189 | 0.04 | 0 | 0.23 | 0.04 | 69.64 | 0.74 | 0.85 |
| Hex | EC | F5 | BD | 4 | 0 | 17 | 4 | 46 | 4A | 55 |
| Octal | 354 | 365 | 275 | 4 | 0 | 27 | 4 | 106 | 112 | 125 |
| Binary | 11101100 | 11110101 | 10111101 | 100 | 0 | 10111 | 100 | 1000110 | 1001010 | 1010101 |
Color Harmonies of #ECF5BD
Complementary color
Monochromatic Colors of #ECF5BD
Black with #ECF5BD
Text Example
Text Example
White with #ECF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5BD; }
p { color: rgb(236,245,189); }
H1.HeaderClassName
{
color: #ECF5BD;
}
.AnyTagClassName
{
color: #ECF5BD;
}
</style>
background-color css
<style>
a { background-color: #ECF5BD; }
a { background-color: rgb(236,245,189); }
div.DivClassName
{
background-color: #ECF5BD;
}
.BgClassName
{
background-color: #ECF5BD;
}
</style>
border-color css
<style>
span { border-color: #ECF5BD; }
span { border-color: rgb(236,245,189); }
td.TdClassName
{
border-color: #ECF5BD;
}
.TagClassName
{
border-color: #ECF5BD;
}
</style>