Shades of Chablis #FFEBDF
Tints of Chablis #FFEBDF
RGB
CMYK
RGB Variations
Color information
#FFEBDF (or 0xFFEBDF) is known color: Chablis. HEX triplet: FF, EB and DF. RGB value is (255,235,223). Sum of RGB (Red+Green+Blue) = 255+235+223=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBDF is #001420. Grayscale: #EFEFEF. Windows color (decimal): -5153 or 14674943. OLE color: 14674943.
HSL color Cylindrical-coordinate representation of color #FFEBDF: hue angle of 22.5º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFEBDF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 223 | - |
| CMYK | 0 | 0.08 | 0.13 | 0 |
| HSL | 22.5º | 1% | 0.94% | - |
| HSV(B) | 22.5º | 0.13% | 1% | - |
| XYZ | 84.27 | 86 | 81.97 | - |
| YUV | 239.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 223 | 0 | 0.08 | 0.13 | 0 | 22.5 | 1 | 0.94 |
| Hex | FF | EB | DF | 0 | 8 | D | 0 | 16 | 64 | 5E |
| Octal | 377 | 353 | 337 | 0 | 10 | 15 | 0 | 26 | 144 | 136 |
| Binary | 11111111 | 11101011 | 11011111 | 0 | 1000 | 1101 | 0 | 10110 | 1100100 | 1011110 |
Color Harmonies of #FFEBDF
Complementary color
Monochromatic Colors of #FFEBDF
Black with #FFEBDF
Text Example
Text Example
White with #FFEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBDF; }
p { color: rgb(255,235,223); }
H1.HeaderClassName
{
color: #FFEBDF;
}
.AnyTagClassName
{
color: #FFEBDF;
}
</style>
background-color css
<style>
a { background-color: #FFEBDF; }
a { background-color: rgb(255,235,223); }
div.DivClassName
{
background-color: #FFEBDF;
}
.BgClassName
{
background-color: #FFEBDF;
}
</style>
border-color css
<style>
span { border-color: #FFEBDF; }
span { border-color: rgb(255,235,223); }
td.TdClassName
{
border-color: #FFEBDF;
}
.TagClassName
{
border-color: #FFEBDF;
}
</style>