#EFFADA

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

Shades of Saltpan #EFFADA

Tints of Saltpan #EFFADA

Color information

#EFFADA (or 0xEFFADA) is unknown color: approx Saltpan. HEX triplet: EF, FA and DA. RGB value is (239,250,218). Sum of RGB (Red+Green+Blue) = 239+250+218=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADA is #100525. Grayscale: #F3F3F3. Windows color (decimal): -1049894 or 14351087. OLE color: 14351087.

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

Color convert

RGB239250218-
CMYK0.0400.130.02
HSL80.62º76.19%91.76%-
HSV(B)80.62º12.8%98.04%-
XYZ82.4491.7879.7-
YUV243.06113.86125.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 218 (85.55% from 255) = 30.83%
R=33.80%
G=35.36%
B=30.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502180.0400.130.0280.6276.1991.76
HexEFFADA40D2514c5c
Octal35737233240152121114134
Binary1110111111111010110110101000110110101000110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFADA; }

 p { color: rgb(239,250,218); }

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

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

 a { background-color: rgb(239,250,218); }

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

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

 span { border-color: rgb(239,250,218); }

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