Shades of Panache #EEFFDE
Tints of Panache #EEFFDE
RGB
CMYK
RGB Variations
Color information
#EEFFDE (or 0xEEFFDE) is known color: Panache. HEX triplet: EE, FF and DE. RGB value is (238,255,222). Sum of RGB (Red+Green+Blue) = 238+255+222=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFDE is #110021. Grayscale: #F6F6F6. Windows color (decimal): -1114146 or 14614510. OLE color: 14614510.
HSL color Cylindrical-coordinate representation of color #EEFFDE: hue angle of 90.91º 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 #EEFFDE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 222 | - |
| CMYK | 0.07 | 0 | 0.13 | 0 |
| HSL | 90.91º | 1% | 0.94% | - |
| HSV(B) | 90.91º | 0.13% | 1% | - |
| XYZ | 84.2 | 94.97 | 83 | - |
| YUV | 246.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 222 | 0.07 | 0 | 0.13 | 0 | 90.91 | 1 | 0.94 |
| Hex | EE | FF | DE | 7 | 0 | D | 0 | 5B | 64 | 5E |
| Octal | 356 | 377 | 336 | 7 | 0 | 15 | 0 | 133 | 144 | 136 |
| Binary | 11101110 | 11111111 | 11011110 | 111 | 0 | 1101 | 0 | 1011011 | 1100100 | 1011110 |
Color Harmonies of #EEFFDE
Complementary color
Monochromatic Colors of #EEFFDE
Black with #EEFFDE
Text Example
Text Example
White with #EEFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFDE; }
p { color: rgb(238,255,222); }
H1.HeaderClassName
{
color: #EEFFDE;
}
.AnyTagClassName
{
color: #EEFFDE;
}
</style>
background-color css
<style>
a { background-color: #EEFFDE; }
a { background-color: rgb(238,255,222); }
div.DivClassName
{
background-color: #EEFFDE;
}
.BgClassName
{
background-color: #EEFFDE;
}
</style>
border-color css
<style>
span { border-color: #EEFFDE; }
span { border-color: rgb(238,255,222); }
td.TdClassName
{
border-color: #EEFFDE;
}
.TagClassName
{
border-color: #EEFFDE;
}
</style>