Shades of Chiffon #EBF0C2
Tints of Chiffon #EBF0C2
RGB
CMYK
RGB Variations
Color information
#EBF0C2 (or 0xEBF0C2) is known color: Chiffon. HEX triplet: EB, F0 and C2. RGB value is (235,240,194). Sum of RGB (Red+Green+Blue) = 235+240+194=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0C2 is #140F3D. Grayscale: #E9E9E9. Windows color (decimal): -1314622 or 12775659. OLE color: 12775659.
HSL color Cylindrical-coordinate representation of color #EBF0C2: hue angle of 66.52º degrees, saturation: 0.61, 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 #EBF0C2 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 194 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.06 |
| HSL | 66.52º | 0.61% | 0.85% | - |
| HSV(B) | 66.52º | 0.19% | 0.94% | - |
| XYZ | 75.16 | 83.88 | 63.27 | - |
| YUV | 233.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 194 | 0.02 | 0 | 0.19 | 0.06 | 66.52 | 0.61 | 0.85 |
| Hex | EB | F0 | C2 | 2 | 0 | 13 | 6 | 43 | 3D | 55 |
| Octal | 353 | 360 | 302 | 2 | 0 | 23 | 6 | 103 | 75 | 125 |
| Binary | 11101011 | 11110000 | 11000010 | 10 | 0 | 10011 | 110 | 1000011 | 111101 | 1010101 |
Color Harmonies of #EBF0C2
Complementary color
Monochromatic Colors of #EBF0C2
Black with #EBF0C2
Text Example
Text Example
White with #EBF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0C2; }
p { color: rgb(235,240,194); }
H1.HeaderClassName
{
color: #EBF0C2;
}
.AnyTagClassName
{
color: #EBF0C2;
}
</style>
background-color css
<style>
a { background-color: #EBF0C2; }
a { background-color: rgb(235,240,194); }
div.DivClassName
{
background-color: #EBF0C2;
}
.BgClassName
{
background-color: #EBF0C2;
}
</style>
border-color css
<style>
span { border-color: #EBF0C2; }
span { border-color: rgb(235,240,194); }
td.TdClassName
{
border-color: #EBF0C2;
}
.TagClassName
{
border-color: #EBF0C2;
}
</style>