Shades of Chiffon #EBEEC0
Tints of Chiffon #EBEEC0
RGB
CMYK
RGB Variations
Color information
#EBEEC0 (or 0xEBEEC0) is known color: Chiffon. HEX triplet: EB, EE and C0. RGB value is (235,238,192). Sum of RGB (Red+Green+Blue) = 235+238+192=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEC0 is #14113F. Grayscale: #E8E8E8. Windows color (decimal): -1315136 or 12644075. OLE color: 12644075.
HSL color Cylindrical-coordinate representation of color #EBEEC0: hue angle of 63.91º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBEEC0 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 192 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.07 |
| HSL | 63.91º | 0.58% | 0.84% | - |
| HSV(B) | 63.91º | 0.19% | 0.93% | - |
| XYZ | 74.35 | 82.62 | 61.9 | - |
| YUV | 231.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 192 | 0.01 | 0 | 0.19 | 0.07 | 63.91 | 0.58 | 0.84 |
| Hex | EB | EE | C0 | 1 | 0 | 13 | 7 | 40 | 3A | 54 |
| Octal | 353 | 356 | 300 | 1 | 0 | 23 | 7 | 100 | 72 | 124 |
| Binary | 11101011 | 11101110 | 11000000 | 1 | 0 | 10011 | 111 | 1000000 | 111010 | 1010100 |
Color Harmonies of #EBEEC0
Complementary color
Monochromatic Colors of #EBEEC0
Black with #EBEEC0
Text Example
Text Example
White with #EBEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEC0; }
p { color: rgb(235,238,192); }
H1.HeaderClassName
{
color: #EBEEC0;
}
.AnyTagClassName
{
color: #EBEEC0;
}
</style>
background-color css
<style>
a { background-color: #EBEEC0; }
a { background-color: rgb(235,238,192); }
div.DivClassName
{
background-color: #EBEEC0;
}
.BgClassName
{
background-color: #EBEEC0;
}
</style>
border-color css
<style>
span { border-color: #EBEEC0; }
span { border-color: rgb(235,238,192); }
td.TdClassName
{
border-color: #EBEEC0;
}
.TagClassName
{
border-color: #EBEEC0;
}
</style>