#EAFFD9

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

Shades of Panache #EAFFD9

Tints of Panache #EAFFD9

Color information

#EAFFD9 (or 0xEAFFD9) is unknown color: approx Panache. HEX triplet: EA, FF and D9. RGB value is (234,255,217). Sum of RGB (Red+Green+Blue) = 234+255+217=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 217 (85.16% from 255 or 30.74% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD9 is #150026. Grayscale: #F4F4F4. Windows color (decimal): -1376295 or 14286826. OLE color: 14286826.

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

Color convert

RGB234255217-
CMYK0.0800.150
HSL93.16º100%92.55%-
HSV(B)93.16º14.9%100%-
XYZ82.2294.0279.46-
YUV244.39112.54120.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 255 (100% from 255) = 36.12%
BLUE value IS 217 (85.16% from 255) = 30.74%
R=33.14%
G=36.12%
B=30.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552170.0800.15093.1610092.55
HexEAFFD980F05d645d
Octal352377331100170135144135
Binary1110101011111111110110011000011110101110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFD9; }

 p { color: rgb(234,255,217); }

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

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

 a { background-color: rgb(234,255,217); }

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

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

 span { border-color: rgb(234,255,217); }

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