#EFFADC

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

Shades of Saltpan #EFFADC

Tints of Saltpan #EFFADC

Color information

#EFFADC (or 0xEFFADC) is unknown color: approx Saltpan. HEX triplet: EF, FA and DC. RGB value is (239,250,220). Sum of RGB (Red+Green+Blue) = 239+250+220=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADC is #100523. Grayscale: #F3F3F3. Windows color (decimal): -1049892 or 14482159. OLE color: 14482159.

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

Color convert

RGB239250220-
CMYK0.0400.120.02
HSL82º75%92.16%-
HSV(B)82º12%98.04%-
XYZ82.791.8981.09-
YUV243.29114.86124.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 220 (86.33% from 255) = 31.03%
R=33.71%
G=35.26%
B=31.03%

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
Decimal2392502200.0400.120.02827592.16
HexEFFADC40C2524b5c
Octal35737233440142122113134
Binary1110111111111010110111001000110010101001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFADC; }

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

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

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

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

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

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

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

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