Shades of Chablis #FEE6DC
Tints of Chablis #FEE6DC
RGB
CMYK
RGB Variations
Color information
#FEE6DC (or 0xFEE6DC) is known color: Chablis. HEX triplet: FE, E6 and DC. RGB value is (254,230,220). Sum of RGB (Red+Green+Blue) = 254+230+220=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6DC is #011923. Grayscale: #ECECEC. Windows color (decimal): -71972 or 14477054. OLE color: 14477054.
HSL color Cylindrical-coordinate representation of color #FEE6DC: hue angle of 17.65º 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 #FEE6DC is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 220 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.00 |
| HSL | 17.65º | 0.94% | 0.93% | - |
| HSV(B) | 17.65º | 0.13% | 1% | - |
| XYZ | 82.09 | 82.83 | 79.37 | - |
| YUV | 236.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 220 | 0 | 0.09 | 0.13 | 0.00 | 17.65 | 0.94 | 0.93 |
| Hex | FE | E6 | DC | 0 | 9 | D | 0 | 12 | 5E | 5D |
| Octal | 376 | 346 | 334 | 0 | 11 | 15 | 0 | 22 | 136 | 135 |
| Binary | 11111110 | 11100110 | 11011100 | 0 | 1001 | 1101 | 0 | 10010 | 1011110 | 1011101 |
Color Harmonies of #FEE6DC
Complementary color
Monochromatic Colors of #FEE6DC
Black with #FEE6DC
Text Example
Text Example
White with #FEE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6DC; }
p { color: rgb(254,230,220); }
H1.HeaderClassName
{
color: #FEE6DC;
}
.AnyTagClassName
{
color: #FEE6DC;
}
</style>
background-color css
<style>
a { background-color: #FEE6DC; }
a { background-color: rgb(254,230,220); }
div.DivClassName
{
background-color: #FEE6DC;
}
.BgClassName
{
background-color: #FEE6DC;
}
</style>
border-color css
<style>
span { border-color: #FEE6DC; }
span { border-color: rgb(254,230,220); }
td.TdClassName
{
border-color: #FEE6DC;
}
.TagClassName
{
border-color: #FEE6DC;
}
</style>