#EAF8E1

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

Shades of Panache #EAF8E1

Tints of Panache #EAF8E1

Color information

#EAF8E1 (or 0xEAF8E1) is unknown color: approx Panache. HEX triplet: EA, F8 and E1. RGB value is (234,248,225). Sum of RGB (Red+Green+Blue) = 234+248+225=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 225 (88.28% from 255 or 31.82% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8E1 is #15071E. Grayscale: #F1F1F1. Windows color (decimal): -1378079 or 14809322. OLE color: 14809322.

HSL color Cylindrical-coordinate representation of color #EAF8E1: hue angle of 96.52º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAF8E1 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB234248225-
CMYK0.0600.090.03
HSL96.52º62.16%92.75%-
HSV(B)96.52º9.27%97.25%-
XYZ81.0990.0684.34-
YUV241.19118.86122.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 248 (97.27% from 255) = 35.08%
BLUE value IS 225 (88.28% from 255) = 31.82%
R=33.10%
G=35.08%
B=31.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482250.0600.090.0396.5262.1692.75
HexEAF8E16093613e5d
Octal3523703416011314176135
Binary111010101111100011100001110010011111000011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8E1; }

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

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

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

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

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

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

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

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