Shades of Chablis #FFE5DA
Tints of Chablis #FFE5DA
RGB
CMYK
RGB Variations
Color information
#FFE5DA (or 0xFFE5DA) is known color: Chablis. HEX triplet: FF, E5 and DA. RGB value is (255,229,218). Sum of RGB (Red+Green+Blue) = 255+229+218=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5DA is #001A25. Grayscale: #EBEBEB. Windows color (decimal): -6694 or 14345727. OLE color: 14345727.
HSL color Cylindrical-coordinate representation of color #FFE5DA: hue angle of 17.84º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFE5DA is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 218 | - |
| CMYK | 0 | 0.10 | 0.15 | 0 |
| HSL | 17.84º | 1% | 0.93% | - |
| HSV(B) | 17.84º | 0.15% | 1% | - |
| XYZ | 81.91 | 82.36 | 77.91 | - |
| YUV | 235.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 218 | 0 | 0.10 | 0.15 | 0 | 17.84 | 1 | 0.93 |
| Hex | FF | E5 | DA | 0 | A | F | 0 | 12 | 64 | 5D |
| Octal | 377 | 345 | 332 | 0 | 12 | 17 | 0 | 22 | 144 | 135 |
| Binary | 11111111 | 11100101 | 11011010 | 0 | 1010 | 1111 | 0 | 10010 | 1100100 | 1011101 |
Color Harmonies of #FFE5DA
Complementary color
Monochromatic Colors of #FFE5DA
Black with #FFE5DA
Text Example
Text Example
White with #FFE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5DA; }
p { color: rgb(255,229,218); }
H1.HeaderClassName
{
color: #FFE5DA;
}
.AnyTagClassName
{
color: #FFE5DA;
}
</style>
background-color css
<style>
a { background-color: #FFE5DA; }
a { background-color: rgb(255,229,218); }
div.DivClassName
{
background-color: #FFE5DA;
}
.BgClassName
{
background-color: #FFE5DA;
}
</style>
border-color css
<style>
span { border-color: #FFE5DA; }
span { border-color: rgb(255,229,218); }
td.TdClassName
{
border-color: #FFE5DA;
}
.TagClassName
{
border-color: #FFE5DA;
}
</style>