Shades of Chiffon #ECF2C2
Tints of Chiffon #ECF2C2
RGB
CMYK
RGB Variations
Color information
#ECF2C2 (or 0xECF2C2) is known color: Chiffon. HEX triplet: EC, F2 and C2. RGB value is (236,242,194). Sum of RGB (Red+Green+Blue) = 236+242+194=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2C2 is #130D3D. Grayscale: #EAEAEA. Windows color (decimal): -1248574 or 12776172. OLE color: 12776172.
HSL color Cylindrical-coordinate representation of color #ECF2C2: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECF2C2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 194 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.05 |
| HSL | 67.5º | 0.65% | 0.85% | - |
| HSV(B) | 67.5º | 0.2% | 0.95% | - |
| XYZ | 76.08 | 85.23 | 63.48 | - |
| YUV | 234.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 194 | 0.02 | 0 | 0.20 | 0.05 | 67.5 | 0.65 | 0.85 |
| Hex | EC | F2 | C2 | 2 | 0 | 14 | 5 | 44 | 41 | 55 |
| Octal | 354 | 362 | 302 | 2 | 0 | 24 | 5 | 104 | 101 | 125 |
| Binary | 11101100 | 11110010 | 11000010 | 10 | 0 | 10100 | 101 | 1000100 | 1000001 | 1010101 |
Color Harmonies of #ECF2C2
Complementary color
Monochromatic Colors of #ECF2C2
Black with #ECF2C2
Text Example
Text Example
White with #ECF2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2C2; }
p { color: rgb(236,242,194); }
H1.HeaderClassName
{
color: #ECF2C2;
}
.AnyTagClassName
{
color: #ECF2C2;
}
</style>
background-color css
<style>
a { background-color: #ECF2C2; }
a { background-color: rgb(236,242,194); }
div.DivClassName
{
background-color: #ECF2C2;
}
.BgClassName
{
background-color: #ECF2C2;
}
</style>
border-color css
<style>
span { border-color: #ECF2C2; }
span { border-color: rgb(236,242,194); }
td.TdClassName
{
border-color: #ECF2C2;
}
.TagClassName
{
border-color: #ECF2C2;
}
</style>