#E5FFDC

Color #E5FFDC Panache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panache #E5FFDC

Tints of Panache #E5FFDC

Color information

#E5FFDC (or 0xE5FFDC) is unknown color: approx Panache. HEX triplet: E5, FF and DC. RGB value is (229,255,220). Sum of RGB (Red+Green+Blue) = 229+255+220=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FFDC is #1A0023. Grayscale: #F3F3F3. Windows color (decimal): -1703972 or 14483429. OLE color: 14483429.

HSL color Cylindrical-coordinate representation of color #E5FFDC: hue angle of 104.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5FFDC is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB229255220-
CMYK0.1000.140
HSL104.57º100%93.14%-
HSV(B)104.57º13.73%100%-
XYZ80.9993.3581.46-
YUV243.24114.89117.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 32.53%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=32.53%
G=36.22%
B=31.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292552200.1000.140104.5710093.14
HexE5FFDCA0E069645d
Octal345377334120160151144135
Binary1110010111111111110111001010011100110100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FFDC; }

 p { color: rgb(229,255,220); }

 H1.HeaderClassName
 {
   color: #E5FFDC;
 }
 .AnyTagClassName
 {
   color: #E5FFDC;
 }
</style>
background-color css

<style>
 a { background-color: #E5FFDC; }

 a { background-color: rgb(229,255,220); }

 div.DivClassName
 {
   background-color: #E5FFDC;
 }
 .BgClassName
 {
   background-color: #E5FFDC;
 }
</style>
border-color css

<style>
 span { border-color: #E5FFDC; }

 span { border-color: rgb(229,255,220); }

 td.TdClassName
 {
   border-color: #E5FFDC;
 }
 .TagClassName
 {
   border-color: #E5FFDC;
 }
</style>