#EAFDE0

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

Shades of Panache #EAFDE0

Tints of Panache #EAFDE0

Color information

#EAFDE0 (or 0xEAFDE0) is unknown color: approx Panache. HEX triplet: EA, FD and E0. RGB value is (234,253,224). Sum of RGB (Red+Green+Blue) = 234+253+224=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDE0 is #15021F. Grayscale: #F4F4F4. Windows color (decimal): -1376800 or 14745066. OLE color: 14745066.

HSL color Cylindrical-coordinate representation of color #EAFDE0: hue angle of 99.31º 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 #EAFDE0 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB234253224-
CMYK0.0800.110.01
HSL99.31º87.88%93.53%-
HSV(B)99.31º11.46%99.22%-
XYZ82.5193.1284.15-
YUV244.01116.71120.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 224 (87.89% from 255) = 31.50%
R=32.91%
G=35.58%
B=31.50%

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
Decimal2342532240.0800.110.0199.3187.8893.53
HexEAFDE080B163585e
Octal352375340100131143130136
Binary1110101011111101111000001000010111110001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDE0; }

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

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

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

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

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

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

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

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