Shades of Chablis #FDE8DC
Tints of Chablis #FDE8DC
RGB
CMYK
RGB Variations
Color information
#FDE8DC (or 0xFDE8DC) is known color: Chablis. HEX triplet: FD, E8 and DC. RGB value is (253,232,220). Sum of RGB (Red+Green+Blue) = 253+232+220=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8DC is #021723. Grayscale: #ECECEC. Windows color (decimal): -136996 or 14477565. OLE color: 14477565.
HSL color Cylindrical-coordinate representation of color #FDE8DC: hue angle of 21.82º 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 #FDE8DC is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 220 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.01 |
| HSL | 21.82º | 0.89% | 0.93% | - |
| HSV(B) | 21.82º | 0.13% | 0.99% | - |
| XYZ | 82.28 | 83.76 | 79.54 | - |
| YUV | 236.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 220 | 0 | 0.08 | 0.13 | 0.01 | 21.82 | 0.89 | 0.93 |
| Hex | FD | E8 | DC | 0 | 8 | D | 1 | 16 | 59 | 5D |
| Octal | 375 | 350 | 334 | 0 | 10 | 15 | 1 | 26 | 131 | 135 |
| Binary | 11111101 | 11101000 | 11011100 | 0 | 1000 | 1101 | 1 | 10110 | 1011001 | 1011101 |
Color Harmonies of #FDE8DC
Complementary color
Monochromatic Colors of #FDE8DC
Black with #FDE8DC
Text Example
Text Example
White with #FDE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8DC; }
p { color: rgb(253,232,220); }
H1.HeaderClassName
{
color: #FDE8DC;
}
.AnyTagClassName
{
color: #FDE8DC;
}
</style>
background-color css
<style>
a { background-color: #FDE8DC; }
a { background-color: rgb(253,232,220); }
div.DivClassName
{
background-color: #FDE8DC;
}
.BgClassName
{
background-color: #FDE8DC;
}
</style>
border-color css
<style>
span { border-color: #FDE8DC; }
span { border-color: rgb(253,232,220); }
td.TdClassName
{
border-color: #FDE8DC;
}
.TagClassName
{
border-color: #FDE8DC;
}
</style>