Shades of Chablis #FDE9DD
Tints of Chablis #FDE9DD
RGB
CMYK
RGB Variations
Color information
#FDE9DD (or 0xFDE9DD) is known color: Chablis. HEX triplet: FD, E9 and DD. RGB value is (253,233,221). Sum of RGB (Red+Green+Blue) = 253+233+221=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9DD is #021622. Grayscale: #EDEDED. Windows color (decimal): -136739 or 14543357. OLE color: 14543357.
HSL color Cylindrical-coordinate representation of color #FDE9DD: hue angle of 22.5º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDE9DD is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 221 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.01 |
| HSL | 22.5º | 0.89% | 0.93% | - |
| HSV(B) | 22.5º | 0.13% | 0.99% | - |
| XYZ | 82.7 | 84.38 | 80.34 | - |
| YUV | 237.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 221 | 0 | 0.08 | 0.13 | 0.01 | 22.5 | 0.89 | 0.93 |
| Hex | FD | E9 | DD | 0 | 8 | D | 1 | 16 | 59 | 5D |
| Octal | 375 | 351 | 335 | 0 | 10 | 15 | 1 | 26 | 131 | 135 |
| Binary | 11111101 | 11101001 | 11011101 | 0 | 1000 | 1101 | 1 | 10110 | 1011001 | 1011101 |
Color Harmonies of #FDE9DD
Complementary color
Monochromatic Colors of #FDE9DD
Black with #FDE9DD
Text Example
Text Example
White with #FDE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9DD; }
p { color: rgb(253,233,221); }
H1.HeaderClassName
{
color: #FDE9DD;
}
.AnyTagClassName
{
color: #FDE9DD;
}
</style>
background-color css
<style>
a { background-color: #FDE9DD; }
a { background-color: rgb(253,233,221); }
div.DivClassName
{
background-color: #FDE9DD;
}
.BgClassName
{
background-color: #FDE9DD;
}
</style>
border-color css
<style>
span { border-color: #FDE9DD; }
span { border-color: rgb(253,233,221); }
td.TdClassName
{
border-color: #FDE9DD;
}
.TagClassName
{
border-color: #FDE9DD;
}
</style>