#EAFDE5

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

Shades of Panache #EAFDE5

Tints of Panache #EAFDE5

Color information

#EAFDE5 (or 0xEAFDE5) is unknown color: approx Panache. HEX triplet: EA, FD and E5. RGB value is (234,253,229). Sum of RGB (Red+Green+Blue) = 234+253+229=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDE5 is #15021A. Grayscale: #F4F4F4. Windows color (decimal): -1376795 or 15072746. OLE color: 15072746.

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

Color convert

RGB234253229-
CMYK0.0800.090.01
HSL107.5º85.71%94.51%-
HSV(B)107.5º9.49%99.22%-
XYZ83.293.487.77-
YUV244.58119.21120.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.68%
GREEN value IS 253 (99.22% from 255) = 35.34%
BLUE value IS 229 (89.84% from 255) = 31.98%
R=32.68%
G=35.34%
B=31.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532290.0800.090.01107.585.7194.51
HexEAFDE580916c565f
Octal352375345100111154126137
Binary1110101011111101111001011000010011110110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDE5; }

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

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

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

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

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

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

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

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