#EFFADD

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

Shades of Saltpan #EFFADD

Tints of Saltpan #EFFADD

Color information

#EFFADD (or 0xEFFADD) is unknown color: approx Saltpan. HEX triplet: EF, FA and DD. RGB value is (239,250,221). Sum of RGB (Red+Green+Blue) = 239+250+221=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADD is #100522. Grayscale: #F3F3F3. Windows color (decimal): -1049891 or 14547695. OLE color: 14547695.

HSL color Cylindrical-coordinate representation of color #EFFADD: hue angle of 82.76º degrees, saturation: 0.74, 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 #EFFADD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB239250221-
CMYK0.0400.120.02
HSL82.76º74.36%92.35%-
HSV(B)82.76º11.6%98.04%-
XYZ82.8391.9481.79-
YUV243.41115.36124.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 221 (86.72% from 255) = 31.13%
R=33.66%
G=35.21%
B=31.13%

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
Decimal2392502210.0400.120.0282.7674.3692.35
HexEFFADD40C2534a5c
Octal35737233540142123112134
Binary1110111111111010110111011000110010101001110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFADD; }

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

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

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

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

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

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

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

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