Shades of Chablis #FDE9DF
Tints of Chablis #FDE9DF
RGB
CMYK
RGB Variations
Color information
#FDE9DF (or 0xFDE9DF) is known color: Chablis. HEX triplet: FD, E9 and DF. RGB value is (253,233,223). Sum of RGB (Red+Green+Blue) = 253+233+223=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9DF is #021620. Grayscale: #EDEDED. Windows color (decimal): -136737 or 14674429. OLE color: 14674429.
HSL color Cylindrical-coordinate representation of color #FDE9DF: hue angle of 20º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDE9DF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 223 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.01 |
| HSL | 20º | 0.88% | 0.93% | - |
| HSV(B) | 20º | 0.12% | 0.99% | - |
| XYZ | 82.97 | 84.49 | 81.75 | - |
| YUV | 237.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 223 | 0 | 0.08 | 0.12 | 0.01 | 20 | 0.88 | 0.93 |
| Hex | FD | E9 | DF | 0 | 8 | C | 1 | 14 | 58 | 5D |
| Octal | 375 | 351 | 337 | 0 | 10 | 14 | 1 | 24 | 130 | 135 |
| Binary | 11111101 | 11101001 | 11011111 | 0 | 1000 | 1100 | 1 | 10100 | 1011000 | 1011101 |
Color Harmonies of #FDE9DF
Complementary color
Monochromatic Colors of #FDE9DF
Black with #FDE9DF
Text Example
Text Example
White with #FDE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9DF; }
p { color: rgb(253,233,223); }
H1.HeaderClassName
{
color: #FDE9DF;
}
.AnyTagClassName
{
color: #FDE9DF;
}
</style>
background-color css
<style>
a { background-color: #FDE9DF; }
a { background-color: rgb(253,233,223); }
div.DivClassName
{
background-color: #FDE9DF;
}
.BgClassName
{
background-color: #FDE9DF;
}
</style>
border-color css
<style>
span { border-color: #FDE9DF; }
span { border-color: rgb(253,233,223); }
td.TdClassName
{
border-color: #FDE9DF;
}
.TagClassName
{
border-color: #FDE9DF;
}
</style>