#EAFEDE

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

Shades of Panache #EAFEDE

Tints of Panache #EAFEDE

Color information

#EAFEDE (or 0xEAFEDE) is unknown color: approx Panache. HEX triplet: EA, FE and DE. RGB value is (234,254,222). Sum of RGB (Red+Green+Blue) = 234+254+222=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEDE is #150121. Grayscale: #F4F4F4. Windows color (decimal): -1376546 or 14614250. OLE color: 14614250.

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

Color convert

RGB234254222-
CMYK0.0800.130.00
HSL97.5º94.12%93.33%-
HSV(B)97.5º12.6%99.61%-
XYZ82.5693.6582.83-
YUV244.37115.37120.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 222 (87.11% from 255) = 31.27%
R=32.96%
G=35.77%
B=31.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542220.0800.130.0097.594.1293.33
HexEAFEDE80D0625e5d
Octal352376336100150142136135
Binary1110101011111110110111101000011010110001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEDE; }

 p { color: rgb(234,254,222); }

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

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

 a { background-color: rgb(234,254,222); }

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

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

 span { border-color: rgb(234,254,222); }

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