Shades of Chablis #FFEDE2
Tints of Chablis #FFEDE2
RGB
CMYK
RGB Variations
Color information
#FFEDE2 (or 0xFFEDE2) is known color: Chablis. HEX triplet: FF, ED and E2. RGB value is (255,237,226). Sum of RGB (Red+Green+Blue) = 255+237+226=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDE2 is #00121D. Grayscale: #F1F1F1. Windows color (decimal): -4638 or 14872063. OLE color: 14872063.
HSL color Cylindrical-coordinate representation of color #FFEDE2: hue angle of 22.76º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFEDE2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 226 | - |
| CMYK | 0 | 0.07 | 0.11 | 0 |
| HSL | 22.76º | 1% | 0.94% | - |
| HSV(B) | 22.76º | 0.11% | 1% | - |
| XYZ | 85.25 | 87.32 | 84.31 | - |
| YUV | 241.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 226 | 0 | 0.07 | 0.11 | 0 | 22.76 | 1 | 0.94 |
| Hex | FF | ED | E2 | 0 | 7 | B | 0 | 17 | 64 | 5E |
| Octal | 377 | 355 | 342 | 0 | 7 | 13 | 0 | 27 | 144 | 136 |
| Binary | 11111111 | 11101101 | 11100010 | 0 | 111 | 1011 | 0 | 10111 | 1100100 | 1011110 |
Color Harmonies of #FFEDE2
Complementary color
Monochromatic Colors of #FFEDE2
Black with #FFEDE2
Text Example
Text Example
White with #FFEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDE2; }
p { color: rgb(255,237,226); }
H1.HeaderClassName
{
color: #FFEDE2;
}
.AnyTagClassName
{
color: #FFEDE2;
}
</style>
background-color css
<style>
a { background-color: #FFEDE2; }
a { background-color: rgb(255,237,226); }
div.DivClassName
{
background-color: #FFEDE2;
}
.BgClassName
{
background-color: #FFEDE2;
}
</style>
border-color css
<style>
span { border-color: #FFEDE2; }
span { border-color: rgb(255,237,226); }
td.TdClassName
{
border-color: #FFEDE2;
}
.TagClassName
{
border-color: #FFEDE2;
}
</style>