Shades of Panache #E5FDDA
Tints of Panache #E5FDDA
RGB
CMYK
RGB Variations
Color information
#E5FDDA (or 0xE5FDDA) is known color: Panache. HEX triplet: E5, FD and DA. RGB value is (229,253,218). Sum of RGB (Red+Green+Blue) = 229+253+218=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FDDA is #1A0225. Grayscale: #F1F1F1. Windows color (decimal): -1704486 or 14351845. OLE color: 14351845.
HSL color Cylindrical-coordinate representation of color #E5FDDA: hue angle of 101.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5FDDA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 253 | 218 | - |
CMYK | 0.09 | 0 | 0.14 | 0.01 |
HSL | 101.14º | 0.9% | 0.92% | - |
HSV(B) | 101.14º | 0.14% | 0.99% | - |
XYZ | 80.09 | 91.97 | 79.86 | - |
YUV | 241.83 | 114.55 | 118.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 253 | 218 | 0.09 | 0 | 0.14 | 0.01 | 101.14 | 0.9 | 0.92 |
Hex | E5 | FD | DA | 9 | 0 | E | 1 | 65 | 5A | 5C |
Octal | 345 | 375 | 332 | 11 | 0 | 16 | 1 | 145 | 132 | 134 |
Binary | 11100101 | 11111101 | 11011010 | 1001 | 0 | 1110 | 1 | 1100101 | 1011010 | 1011100 |
Color Harmonies of #E5FDDA
Complementary color
Monochromatic Colors of #E5FDDA
Black with #E5FDDA
Text Example
Text Example
White with #E5FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDDA; }
p { color: rgb(229,253,218); }
H1.HeaderClassName
{
color: #E5FDDA;
}
.AnyTagClassName
{
color: #E5FDDA;
}
</style>
background-color css
<style>
a { background-color: #E5FDDA; }
a { background-color: rgb(229,253,218); }
div.DivClassName
{
background-color: #E5FDDA;
}
.BgClassName
{
background-color: #E5FDDA;
}
</style>
border-color css
<style>
span { border-color: #E5FDDA; }
span { border-color: rgb(229,253,218); }
td.TdClassName
{
border-color: #E5FDDA;
}
.TagClassName
{
border-color: #E5FDDA;
}
</style>