Shades of Chablis #FFE6DA
Tints of Chablis #FFE6DA
RGB
CMYK
RGB Variations
Color information
#FFE6DA (or 0xFFE6DA) is known color: Chablis. HEX triplet: FF, E6 and DA. RGB value is (255,230,218). Sum of RGB (Red+Green+Blue) = 255+230+218=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6DA is #001925. Grayscale: #ECECEC. Windows color (decimal): -6438 or 14345983. OLE color: 14345983.
HSL color Cylindrical-coordinate representation of color #FFE6DA: hue angle of 19.46º 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 #FFE6DA is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 218 | - |
| CMYK | 0 | 0.10 | 0.15 | 0 |
| HSL | 19.46º | 1% | 0.93% | - |
| HSV(B) | 19.46º | 0.15% | 1% | - |
| XYZ | 82.19 | 82.92 | 78 | - |
| YUV | 236.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 218 | 0 | 0.10 | 0.15 | 0 | 19.46 | 1 | 0.93 |
| Hex | FF | E6 | DA | 0 | A | F | 0 | 13 | 64 | 5D |
| Octal | 377 | 346 | 332 | 0 | 12 | 17 | 0 | 23 | 144 | 135 |
| Binary | 11111111 | 11100110 | 11011010 | 0 | 1010 | 1111 | 0 | 10011 | 1100100 | 1011101 |
Color Harmonies of #FFE6DA
Complementary color
Monochromatic Colors of #FFE6DA
Black with #FFE6DA
Text Example
Text Example
White with #FFE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6DA; }
p { color: rgb(255,230,218); }
H1.HeaderClassName
{
color: #FFE6DA;
}
.AnyTagClassName
{
color: #FFE6DA;
}
</style>
background-color css
<style>
a { background-color: #FFE6DA; }
a { background-color: rgb(255,230,218); }
div.DivClassName
{
background-color: #FFE6DA;
}
.BgClassName
{
background-color: #FFE6DA;
}
</style>
border-color css
<style>
span { border-color: #FFE6DA; }
span { border-color: rgb(255,230,218); }
td.TdClassName
{
border-color: #FFE6DA;
}
.TagClassName
{
border-color: #FFE6DA;
}
</style>