Shades of Chablis #FEE8DC
Tints of Chablis #FEE8DC
RGB
CMYK
RGB Variations
Color information
#FEE8DC (or 0xFEE8DC) is known color: Chablis. HEX triplet: FE, E8 and DC. RGB value is (254,232,220). Sum of RGB (Red+Green+Blue) = 254+232+220=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8DC is #011723. Grayscale: #EDEDED. Windows color (decimal): -71460 or 14477566. OLE color: 14477566.
HSL color Cylindrical-coordinate representation of color #FEE8DC: hue angle of 21.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEE8DC is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 220 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.00 |
| HSL | 21.18º | 0.94% | 0.93% | - |
| HSV(B) | 21.18º | 0.13% | 1% | - |
| XYZ | 82.65 | 83.95 | 79.56 | - |
| YUV | 237.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 220 | 0 | 0.09 | 0.13 | 0.00 | 21.18 | 0.94 | 0.93 |
| Hex | FE | E8 | DC | 0 | 9 | D | 0 | 15 | 5E | 5D |
| Octal | 376 | 350 | 334 | 0 | 11 | 15 | 0 | 25 | 136 | 135 |
| Binary | 11111110 | 11101000 | 11011100 | 0 | 1001 | 1101 | 0 | 10101 | 1011110 | 1011101 |
Color Harmonies of #FEE8DC
Complementary color
Monochromatic Colors of #FEE8DC
Black with #FEE8DC
Text Example
Text Example
White with #FEE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8DC; }
p { color: rgb(254,232,220); }
H1.HeaderClassName
{
color: #FEE8DC;
}
.AnyTagClassName
{
color: #FEE8DC;
}
</style>
background-color css
<style>
a { background-color: #FEE8DC; }
a { background-color: rgb(254,232,220); }
div.DivClassName
{
background-color: #FEE8DC;
}
.BgClassName
{
background-color: #FEE8DC;
}
</style>
border-color css
<style>
span { border-color: #FEE8DC; }
span { border-color: rgb(254,232,220); }
td.TdClassName
{
border-color: #FEE8DC;
}
.TagClassName
{
border-color: #FEE8DC;
}
</style>