Shades of Chablis #FDE7DD
Tints of Chablis #FDE7DD
RGB
CMYK
RGB Variations
Color information
#FDE7DD (or 0xFDE7DD) is known color: Chablis. HEX triplet: FD, E7 and DD. RGB value is (253,231,221). Sum of RGB (Red+Green+Blue) = 253+231+221=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7DD is #021822. Grayscale: #ECECEC. Windows color (decimal): -137251 or 14542845. OLE color: 14542845.
HSL color Cylindrical-coordinate representation of color #FDE7DD: hue angle of 18.75º 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 #FDE7DD is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 221 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.01 |
| HSL | 18.75º | 0.89% | 0.93% | - |
| HSV(B) | 18.75º | 0.13% | 0.99% | - |
| XYZ | 82.14 | 83.25 | 80.15 | - |
| YUV | 236.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 221 | 0 | 0.09 | 0.13 | 0.01 | 18.75 | 0.89 | 0.93 |
| Hex | FD | E7 | DD | 0 | 9 | D | 1 | 13 | 59 | 5D |
| Octal | 375 | 347 | 335 | 0 | 11 | 15 | 1 | 23 | 131 | 135 |
| Binary | 11111101 | 11100111 | 11011101 | 0 | 1001 | 1101 | 1 | 10011 | 1011001 | 1011101 |
Color Harmonies of #FDE7DD
Complementary color
Monochromatic Colors of #FDE7DD
Black with #FDE7DD
Text Example
Text Example
White with #FDE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7DD; }
p { color: rgb(253,231,221); }
H1.HeaderClassName
{
color: #FDE7DD;
}
.AnyTagClassName
{
color: #FDE7DD;
}
</style>
background-color css
<style>
a { background-color: #FDE7DD; }
a { background-color: rgb(253,231,221); }
div.DivClassName
{
background-color: #FDE7DD;
}
.BgClassName
{
background-color: #FDE7DD;
}
</style>
border-color css
<style>
span { border-color: #FDE7DD; }
span { border-color: rgb(253,231,221); }
td.TdClassName
{
border-color: #FDE7DD;
}
.TagClassName
{
border-color: #FDE7DD;
}
</style>