#EFF7DB

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

Shades of Saltpan #EFF7DB

Tints of Saltpan #EFF7DB

Color information

#EFF7DB (or 0xEFF7DB) is unknown color: approx Saltpan. HEX triplet: EF, F7 and DB. RGB value is (239,247,219). Sum of RGB (Red+Green+Blue) = 239+247+219=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7DB is #100824. Grayscale: #F1F1F1. Windows color (decimal): -1050661 or 14415855. OLE color: 14415855.

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

Color convert

RGB239247219-
CMYK0.0300.110.03
HSL77.14º63.64%91.37%-
HSV(B)77.14º11.34%96.86%-
XYZ81.6489.9980.08-
YUV241.42115.35126.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 247 (96.88% from 255) = 35.04%
BLUE value IS 219 (85.94% from 255) = 31.06%
R=33.90%
G=35.04%
B=31.06%

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
Decimal2392472190.0300.110.0377.1463.6491.37
HexEFF7DB30B34d405b
Octal35736733330133115100133
Binary111011111111011111011011110101111100110110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7DB; }

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

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

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

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

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

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

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

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