#EFF6DF

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

Shades of Saltpan #EFF6DF

Tints of Saltpan #EFF6DF

Color information

#EFF6DF (or 0xEFF6DF) is unknown color: approx Saltpan. HEX triplet: EF, F6 and DF. RGB value is (239,246,223). Sum of RGB (Red+Green+Blue) = 239+246+223=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6DF is #100920. Grayscale: #F1F1F1. Windows color (decimal): -1050913 or 14677743. OLE color: 14677743.

HSL color Cylindrical-coordinate representation of color #EFF6DF: hue angle of 78.26º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF6DF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB239246223-
CMYK0.0300.090.04
HSL78.26º56.1%91.96%-
HSV(B)78.26º9.35%96.47%-
XYZ81.8789.5982.79-
YUV241.28117.68126.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 246 (96.48% from 255) = 34.75%
BLUE value IS 223 (87.5% from 255) = 31.50%
R=33.76%
G=34.75%
B=31.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392462230.0300.090.0478.2656.191.96
HexEFF6DF30944e385c
Octal3573663373011411670134
Binary111011111111011011011111110100110010011101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF6DF; }

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

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

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

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

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

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

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

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