#EFF8DF

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

Shades of Saltpan #EFF8DF

Tints of Saltpan #EFF8DF

Color information

#EFF8DF (or 0xEFF8DF) is unknown color: approx Saltpan. HEX triplet: EF, F8 and DF. RGB value is (239,248,223). Sum of RGB (Red+Green+Blue) = 239+248+223=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8DF is #100720. Grayscale: #F2F2F2. Windows color (decimal): -1050401 or 14678255. OLE color: 14678255.

HSL color Cylindrical-coordinate representation of color #EFF8DF: hue angle of 81.6º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF8DF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB239248223-
CMYK0.0400.100.03
HSL81.6º64.1%92.35%-
HSV(B)81.6º10.08%97.25%-
XYZ82.4890.8182.99-
YUV242.46117.02125.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 248 (97.27% from 255) = 34.93%
BLUE value IS 223 (87.5% from 255) = 31.41%
R=33.66%
G=34.93%
B=31.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392482230.0400.100.0381.664.192.35
HexEFF8DF40A352405c
Octal35737033740123122100134
Binary1110111111111000110111111000101011101001010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8DF; }

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

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

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

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

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

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

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

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