#EFF7DD

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

Shades of Saltpan #EFF7DD

Tints of Saltpan #EFF7DD

Color information

#EFF7DD (or 0xEFF7DD) is unknown color: approx Saltpan. HEX triplet: EF, F7 and DD. RGB value is (239,247,221). Sum of RGB (Red+Green+Blue) = 239+247+221=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7DD is #100822. Grayscale: #F1F1F1. Windows color (decimal): -1050659 or 14546927. OLE color: 14546927.

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

Color convert

RGB239247221-
CMYK0.0300.110.03
HSL78.46º61.9%91.76%-
HSV(B)78.46º10.53%96.86%-
XYZ81.9190.0981.48-
YUV241.64116.35126.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 247 (96.88% from 255) = 34.94%
BLUE value IS 221 (86.72% from 255) = 31.26%
R=33.80%
G=34.94%
B=31.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392472210.0300.110.0378.4661.991.76
HexEFF7DD30B34e3e5c
Octal3573673353013311676134
Binary11101111111101111101110111010111110011101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7DD; }

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

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

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

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

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

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

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

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