#EAFBD8

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

Shades of Panache #EAFBD8

Tints of Panache #EAFBD8

Color information

#EAFBD8 (or 0xEAFBD8) is unknown color: approx Panache. HEX triplet: EA, FB and D8. RGB value is (234,251,216). Sum of RGB (Red+Green+Blue) = 234+251+216=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 216 (84.77% from 255 or 30.81% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBD8 is #150427. Grayscale: #F2F2F2. Windows color (decimal): -1377320 or 14220266. OLE color: 14220266.

HSL color Cylindrical-coordinate representation of color #EAFBD8: hue angle of 89.14º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAFBD8 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB234251216-
CMYK0.0700.140.02
HSL89.14º81.4%91.57%-
HSV(B)89.14º13.94%98.43%-
XYZ80.8291.4478.36-
YUV241.93113.37122.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 216 (84.77% from 255) = 30.81%
R=33.38%
G=35.81%
B=30.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512160.0700.140.0289.1481.491.57
HexEAFBD870E259515c
Octal35237333070162131121134
Binary1110101011111011110110001110111010101100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBD8; }

 p { color: rgb(234,251,216); }

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

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

 a { background-color: rgb(234,251,216); }

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

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

 span { border-color: rgb(234,251,216); }

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