#EAFDE1

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

Shades of Panache #EAFDE1

Tints of Panache #EAFDE1

Color information

#EAFDE1 (or 0xEAFDE1) is unknown color: approx Panache. HEX triplet: EA, FD and E1. RGB value is (234,253,225). Sum of RGB (Red+Green+Blue) = 234+253+225=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 225 (88.28% from 255 or 31.60% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDE1 is #15021E. Grayscale: #F4F4F4. Windows color (decimal): -1376799 or 14810602. OLE color: 14810602.

HSL color Cylindrical-coordinate representation of color #EAFDE1: hue angle of 100.71º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAFDE1 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB234253225-
CMYK0.0800.110.01
HSL100.71º87.5%93.73%-
HSV(B)100.71º11.07%99.22%-
XYZ82.6593.1884.86-
YUV244.13117.21120.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 253 (99.22% from 255) = 35.53%
BLUE value IS 225 (88.28% from 255) = 31.60%
R=32.87%
G=35.53%
B=31.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532250.0800.110.01100.7187.593.73
HexEAFDE180B165585e
Octal352375341100131145130136
Binary1110101011111101111000011000010111110010110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDE1; }

 p { color: rgb(234,253,225); }

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

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

 a { background-color: rgb(234,253,225); }

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

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

 span { border-color: rgb(234,253,225); }

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