Shades of Chiffon #EBEFC2
Tints of Chiffon #EBEFC2
RGB
CMYK
RGB Variations
Color information
#EBEFC2 (or 0xEBEFC2) is known color: Chiffon. HEX triplet: EB, EF and C2. RGB value is (235,239,194). Sum of RGB (Red+Green+Blue) = 235+239+194=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFC2 is #14103D. Grayscale: #E8E8E8. Windows color (decimal): -1314878 or 12775403. OLE color: 12775403.
HSL color Cylindrical-coordinate representation of color #EBEFC2: hue angle of 65.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBEFC2 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 239 | 194 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.06 |
| HSL | 65.33º | 0.58% | 0.85% | - |
| HSV(B) | 65.33º | 0.19% | 0.94% | - |
| XYZ | 74.87 | 83.29 | 63.17 | - |
| YUV | 232.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 239 | 194 | 0.02 | 0 | 0.19 | 0.06 | 65.33 | 0.58 | 0.85 |
| Hex | EB | EF | C2 | 2 | 0 | 13 | 6 | 41 | 3A | 55 |
| Octal | 353 | 357 | 302 | 2 | 0 | 23 | 6 | 101 | 72 | 125 |
| Binary | 11101011 | 11101111 | 11000010 | 10 | 0 | 10011 | 110 | 1000001 | 111010 | 1010101 |
Color Harmonies of #EBEFC2
Complementary color
Monochromatic Colors of #EBEFC2
Black with #EBEFC2
Text Example
Text Example
White with #EBEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFC2; }
p { color: rgb(235,239,194); }
H1.HeaderClassName
{
color: #EBEFC2;
}
.AnyTagClassName
{
color: #EBEFC2;
}
</style>
background-color css
<style>
a { background-color: #EBEFC2; }
a { background-color: rgb(235,239,194); }
div.DivClassName
{
background-color: #EBEFC2;
}
.BgClassName
{
background-color: #EBEFC2;
}
</style>
border-color css
<style>
span { border-color: #EBEFC2; }
span { border-color: rgb(235,239,194); }
td.TdClassName
{
border-color: #EBEFC2;
}
.TagClassName
{
border-color: #EBEFC2;
}
</style>