#EEFADF

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

Shades of Saltpan #EEFADF

Tints of Saltpan #EEFADF

Color information

#EEFADF (or 0xEEFADF) is unknown color: approx Saltpan. HEX triplet: EE, FA and DF. RGB value is (238,250,223). Sum of RGB (Red+Green+Blue) = 238+250+223=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFADF is #110520. Grayscale: #F3F3F3. Windows color (decimal): -1115425 or 14678766. OLE color: 14678766.

HSL color Cylindrical-coordinate representation of color #EEFADF: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEFADF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB238250223-
CMYK0.0500.110.02
HSL86.67º72.97%92.75%-
HSV(B)86.67º10.8%98.04%-
XYZ82.7691.8883.18-
YUV243.33116.52124.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 223 (87.5% from 255) = 31.36%
R=33.47%
G=35.16%
B=31.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502230.0500.110.0286.6772.9792.75
HexEEFADF50B257495d
Octal35637233750132127111135
Binary1110111011111010110111111010101110101011110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFADF; }

 p { color: rgb(238,250,223); }

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

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

 a { background-color: rgb(238,250,223); }

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

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

 span { border-color: rgb(238,250,223); }

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