Shades of Chiffon #EBF4BD
Tints of Chiffon #EBF4BD
RGB
CMYK
RGB Variations
Color information
#EBF4BD (or 0xEBF4BD) is known color: Chiffon. HEX triplet: EB, F4 and BD. RGB value is (235,244,189). Sum of RGB (Red+Green+Blue) = 235+244+189=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4BD is #140B42. Grayscale: #EBEBEB. Windows color (decimal): -1313603 or 12449003. OLE color: 12449003.
HSL color Cylindrical-coordinate representation of color #EBF4BD: hue angle of 69.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBF4BD is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 244 | 189 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.04 |
| HSL | 69.82º | 0.71% | 0.85% | - |
| HSV(B) | 69.82º | 0.23% | 0.96% | - |
| XYZ | 75.8 | 86.04 | 60.76 | - |
| YUV | 235.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 244 | 189 | 0.04 | 0 | 0.23 | 0.04 | 69.82 | 0.71 | 0.85 |
| Hex | EB | F4 | BD | 4 | 0 | 17 | 4 | 46 | 47 | 55 |
| Octal | 353 | 364 | 275 | 4 | 0 | 27 | 4 | 106 | 107 | 125 |
| Binary | 11101011 | 11110100 | 10111101 | 100 | 0 | 10111 | 100 | 1000110 | 1000111 | 1010101 |
Color Harmonies of #EBF4BD
Complementary color
Monochromatic Colors of #EBF4BD
Black with #EBF4BD
Text Example
Text Example
White with #EBF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF4BD; }
p { color: rgb(235,244,189); }
H1.HeaderClassName
{
color: #EBF4BD;
}
.AnyTagClassName
{
color: #EBF4BD;
}
</style>
background-color css
<style>
a { background-color: #EBF4BD; }
a { background-color: rgb(235,244,189); }
div.DivClassName
{
background-color: #EBF4BD;
}
.BgClassName
{
background-color: #EBF4BD;
}
</style>
border-color css
<style>
span { border-color: #EBF4BD; }
span { border-color: rgb(235,244,189); }
td.TdClassName
{
border-color: #EBF4BD;
}
.TagClassName
{
border-color: #EBF4BD;
}
</style>