Shades of Chiffon #ECF1B4
Tints of Chiffon #ECF1B4
RGB
CMYK
RGB Variations
Color information
#ECF1B4 (or 0xECF1B4) is known color: Chiffon. HEX triplet: EC, F1 and B4. RGB value is (236,241,180). Sum of RGB (Red+Green+Blue) = 236+241+180=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 180 (70.70% from 255 or 27.40% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1B4 is #130E4B. Grayscale: #E8E8E8. Windows color (decimal): -1248844 or 11858412. OLE color: 11858412.
HSL color Cylindrical-coordinate representation of color #ECF1B4: hue angle of 64.92º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECF1B4 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 180 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.05 |
| HSL | 64.92º | 0.69% | 0.83% | - |
| HSV(B) | 64.92º | 0.25% | 0.95% | - |
| XYZ | 74.29 | 84.04 | 55.49 | - |
| YUV | 232.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 180 | 0.02 | 0 | 0.25 | 0.05 | 64.92 | 0.69 | 0.83 |
| Hex | EC | F1 | B4 | 2 | 0 | 19 | 5 | 41 | 45 | 53 |
| Octal | 354 | 361 | 264 | 2 | 0 | 31 | 5 | 101 | 105 | 123 |
| Binary | 11101100 | 11110001 | 10110100 | 10 | 0 | 11001 | 101 | 1000001 | 1000101 | 1010011 |
Color Harmonies of #ECF1B4
Complementary color
Monochromatic Colors of #ECF1B4
Black with #ECF1B4
Text Example
Text Example
White with #ECF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1B4; }
p { color: rgb(236,241,180); }
H1.HeaderClassName
{
color: #ECF1B4;
}
.AnyTagClassName
{
color: #ECF1B4;
}
</style>
background-color css
<style>
a { background-color: #ECF1B4; }
a { background-color: rgb(236,241,180); }
div.DivClassName
{
background-color: #ECF1B4;
}
.BgClassName
{
background-color: #ECF1B4;
}
</style>
border-color css
<style>
span { border-color: #ECF1B4; }
span { border-color: rgb(236,241,180); }
td.TdClassName
{
border-color: #ECF1B4;
}
.TagClassName
{
border-color: #ECF1B4;
}
</style>