Shades of Chablis #FDE7DE
Tints of Chablis #FDE7DE
RGB
CMYK
RGB Variations
Color information
#FDE7DE (or 0xFDE7DE) is known color: Chablis. HEX triplet: FD, E7 and DE. RGB value is (253,231,222). Sum of RGB (Red+Green+Blue) = 253+231+222=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7DE is #021821. Grayscale: #ECECEC. Windows color (decimal): -137250 or 14608381. OLE color: 14608381.
HSL color Cylindrical-coordinate representation of color #FDE7DE: hue angle of 17.42º 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 #FDE7DE is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 222 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.01 |
| HSL | 17.42º | 0.89% | 0.93% | - |
| HSV(B) | 17.42º | 0.12% | 0.99% | - |
| XYZ | 82.27 | 83.31 | 80.85 | - |
| YUV | 236.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 222 | 0 | 0.09 | 0.12 | 0.01 | 17.42 | 0.89 | 0.93 |
| Hex | FD | E7 | DE | 0 | 9 | C | 1 | 11 | 59 | 5D |
| Octal | 375 | 347 | 336 | 0 | 11 | 14 | 1 | 21 | 131 | 135 |
| Binary | 11111101 | 11100111 | 11011110 | 0 | 1001 | 1100 | 1 | 10001 | 1011001 | 1011101 |
Color Harmonies of #FDE7DE
Complementary color
Monochromatic Colors of #FDE7DE
Black with #FDE7DE
Text Example
Text Example
White with #FDE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7DE; }
p { color: rgb(253,231,222); }
H1.HeaderClassName
{
color: #FDE7DE;
}
.AnyTagClassName
{
color: #FDE7DE;
}
</style>
background-color css
<style>
a { background-color: #FDE7DE; }
a { background-color: rgb(253,231,222); }
div.DivClassName
{
background-color: #FDE7DE;
}
.BgClassName
{
background-color: #FDE7DE;
}
</style>
border-color css
<style>
span { border-color: #FDE7DE; }
span { border-color: rgb(253,231,222); }
td.TdClassName
{
border-color: #FDE7DE;
}
.TagClassName
{
border-color: #FDE7DE;
}
</style>