Shades of Chablis #FDE8DB
Tints of Chablis #FDE8DB
RGB
CMYK
RGB Variations
Color information
#FDE8DB (or 0xFDE8DB) is known color: Chablis. HEX triplet: FD, E8 and DB. RGB value is (253,232,219). Sum of RGB (Red+Green+Blue) = 253+232+219=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 232 (91.02% from 255 or 32.95% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8DB is #021724. Grayscale: #ECECEC. Windows color (decimal): -136997 or 14412029. OLE color: 14412029.
HSL color Cylindrical-coordinate representation of color #FDE8DB: hue angle of 22.94º 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 #FDE8DB is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 219 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.01 |
| HSL | 22.94º | 0.89% | 0.93% | - |
| HSV(B) | 22.94º | 0.13% | 0.99% | - |
| XYZ | 82.15 | 83.71 | 78.85 | - |
| YUV | 236.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 219 | 0 | 0.08 | 0.13 | 0.01 | 22.94 | 0.89 | 0.93 |
| Hex | FD | E8 | DB | 0 | 8 | D | 1 | 17 | 59 | 5D |
| Octal | 375 | 350 | 333 | 0 | 10 | 15 | 1 | 27 | 131 | 135 |
| Binary | 11111101 | 11101000 | 11011011 | 0 | 1000 | 1101 | 1 | 10111 | 1011001 | 1011101 |
Color Harmonies of #FDE8DB
Complementary color
Monochromatic Colors of #FDE8DB
Black with #FDE8DB
Text Example
Text Example
White with #FDE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8DB; }
p { color: rgb(253,232,219); }
H1.HeaderClassName
{
color: #FDE8DB;
}
.AnyTagClassName
{
color: #FDE8DB;
}
</style>
background-color css
<style>
a { background-color: #FDE8DB; }
a { background-color: rgb(253,232,219); }
div.DivClassName
{
background-color: #FDE8DB;
}
.BgClassName
{
background-color: #FDE8DB;
}
</style>
border-color css
<style>
span { border-color: #FDE8DB; }
span { border-color: rgb(253,232,219); }
td.TdClassName
{
border-color: #FDE8DB;
}
.TagClassName
{
border-color: #FDE8DB;
}
</style>