Shades of Chablis #FDE6DC
Tints of Chablis #FDE6DC
RGB
CMYK
RGB Variations
Color information
#FDE6DC (or 0xFDE6DC) is known color: Chablis. HEX triplet: FD, E6 and DC. RGB value is (253,230,220). Sum of RGB (Red+Green+Blue) = 253+230+220=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6DC is #021923. Grayscale: #EBEBEB. Windows color (decimal): -137508 or 14477053. OLE color: 14477053.
HSL color Cylindrical-coordinate representation of color #FDE6DC: hue angle of 18.18º 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 #FDE6DC is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 220 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.01 |
| HSL | 18.18º | 0.89% | 0.93% | - |
| HSV(B) | 18.18º | 0.13% | 0.99% | - |
| XYZ | 81.72 | 82.64 | 79.35 | - |
| YUV | 235.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 220 | 0 | 0.09 | 0.13 | 0.01 | 18.18 | 0.89 | 0.93 |
| Hex | FD | E6 | DC | 0 | 9 | D | 1 | 12 | 59 | 5D |
| Octal | 375 | 346 | 334 | 0 | 11 | 15 | 1 | 22 | 131 | 135 |
| Binary | 11111101 | 11100110 | 11011100 | 0 | 1001 | 1101 | 1 | 10010 | 1011001 | 1011101 |
Color Harmonies of #FDE6DC
Complementary color
Monochromatic Colors of #FDE6DC
Black with #FDE6DC
Text Example
Text Example
White with #FDE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6DC; }
p { color: rgb(253,230,220); }
H1.HeaderClassName
{
color: #FDE6DC;
}
.AnyTagClassName
{
color: #FDE6DC;
}
</style>
background-color css
<style>
a { background-color: #FDE6DC; }
a { background-color: rgb(253,230,220); }
div.DivClassName
{
background-color: #FDE6DC;
}
.BgClassName
{
background-color: #FDE6DC;
}
</style>
border-color css
<style>
span { border-color: #FDE6DC; }
span { border-color: rgb(253,230,220); }
td.TdClassName
{
border-color: #FDE6DC;
}
.TagClassName
{
border-color: #FDE6DC;
}
</style>