#EFFADB

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

Shades of Saltpan #EFFADB

Tints of Saltpan #EFFADB

Color information

#EFFADB (or 0xEFFADB) is unknown color: approx Saltpan. HEX triplet: EF, FA and DB. RGB value is (239,250,219). Sum of RGB (Red+Green+Blue) = 239+250+219=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADB is #100524. Grayscale: #F3F3F3. Windows color (decimal): -1049893 or 14416623. OLE color: 14416623.

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

Color convert

RGB239250219-
CMYK0.0400.120.02
HSL81.29º75.61%91.96%-
HSV(B)81.29º12.4%98.04%-
XYZ82.5791.8480.39-
YUV243.18114.36125.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 219 (85.94% from 255) = 30.93%
R=33.76%
G=35.31%
B=30.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502190.0400.120.0281.2975.6191.96
HexEFFADB40C2514c5c
Octal35737233340142121114134
Binary1110111111111010110110111000110010101000110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFADB; }

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

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

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

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

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

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

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

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