Shades of Chablis #FEE8DD
Tints of Chablis #FEE8DD
RGB
CMYK
RGB Variations
Color information
#FEE8DD (or 0xFEE8DD) is known color: Chablis. HEX triplet: FE, E8 and DD. RGB value is (254,232,221). Sum of RGB (Red+Green+Blue) = 254+232+221=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8DD is #011722. Grayscale: #EDEDED. Windows color (decimal): -71459 or 14543102. OLE color: 14543102.
HSL color Cylindrical-coordinate representation of color #FEE8DD: hue angle of 20º 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 #FEE8DD is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 221 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.00 |
| HSL | 20º | 0.94% | 0.93% | - |
| HSV(B) | 20º | 0.13% | 1% | - |
| XYZ | 82.78 | 84 | 80.26 | - |
| YUV | 237.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 221 | 0 | 0.09 | 0.13 | 0.00 | 20 | 0.94 | 0.93 |
| Hex | FE | E8 | DD | 0 | 9 | D | 0 | 14 | 5E | 5D |
| Octal | 376 | 350 | 335 | 0 | 11 | 15 | 0 | 24 | 136 | 135 |
| Binary | 11111110 | 11101000 | 11011101 | 0 | 1001 | 1101 | 0 | 10100 | 1011110 | 1011101 |
Color Harmonies of #FEE8DD
Complementary color
Monochromatic Colors of #FEE8DD
Black with #FEE8DD
Text Example
Text Example
White with #FEE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8DD; }
p { color: rgb(254,232,221); }
H1.HeaderClassName
{
color: #FEE8DD;
}
.AnyTagClassName
{
color: #FEE8DD;
}
</style>
background-color css
<style>
a { background-color: #FEE8DD; }
a { background-color: rgb(254,232,221); }
div.DivClassName
{
background-color: #FEE8DD;
}
.BgClassName
{
background-color: #FEE8DD;
}
</style>
border-color css
<style>
span { border-color: #FEE8DD; }
span { border-color: rgb(254,232,221); }
td.TdClassName
{
border-color: #FEE8DD;
}
.TagClassName
{
border-color: #FEE8DD;
}
</style>