Shades of Panache #E5FDDC
Tints of Panache #E5FDDC
RGB
CMYK
RGB Variations
Color information
#E5FDDC (or 0xE5FDDC) is known color: Panache. HEX triplet: E5, FD and DC. RGB value is (229,253,220). Sum of RGB (Red+Green+Blue) = 229+253+220=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FDDC is #1A0223. Grayscale: #F2F2F2. Windows color (decimal): -1704484 or 14482917. OLE color: 14482917.
HSL color Cylindrical-coordinate representation of color #E5FDDC: hue angle of 103.64º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5FDDC is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 253 | 220 | - |
CMYK | 0.09 | 0 | 0.13 | 0.01 |
HSL | 103.64º | 0.89% | 0.93% | - |
HSV(B) | 103.64º | 0.13% | 0.99% | - |
XYZ | 80.36 | 92.08 | 81.25 | - |
YUV | 242.06 | 115.55 | 118.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 253 | 220 | 0.09 | 0 | 0.13 | 0.01 | 103.64 | 0.89 | 0.93 |
Hex | E5 | FD | DC | 9 | 0 | D | 1 | 68 | 59 | 5D |
Octal | 345 | 375 | 334 | 11 | 0 | 15 | 1 | 150 | 131 | 135 |
Binary | 11100101 | 11111101 | 11011100 | 1001 | 0 | 1101 | 1 | 1101000 | 1011001 | 1011101 |
Color Harmonies of #E5FDDC
Complementary color
Monochromatic Colors of #E5FDDC
Black with #E5FDDC
Text Example
Text Example
White with #E5FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDDC; }
p { color: rgb(229,253,220); }
H1.HeaderClassName
{
color: #E5FDDC;
}
.AnyTagClassName
{
color: #E5FDDC;
}
</style>
background-color css
<style>
a { background-color: #E5FDDC; }
a { background-color: rgb(229,253,220); }
div.DivClassName
{
background-color: #E5FDDC;
}
.BgClassName
{
background-color: #E5FDDC;
}
</style>
border-color css
<style>
span { border-color: #E5FDDC; }
span { border-color: rgb(229,253,220); }
td.TdClassName
{
border-color: #E5FDDC;
}
.TagClassName
{
border-color: #E5FDDC;
}
</style>