#EAFDE4

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

Shades of Panache #EAFDE4

Tints of Panache #EAFDE4

Color information

#EAFDE4 (or 0xEAFDE4) is unknown color: approx Panache. HEX triplet: EA, FD and E4. RGB value is (234,253,228). Sum of RGB (Red+Green+Blue) = 234+253+228=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 228 (89.45% from 255 or 31.89% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDE4 is #15021B. Grayscale: #F4F4F4. Windows color (decimal): -1376796 or 15007210. OLE color: 15007210.

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

Color convert

RGB234253228-
CMYK0.0800.100.01
HSL105.6º86.21%94.31%-
HSV(B)105.6º9.88%99.22%-
XYZ83.0693.3487.04-
YUV244.47118.71120.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 253 (99.22% from 255) = 35.38%
BLUE value IS 228 (89.45% from 255) = 31.89%
R=32.73%
G=35.38%
B=31.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532280.0800.100.01105.686.2194.31
HexEAFDE480A16a565e
Octal352375344100121152126136
Binary1110101011111101111001001000010101110101010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDE4; }

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

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

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

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

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

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

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

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