Shades of Chiffon #ECEDBD
Tints of Chiffon #ECEDBD
RGB
CMYK
RGB Variations
Color information
#ECEDBD (or 0xECEDBD) is known color: Chiffon. HEX triplet: EC, ED and BD. RGB value is (236,237,189). Sum of RGB (Red+Green+Blue) = 236+237+189=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDBD is #131242. Grayscale: #E7E7E7. Windows color (decimal): -1249859 or 12447212. OLE color: 12447212.
HSL color Cylindrical-coordinate representation of color #ECEDBD: hue angle of 61.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECEDBD is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 189 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.07 |
| HSL | 61.25º | 0.57% | 0.84% | - |
| HSV(B) | 61.25º | 0.2% | 0.93% | - |
| XYZ | 74.06 | 82.08 | 60.08 | - |
| YUV | 231.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 189 | 0.00 | 0 | 0.20 | 0.07 | 61.25 | 0.57 | 0.84 |
| Hex | EC | ED | BD | 0 | 0 | 14 | 7 | 3D | 39 | 54 |
| Octal | 354 | 355 | 275 | 0 | 0 | 24 | 7 | 75 | 71 | 124 |
| Binary | 11101100 | 11101101 | 10111101 | 0 | 0 | 10100 | 111 | 111101 | 111001 | 1010100 |
Color Harmonies of #ECEDBD
Complementary color
Monochromatic Colors of #ECEDBD
Black with #ECEDBD
Text Example
Text Example
White with #ECEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDBD; }
p { color: rgb(236,237,189); }
H1.HeaderClassName
{
color: #ECEDBD;
}
.AnyTagClassName
{
color: #ECEDBD;
}
</style>
background-color css
<style>
a { background-color: #ECEDBD; }
a { background-color: rgb(236,237,189); }
div.DivClassName
{
background-color: #ECEDBD;
}
.BgClassName
{
background-color: #ECEDBD;
}
</style>
border-color css
<style>
span { border-color: #ECEDBD; }
span { border-color: rgb(236,237,189); }
td.TdClassName
{
border-color: #ECEDBD;
}
.TagClassName
{
border-color: #ECEDBD;
}
</style>