Shades of Chablis #FEE6D9
Tints of Chablis #FEE6D9
RGB
CMYK
RGB Variations
Color information
#FEE6D9 (or 0xFEE6D9) is known color: Chablis. HEX triplet: FE, E6 and D9. RGB value is (254,230,217). Sum of RGB (Red+Green+Blue) = 254+230+217=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 217 (85.16% from 255 or 30.96% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6D9 is #011926. Grayscale: #EBEBEB. Windows color (decimal): -71975 or 14280446. OLE color: 14280446.
HSL color Cylindrical-coordinate representation of color #FEE6D9: hue angle of 21.08º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEE6D9 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 217 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.00 |
| HSL | 21.08º | 0.95% | 0.92% | - |
| HSV(B) | 21.08º | 0.15% | 1% | - |
| XYZ | 81.69 | 82.67 | 77.3 | - |
| YUV | 235.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 217 | 0 | 0.09 | 0.15 | 0.00 | 21.08 | 0.95 | 0.92 |
| Hex | FE | E6 | D9 | 0 | 9 | F | 0 | 15 | 5F | 5C |
| Octal | 376 | 346 | 331 | 0 | 11 | 17 | 0 | 25 | 137 | 134 |
| Binary | 11111110 | 11100110 | 11011001 | 0 | 1001 | 1111 | 0 | 10101 | 1011111 | 1011100 |
Color Harmonies of #FEE6D9
Complementary color
Monochromatic Colors of #FEE6D9
Black with #FEE6D9
Text Example
Text Example
White with #FEE6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6D9; }
p { color: rgb(254,230,217); }
H1.HeaderClassName
{
color: #FEE6D9;
}
.AnyTagClassName
{
color: #FEE6D9;
}
</style>
background-color css
<style>
a { background-color: #FEE6D9; }
a { background-color: rgb(254,230,217); }
div.DivClassName
{
background-color: #FEE6D9;
}
.BgClassName
{
background-color: #FEE6D9;
}
</style>
border-color css
<style>
span { border-color: #FEE6D9; }
span { border-color: rgb(254,230,217); }
td.TdClassName
{
border-color: #FEE6D9;
}
.TagClassName
{
border-color: #FEE6D9;
}
</style>