#EFFDDA

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

Shades of Saltpan #EFFDDA

Tints of Saltpan #EFFDDA

Color information

#EFFDDA (or 0xEFFDDA) is unknown color: approx Saltpan. HEX triplet: EF, FD and DA. RGB value is (239,253,218). Sum of RGB (Red+Green+Blue) = 239+253+218=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDA is #100225. Grayscale: #F4F4F4. Windows color (decimal): -1049126 or 14351855. OLE color: 14351855.

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

Color convert

RGB239253218-
CMYK0.0600.140.01
HSL84º89.74%92.35%-
HSV(B)84º13.83%99.22%-
XYZ83.3893.6680.01-
YUV244.82112.86123.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 218 (85.55% from 255) = 30.70%
R=33.66%
G=35.63%
B=30.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532180.0600.140.018489.7492.35
HexEFFDDA60E1545a5c
Octal35737533260161124132134
Binary111011111111110111011010110011101101010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDDA; }

 p { color: rgb(239,253,218); }

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

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

 a { background-color: rgb(239,253,218); }

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

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

 span { border-color: rgb(239,253,218); }

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