#EFFFDB

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

Shades of Saltpan #EFFFDB

Tints of Saltpan #EFFFDB

Color information

#EFFFDB (or 0xEFFFDB) is unknown color: approx Saltpan. HEX triplet: EF, FF and DB. RGB value is (239,255,219). Sum of RGB (Red+Green+Blue) = 239+255+219=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFDB is #100024. Grayscale: #F6F6F6. Windows color (decimal): -1048613 or 14417903. OLE color: 14417903.

HSL color Cylindrical-coordinate representation of color #EFFFDB: hue angle of 86.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFFDB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB239255219-
CMYK0.0600.140
HSL86.67º100%92.94%-
HSV(B)86.67º14.12%100%-
XYZ84.1494.9980.92-
YUV246.11112.7122.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 219 (85.94% from 255) = 30.72%
R=33.52%
G=35.76%
B=30.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552190.0600.14086.6710092.94
HexEFFFDB60E057645d
Octal35737733360160127144135
Binary111011111111111111011011110011100101011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFDB; }

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

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

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

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

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

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

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

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