Shades of Chiffon #ECF2B5
Tints of Chiffon #ECF2B5
RGB
CMYK
RGB Variations
Color information
#ECF2B5 (or 0xECF2B5) is known color: Chiffon. HEX triplet: EC, F2 and B5. RGB value is (236,242,181). Sum of RGB (Red+Green+Blue) = 236+242+181=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 181 (71.09% from 255 or 27.47% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2B5 is #130D4A. Grayscale: #E9E9E9. Windows color (decimal): -1248587 or 11924204. OLE color: 11924204.
HSL color Cylindrical-coordinate representation of color #ECF2B5: hue angle of 65.9º degrees, saturation: 0.7, 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 #ECF2B5 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 242 | 181 | - |
CMYK | 0.02 | 0 | 0.25 | 0.05 |
HSL | 65.9º | 0.7% | 0.83% | - |
HSV(B) | 65.9º | 0.25% | 0.95% | - |
XYZ | 74.68 | 84.67 | 56.12 | - |
YUV | 233.25 | 98.51 | 129.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 242 | 181 | 0.02 | 0 | 0.25 | 0.05 | 65.9 | 0.7 | 0.83 |
Hex | EC | F2 | B5 | 2 | 0 | 19 | 5 | 42 | 46 | 53 |
Octal | 354 | 362 | 265 | 2 | 0 | 31 | 5 | 102 | 106 | 123 |
Binary | 11101100 | 11110010 | 10110101 | 10 | 0 | 11001 | 101 | 1000010 | 1000110 | 1010011 |
Color Harmonies of #ECF2B5
Complementary color
Monochromatic Colors of #ECF2B5
Black with #ECF2B5
Text Example
Text Example
White with #ECF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2B5; }
p { color: rgb(236,242,181); }
H1.HeaderClassName
{
color: #ECF2B5;
}
.AnyTagClassName
{
color: #ECF2B5;
}
</style>
background-color css
<style>
a { background-color: #ECF2B5; }
a { background-color: rgb(236,242,181); }
div.DivClassName
{
background-color: #ECF2B5;
}
.BgClassName
{
background-color: #ECF2B5;
}
</style>
border-color css
<style>
span { border-color: #ECF2B5; }
span { border-color: rgb(236,242,181); }
td.TdClassName
{
border-color: #ECF2B5;
}
.TagClassName
{
border-color: #ECF2B5;
}
</style>