Shades of Panache #EAF7DF
Tints of Panache #EAF7DF
RGB
CMYK
RGB Variations
Color information
#EAF7DF (or 0xEAF7DF) is known color: Panache. HEX triplet: EA, F7 and DF. RGB value is (234,247,223). Sum of RGB (Red+Green+Blue) = 234+247+223=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 247 (96.88% from 255 or 35.09% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7DF is #150820. Grayscale: #F0F0F0. Windows color (decimal): -1378337 or 14677994. OLE color: 14677994.
HSL color Cylindrical-coordinate representation of color #EAF7DF: hue angle of 92.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAF7DF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 247 | 223 | - |
CMYK | 0.05 | 0 | 0.10 | 0.03 |
HSL | 92.5º | 0.6% | 0.92% | - |
HSV(B) | 92.5º | 0.1% | 0.97% | - |
XYZ | 80.51 | 89.34 | 82.81 | - |
YUV | 240.38 | 118.19 | 123.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 247 | 223 | 0.05 | 0 | 0.10 | 0.03 | 92.5 | 0.6 | 0.92 |
Hex | EA | F7 | DF | 5 | 0 | A | 3 | 5C | 3C | 5C |
Octal | 352 | 367 | 337 | 5 | 0 | 12 | 3 | 134 | 74 | 134 |
Binary | 11101010 | 11110111 | 11011111 | 101 | 0 | 1010 | 11 | 1011100 | 111100 | 1011100 |
Color Harmonies of #EAF7DF
Complementary color
Monochromatic Colors of #EAF7DF
Black with #EAF7DF
Text Example
Text Example
White with #EAF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF7DF; }
p { color: rgb(234,247,223); }
H1.HeaderClassName
{
color: #EAF7DF;
}
.AnyTagClassName
{
color: #EAF7DF;
}
</style>
background-color css
<style>
a { background-color: #EAF7DF; }
a { background-color: rgb(234,247,223); }
div.DivClassName
{
background-color: #EAF7DF;
}
.BgClassName
{
background-color: #EAF7DF;
}
</style>
border-color css
<style>
span { border-color: #EAF7DF; }
span { border-color: rgb(234,247,223); }
td.TdClassName
{
border-color: #EAF7DF;
}
.TagClassName
{
border-color: #EAF7DF;
}
</style>