Shades of Panache #EEF5E7
Tints of Panache #EEF5E7
RGB
CMYK
RGB Variations
Color information
#EEF5E7 (or 0xEEF5E7) is known color: Panache. HEX triplet: EE, F5 and E7. RGB value is (238,245,231). Sum of RGB (Red+Green+Blue) = 238+245+231=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 245 (96.09% from 255 or 34.31% from 714); Blue value is 231 (90.62% from 255 or 32.35% from 714); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5E7 is #110A18. Grayscale: #F1F1F1. Windows color (decimal): -1116697 or 15201774. OLE color: 15201774.
HSL color Cylindrical-coordinate representation of color #EEF5E7: hue angle of 90º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF5E7 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 245 | 231 | - |
CMYK | 0.03 | 0 | 0.06 | 0.04 |
HSL | 90º | 0.41% | 0.93% | - |
HSV(B) | 90º | 0.06% | 0.96% | - |
XYZ | 82.34 | 89.25 | 88.49 | - |
YUV | 241.31 | 122.18 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 245 | 231 | 0.03 | 0 | 0.06 | 0.04 | 90 | 0.41 | 0.93 |
Hex | EE | F5 | E7 | 3 | 0 | 6 | 4 | 5A | 29 | 5D |
Octal | 356 | 365 | 347 | 3 | 0 | 6 | 4 | 132 | 51 | 135 |
Binary | 11101110 | 11110101 | 11100111 | 11 | 0 | 110 | 100 | 1011010 | 101001 | 1011101 |
Color Harmonies of #EEF5E7
Complementary color
Monochromatic Colors of #EEF5E7
Black with #EEF5E7
Text Example
Text Example
White with #EEF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5E7; }
p { color: rgb(238,245,231); }
H1.HeaderClassName
{
color: #EEF5E7;
}
.AnyTagClassName
{
color: #EEF5E7;
}
</style>
background-color css
<style>
a { background-color: #EEF5E7; }
a { background-color: rgb(238,245,231); }
div.DivClassName
{
background-color: #EEF5E7;
}
.BgClassName
{
background-color: #EEF5E7;
}
</style>
border-color css
<style>
span { border-color: #EEF5E7; }
span { border-color: rgb(238,245,231); }
td.TdClassName
{
border-color: #EEF5E7;
}
.TagClassName
{
border-color: #EEF5E7;
}
</style>