Shades of Chablis #FDE8DE
Tints of Chablis #FDE8DE
RGB
CMYK
RGB Variations
Color information
#FDE8DE (or 0xFDE8DE) is known color: Chablis. HEX triplet: FD, E8 and DE. RGB value is (253,232,222). Sum of RGB (Red+Green+Blue) = 253+232+222=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8DE is #021721. Grayscale: #EDEDED. Windows color (decimal): -136994 or 14608637. OLE color: 14608637.
HSL color Cylindrical-coordinate representation of color #FDE8DE: hue angle of 19.35º degrees, saturation: 0.89, 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 #FDE8DE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 222 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.01 |
| HSL | 19.35º | 0.89% | 0.93% | - |
| HSV(B) | 19.35º | 0.12% | 0.99% | - |
| XYZ | 82.55 | 83.87 | 80.94 | - |
| YUV | 237.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 222 | 0 | 0.08 | 0.12 | 0.01 | 19.35 | 0.89 | 0.93 |
| Hex | FD | E8 | DE | 0 | 8 | C | 1 | 13 | 59 | 5D |
| Octal | 375 | 350 | 336 | 0 | 10 | 14 | 1 | 23 | 131 | 135 |
| Binary | 11111101 | 11101000 | 11011110 | 0 | 1000 | 1100 | 1 | 10011 | 1011001 | 1011101 |
Color Harmonies of #FDE8DE
Complementary color
Monochromatic Colors of #FDE8DE
Black with #FDE8DE
Text Example
Text Example
White with #FDE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8DE; }
p { color: rgb(253,232,222); }
H1.HeaderClassName
{
color: #FDE8DE;
}
.AnyTagClassName
{
color: #FDE8DE;
}
</style>
background-color css
<style>
a { background-color: #FDE8DE; }
a { background-color: rgb(253,232,222); }
div.DivClassName
{
background-color: #FDE8DE;
}
.BgClassName
{
background-color: #FDE8DE;
}
</style>
border-color css
<style>
span { border-color: #FDE8DE; }
span { border-color: rgb(253,232,222); }
td.TdClassName
{
border-color: #FDE8DE;
}
.TagClassName
{
border-color: #FDE8DE;
}
</style>