#EAFFD7

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

Shades of Panache #EAFFD7

Tints of Panache #EAFFD7

Color information

#EAFFD7 (or 0xEAFFD7) is unknown color: approx Panache. HEX triplet: EA, FF and D7. RGB value is (234,255,215). Sum of RGB (Red+Green+Blue) = 234+255+215=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD7 is #150028. Grayscale: #F4F4F4. Windows color (decimal): -1376297 or 14155754. OLE color: 14155754.

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

Color convert

RGB234255215-
CMYK0.0800.160
HSL91.5º100%92.16%-
HSV(B)91.5º15.69%100%-
XYZ81.9693.9278.1-
YUV244.16111.54120.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 215 (84.38% from 255) = 30.54%
R=33.24%
G=36.22%
B=30.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552150.0800.16091.510092.16
HexEAFFD7801005c645c
Octal352377327100200134144134
Binary11101010111111111101011110000100000101110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFD7; }

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

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

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

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

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

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

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

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