Shades of Chiffon #EBF1C0
Tints of Chiffon #EBF1C0
RGB
CMYK
RGB Variations
Color information
#EBF1C0 (or 0xEBF1C0) is known color: Chiffon. HEX triplet: EB, F1 and C0. RGB value is (235,241,192). Sum of RGB (Red+Green+Blue) = 235+241+192=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1C0 is #140E3F. Grayscale: #E9E9E9. Windows color (decimal): -1314368 or 12644843. OLE color: 12644843.
HSL color Cylindrical-coordinate representation of color #EBF1C0: hue angle of 67.35º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBF1C0 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 192 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.05 |
| HSL | 67.35º | 0.64% | 0.85% | - |
| HSV(B) | 67.35º | 0.2% | 0.95% | - |
| XYZ | 75.23 | 84.38 | 62.19 | - |
| YUV | 233.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 192 | 0.02 | 0 | 0.20 | 0.05 | 67.35 | 0.64 | 0.85 |
| Hex | EB | F1 | C0 | 2 | 0 | 14 | 5 | 43 | 40 | 55 |
| Octal | 353 | 361 | 300 | 2 | 0 | 24 | 5 | 103 | 100 | 125 |
| Binary | 11101011 | 11110001 | 11000000 | 10 | 0 | 10100 | 101 | 1000011 | 1000000 | 1010101 |
Color Harmonies of #EBF1C0
Complementary color
Monochromatic Colors of #EBF1C0
Black with #EBF1C0
Text Example
Text Example
White with #EBF1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1C0; }
p { color: rgb(235,241,192); }
H1.HeaderClassName
{
color: #EBF1C0;
}
.AnyTagClassName
{
color: #EBF1C0;
}
</style>
background-color css
<style>
a { background-color: #EBF1C0; }
a { background-color: rgb(235,241,192); }
div.DivClassName
{
background-color: #EBF1C0;
}
.BgClassName
{
background-color: #EBF1C0;
}
</style>
border-color css
<style>
span { border-color: #EBF1C0; }
span { border-color: rgb(235,241,192); }
td.TdClassName
{
border-color: #EBF1C0;
}
.TagClassName
{
border-color: #EBF1C0;
}
</style>