Shades of Chiffon #ECEDBC
Tints of Chiffon #ECEDBC
RGB
CMYK
RGB Variations
Color information
#ECEDBC (or 0xECEDBC) is known color: Chiffon. HEX triplet: EC, ED and BC. RGB value is (236,237,188). Sum of RGB (Red+Green+Blue) = 236+237+188=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDBC is #131243. Grayscale: #E7E7E7. Windows color (decimal): -1249860 or 12381676. OLE color: 12381676.
HSL color Cylindrical-coordinate representation of color #ECEDBC: hue angle of 61.22º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECEDBC is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 188 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.07 |
| HSL | 61.22º | 0.58% | 0.83% | - |
| HSV(B) | 61.22º | 0.21% | 0.93% | - |
| XYZ | 73.95 | 82.03 | 59.51 | - |
| YUV | 231.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 188 | 0.00 | 0 | 0.21 | 0.07 | 61.22 | 0.58 | 0.83 |
| Hex | EC | ED | BC | 0 | 0 | 15 | 7 | 3D | 3A | 53 |
| Octal | 354 | 355 | 274 | 0 | 0 | 25 | 7 | 75 | 72 | 123 |
| Binary | 11101100 | 11101101 | 10111100 | 0 | 0 | 10101 | 111 | 111101 | 111010 | 1010011 |
Color Harmonies of #ECEDBC
Complementary color
Monochromatic Colors of #ECEDBC
Black with #ECEDBC
Text Example
Text Example
White with #ECEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDBC; }
p { color: rgb(236,237,188); }
H1.HeaderClassName
{
color: #ECEDBC;
}
.AnyTagClassName
{
color: #ECEDBC;
}
</style>
background-color css
<style>
a { background-color: #ECEDBC; }
a { background-color: rgb(236,237,188); }
div.DivClassName
{
background-color: #ECEDBC;
}
.BgClassName
{
background-color: #ECEDBC;
}
</style>
border-color css
<style>
span { border-color: #ECEDBC; }
span { border-color: rgb(236,237,188); }
td.TdClassName
{
border-color: #ECEDBC;
}
.TagClassName
{
border-color: #ECEDBC;
}
</style>