#EAFAD8

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

Shades of Saltpan #EAFAD8

Tints of Saltpan #EAFAD8

Color information

#EAFAD8 (or 0xEAFAD8) is unknown color: approx Saltpan. HEX triplet: EA, FA and D8. RGB value is (234,250,216). Sum of RGB (Red+Green+Blue) = 234+250+216=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 216 (84.77% from 255 or 30.86% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAD8 is #150527. Grayscale: #F1F1F1. Windows color (decimal): -1377576 or 14220010. OLE color: 14220010.

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

Color convert

RGB234250216-
CMYK0.0600.140.02
HSL88.24º77.27%91.37%-
HSV(B)88.24º13.6%98.04%-
XYZ80.5190.8278.25-
YUV241.34113.7122.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.43%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 216 (84.77% from 255) = 30.86%
R=33.43%
G=35.71%
B=30.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502160.0600.140.0288.2477.2791.37
HexEAFAD860E2584d5b
Octal35237233060162130115133
Binary1110101011111010110110001100111010101100010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAD8; }

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

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

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

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

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

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

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

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