Shades of Chablis #FFE6DC
Tints of Chablis #FFE6DC
RGB
CMYK
RGB Variations
Color information
#FFE6DC (or 0xFFE6DC) is known color: Chablis. HEX triplet: FF, E6 and DC. RGB value is (255,230,220). Sum of RGB (Red+Green+Blue) = 255+230+220=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6DC is #001923. Grayscale: #ECECEC. Windows color (decimal): -6436 or 14477055. OLE color: 14477055.
HSL color Cylindrical-coordinate representation of color #FFE6DC: hue angle of 17.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFE6DC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 230 | 220 | - |
CMYK | 0 | 0.10 | 0.14 | 0 |
HSL | 17.14º | 1% | 0.93% | - |
HSV(B) | 17.14º | 0.14% | 1% | - |
XYZ | 82.46 | 83.02 | 79.39 | - |
YUV | 236.34 | 118.78 | 141.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 230 | 220 | 0 | 0.10 | 0.14 | 0 | 17.14 | 1 | 0.93 |
Hex | FF | E6 | DC | 0 | A | E | 0 | 11 | 64 | 5D |
Octal | 377 | 346 | 334 | 0 | 12 | 16 | 0 | 21 | 144 | 135 |
Binary | 11111111 | 11100110 | 11011100 | 0 | 1010 | 1110 | 0 | 10001 | 1100100 | 1011101 |
Color Harmonies of #FFE6DC
Complementary color
Monochromatic Colors of #FFE6DC
Black with #FFE6DC
Text Example
Text Example
White with #FFE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6DC; }
p { color: rgb(255,230,220); }
H1.HeaderClassName
{
color: #FFE6DC;
}
.AnyTagClassName
{
color: #FFE6DC;
}
</style>
background-color css
<style>
a { background-color: #FFE6DC; }
a { background-color: rgb(255,230,220); }
div.DivClassName
{
background-color: #FFE6DC;
}
.BgClassName
{
background-color: #FFE6DC;
}
</style>
border-color css
<style>
span { border-color: #FFE6DC; }
span { border-color: rgb(255,230,220); }
td.TdClassName
{
border-color: #FFE6DC;
}
.TagClassName
{
border-color: #FFE6DC;
}
</style>