Shades of Panache #EAF6DF
Tints of Panache #EAF6DF
RGB
CMYK
RGB Variations
Color information
#EAF6DF (or 0xEAF6DF) is known color: Panache. HEX triplet: EA, F6 and DF. RGB value is (234,246,223). Sum of RGB (Red+Green+Blue) = 234+246+223=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6DF is #150920. Grayscale: #EFEFEF. Windows color (decimal): -1378593 or 14677738. OLE color: 14677738.
HSL color Cylindrical-coordinate representation of color #EAF6DF: hue angle of 91.3º degrees, saturation: 0.56, 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 #EAF6DF is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 246 | 223 | - |
CMYK | 0.05 | 0 | 0.09 | 0.04 |
HSL | 91.3º | 0.56% | 0.92% | - |
HSV(B) | 91.3º | 0.09% | 0.96% | - |
XYZ | 80.21 | 88.73 | 82.71 | - |
YUV | 239.79 | 118.52 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 246 | 223 | 0.05 | 0 | 0.09 | 0.04 | 91.3 | 0.56 | 0.92 |
Hex | EA | F6 | DF | 5 | 0 | 9 | 4 | 5B | 38 | 5C |
Octal | 352 | 366 | 337 | 5 | 0 | 11 | 4 | 133 | 70 | 134 |
Binary | 11101010 | 11110110 | 11011111 | 101 | 0 | 1001 | 100 | 1011011 | 111000 | 1011100 |
Color Harmonies of #EAF6DF
Complementary color
Monochromatic Colors of #EAF6DF
Black with #EAF6DF
Text Example
Text Example
White with #EAF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF6DF; }
p { color: rgb(234,246,223); }
H1.HeaderClassName
{
color: #EAF6DF;
}
.AnyTagClassName
{
color: #EAF6DF;
}
</style>
background-color css
<style>
a { background-color: #EAF6DF; }
a { background-color: rgb(234,246,223); }
div.DivClassName
{
background-color: #EAF6DF;
}
.BgClassName
{
background-color: #EAF6DF;
}
</style>
border-color css
<style>
span { border-color: #EAF6DF; }
span { border-color: rgb(234,246,223); }
td.TdClassName
{
border-color: #EAF6DF;
}
.TagClassName
{
border-color: #EAF6DF;
}
</style>