Shades of Chablis #FEE6DB
Tints of Chablis #FEE6DB
RGB
CMYK
RGB Variations
Color information
#FEE6DB (or 0xFEE6DB) is known color: Chablis. HEX triplet: FE, E6 and DB. RGB value is (254,230,219). Sum of RGB (Red+Green+Blue) = 254+230+219=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6DB is #011924. Grayscale: #EBEBEB. Windows color (decimal): -71973 or 14411518. OLE color: 14411518.
HSL color Cylindrical-coordinate representation of color #FEE6DB: hue angle of 18.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEE6DB is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 230 | 219 | - |
CMYK | 0 | 0.09 | 0.14 | 0.00 |
HSL | 18.86º | 0.95% | 0.93% | - |
HSV(B) | 18.86º | 0.14% | 1% | - |
XYZ | 81.96 | 82.78 | 78.68 | - |
YUV | 235.92 | 118.45 | 140.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 230 | 219 | 0 | 0.09 | 0.14 | 0.00 | 18.86 | 0.95 | 0.93 |
Hex | FE | E6 | DB | 0 | 9 | E | 0 | 13 | 5F | 5D |
Octal | 376 | 346 | 333 | 0 | 11 | 16 | 0 | 23 | 137 | 135 |
Binary | 11111110 | 11100110 | 11011011 | 0 | 1001 | 1110 | 0 | 10011 | 1011111 | 1011101 |
Color Harmonies of #FEE6DB
Complementary color
Monochromatic Colors of #FEE6DB
Black with #FEE6DB
Text Example
Text Example
White with #FEE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6DB; }
p { color: rgb(254,230,219); }
H1.HeaderClassName
{
color: #FEE6DB;
}
.AnyTagClassName
{
color: #FEE6DB;
}
</style>
background-color css
<style>
a { background-color: #FEE6DB; }
a { background-color: rgb(254,230,219); }
div.DivClassName
{
background-color: #FEE6DB;
}
.BgClassName
{
background-color: #FEE6DB;
}
</style>
border-color css
<style>
span { border-color: #FEE6DB; }
span { border-color: rgb(254,230,219); }
td.TdClassName
{
border-color: #FEE6DB;
}
.TagClassName
{
border-color: #FEE6DB;
}
</style>