#EFFADF

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

Shades of Saltpan #EFFADF

Tints of Saltpan #EFFADF

Color information

#EFFADF (or 0xEFFADF) is unknown color: approx Saltpan. HEX triplet: EF, FA and DF. RGB value is (239,250,223). Sum of RGB (Red+Green+Blue) = 239+250+223=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADF is #100520. Grayscale: #F3F3F3. Windows color (decimal): -1049889 or 14678767. OLE color: 14678767.

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

Color convert

RGB239250223-
CMYK0.0400.110.02
HSL84.44º72.97%92.75%-
HSV(B)84.44º10.8%98.04%-
XYZ83.192.0583.2-
YUV243.63116.36124.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 223 (87.5% from 255) = 31.32%
R=33.57%
G=35.11%
B=31.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502230.0400.110.0284.4472.9792.75
HexEFFADF40B254495d
Octal35737233740132124111135
Binary1110111111111010110111111000101110101010010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFADF; }

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

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

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

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

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

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

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

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