#EAF8DA

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

Shades of Saltpan #EAF8DA

Tints of Saltpan #EAF8DA

Color information

#EAF8DA (or 0xEAF8DA) is unknown color: approx Saltpan. HEX triplet: EA, F8 and DA. RGB value is (234,248,218). Sum of RGB (Red+Green+Blue) = 234+248+218=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8DA is #150725. Grayscale: #F0F0F0. Windows color (decimal): -1378086 or 14350570. OLE color: 14350570.

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

Color convert

RGB234248218-
CMYK0.0600.120.03
HSL88º68.18%91.37%-
HSV(B)88º12.1%97.25%-
XYZ80.1589.6979.42-
YUV240.39115.36123.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.43%
GREEN value IS 248 (97.27% from 255) = 35.43%
BLUE value IS 218 (85.55% from 255) = 31.14%
R=33.43%
G=35.43%
B=31.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482180.0600.120.038868.1891.37
HexEAF8DA60C358445b
Octal35237033260143130104133
Binary1110101011111000110110101100110011101100010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8DA; }

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

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

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

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

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

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

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

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