Shades of Chablis #FFEBE0
Tints of Chablis #FFEBE0
RGB
CMYK
RGB Variations
Color information
#FFEBE0 (or 0xFFEBE0) is known color: Chablis. HEX triplet: FF, EB and E0. RGB value is (255,235,224). Sum of RGB (Red+Green+Blue) = 255+235+224=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 235 (92.19% from 255 or 32.91% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBE0 is #00141F. Grayscale: #EFEFEF. Windows color (decimal): -5152 or 14740479. OLE color: 14740479.
HSL color Cylindrical-coordinate representation of color #FFEBE0: hue angle of 21.29º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFEBE0 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 224 | - |
| CMYK | 0 | 0.08 | 0.12 | 0 |
| HSL | 21.29º | 1% | 0.94% | - |
| HSV(B) | 21.29º | 0.12% | 1% | - |
| XYZ | 84.4 | 86.06 | 82.68 | - |
| YUV | 239.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 224 | 0 | 0.08 | 0.12 | 0 | 21.29 | 1 | 0.94 |
| Hex | FF | EB | E0 | 0 | 8 | C | 0 | 15 | 64 | 5E |
| Octal | 377 | 353 | 340 | 0 | 10 | 14 | 0 | 25 | 144 | 136 |
| Binary | 11111111 | 11101011 | 11100000 | 0 | 1000 | 1100 | 0 | 10101 | 1100100 | 1011110 |
Color Harmonies of #FFEBE0
Complementary color
Monochromatic Colors of #FFEBE0
Black with #FFEBE0
Text Example
Text Example
White with #FFEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBE0; }
p { color: rgb(255,235,224); }
H1.HeaderClassName
{
color: #FFEBE0;
}
.AnyTagClassName
{
color: #FFEBE0;
}
</style>
background-color css
<style>
a { background-color: #FFEBE0; }
a { background-color: rgb(255,235,224); }
div.DivClassName
{
background-color: #FFEBE0;
}
.BgClassName
{
background-color: #FFEBE0;
}
</style>
border-color css
<style>
span { border-color: #FFEBE0; }
span { border-color: rgb(255,235,224); }
td.TdClassName
{
border-color: #FFEBE0;
}
.TagClassName
{
border-color: #FFEBE0;
}
</style>