Shades of Chablis #FFEADF
Tints of Chablis #FFEADF
RGB
CMYK
RGB Variations
Color information
#FFEADF (or 0xFFEADF) is known color: Chablis. HEX triplet: FF, EA and DF. RGB value is (255,234,223). Sum of RGB (Red+Green+Blue) = 255+234+223=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEADF is #001520. Grayscale: #EFEFEF. Windows color (decimal): -5409 or 14674687. OLE color: 14674687.
HSL color Cylindrical-coordinate representation of color #FFEADF: hue angle of 20.62º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFEADF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 223 | - |
CMYK | 0 | 0.08 | 0.13 | 0 |
HSL | 20.63º | 1% | 0.94% | - |
HSV(B) | 20.63º | 0.13% | 1% | - |
XYZ | 83.98 | 85.43 | 81.88 | - |
YUV | 239.03 | 118.96 | 139.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 223 | 0 | 0.08 | 0.13 | 0 | 20.63 | 1 | 0.94 |
Hex | FF | EA | DF | 0 | 8 | D | 0 | 15 | 64 | 5E |
Octal | 377 | 352 | 337 | 0 | 10 | 15 | 0 | 25 | 144 | 136 |
Binary | 11111111 | 11101010 | 11011111 | 0 | 1000 | 1101 | 0 | 10101 | 1100100 | 1011110 |
Color Harmonies of #FFEADF
Complementary color
Monochromatic Colors of #FFEADF
Black with #FFEADF
Text Example
Text Example
White with #FFEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEADF; }
p { color: rgb(255,234,223); }
H1.HeaderClassName
{
color: #FFEADF;
}
.AnyTagClassName
{
color: #FFEADF;
}
</style>
background-color css
<style>
a { background-color: #FFEADF; }
a { background-color: rgb(255,234,223); }
div.DivClassName
{
background-color: #FFEADF;
}
.BgClassName
{
background-color: #FFEADF;
}
</style>
border-color css
<style>
span { border-color: #FFEADF; }
span { border-color: rgb(255,234,223); }
td.TdClassName
{
border-color: #FFEADF;
}
.TagClassName
{
border-color: #FFEADF;
}
</style>