Shades of Chiffon #EBF3C0
Tints of Chiffon #EBF3C0
RGB
CMYK
RGB Variations
Color information
#EBF3C0 (or 0xEBF3C0) is known color: Chiffon. HEX triplet: EB, F3 and C0. RGB value is (235,243,192). Sum of RGB (Red+Green+Blue) = 235+243+192=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF3C0 is #140C3F. Grayscale: #EAEAEA. Windows color (decimal): -1313856 or 12645355. OLE color: 12645355.
HSL color Cylindrical-coordinate representation of color #EBF3C0: hue angle of 69.41º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBF3C0 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 192 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.05 |
| HSL | 69.41º | 0.68% | 0.85% | - |
| HSV(B) | 69.41º | 0.21% | 0.95% | - |
| XYZ | 75.83 | 85.57 | 62.39 | - |
| YUV | 234.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 192 | 0.03 | 0 | 0.21 | 0.05 | 69.41 | 0.68 | 0.85 |
| Hex | EB | F3 | C0 | 3 | 0 | 15 | 5 | 45 | 44 | 55 |
| Octal | 353 | 363 | 300 | 3 | 0 | 25 | 5 | 105 | 104 | 125 |
| Binary | 11101011 | 11110011 | 11000000 | 11 | 0 | 10101 | 101 | 1000101 | 1000100 | 1010101 |
Color Harmonies of #EBF3C0
Complementary color
Monochromatic Colors of #EBF3C0
Black with #EBF3C0
Text Example
Text Example
White with #EBF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF3C0; }
p { color: rgb(235,243,192); }
H1.HeaderClassName
{
color: #EBF3C0;
}
.AnyTagClassName
{
color: #EBF3C0;
}
</style>
background-color css
<style>
a { background-color: #EBF3C0; }
a { background-color: rgb(235,243,192); }
div.DivClassName
{
background-color: #EBF3C0;
}
.BgClassName
{
background-color: #EBF3C0;
}
</style>
border-color css
<style>
span { border-color: #EBF3C0; }
span { border-color: rgb(235,243,192); }
td.TdClassName
{
border-color: #EBF3C0;
}
.TagClassName
{
border-color: #EBF3C0;
}
</style>