Shades of Panache #EAF5DF
Tints of Panache #EAF5DF
RGB
CMYK
RGB Variations
Color information
#EAF5DF (or 0xEAF5DF) is known color: Panache. HEX triplet: EA, F5 and DF. RGB value is (234,245,223). Sum of RGB (Red+Green+Blue) = 234+245+223=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5DF is #150A20. Grayscale: #EFEFEF. Windows color (decimal): -1378849 or 14677482. OLE color: 14677482.
HSL color Cylindrical-coordinate representation of color #EAF5DF: hue angle of 90º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAF5DF is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 223 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.04 |
| HSL | 90º | 0.52% | 0.92% | - |
| HSV(B) | 90º | 0.09% | 0.96% | - |
| XYZ | 79.9 | 88.12 | 82.61 | - |
| YUV | 239.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 223 | 0.04 | 0 | 0.09 | 0.04 | 90 | 0.52 | 0.92 |
| Hex | EA | F5 | DF | 4 | 0 | 9 | 4 | 5A | 34 | 5C |
| Octal | 352 | 365 | 337 | 4 | 0 | 11 | 4 | 132 | 64 | 134 |
| Binary | 11101010 | 11110101 | 11011111 | 100 | 0 | 1001 | 100 | 1011010 | 110100 | 1011100 |
Color Harmonies of #EAF5DF
Complementary color
Monochromatic Colors of #EAF5DF
Black with #EAF5DF
Text Example
Text Example
White with #EAF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5DF; }
p { color: rgb(234,245,223); }
H1.HeaderClassName
{
color: #EAF5DF;
}
.AnyTagClassName
{
color: #EAF5DF;
}
</style>
background-color css
<style>
a { background-color: #EAF5DF; }
a { background-color: rgb(234,245,223); }
div.DivClassName
{
background-color: #EAF5DF;
}
.BgClassName
{
background-color: #EAF5DF;
}
</style>
border-color css
<style>
span { border-color: #EAF5DF; }
span { border-color: rgb(234,245,223); }
td.TdClassName
{
border-color: #EAF5DF;
}
.TagClassName
{
border-color: #EAF5DF;
}
</style>