#EEFDDA

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

Shades of Saltpan #EEFDDA

Tints of Saltpan #EEFDDA

Color information

#EEFDDA (or 0xEEFDDA) is unknown color: approx Saltpan. HEX triplet: EE, FD and DA. RGB value is (238,253,218). Sum of RGB (Red+Green+Blue) = 238+253+218=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDDA is #110225. Grayscale: #F4F4F4. Windows color (decimal): -1114662 or 14351854. OLE color: 14351854.

HSL color Cylindrical-coordinate representation of color #EEFDDA: hue angle of 85.71º 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 #EEFDDA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB238253218-
CMYK0.0600.140.01
HSL85.71º89.74%92.35%-
HSV(B)85.71º13.83%99.22%-
XYZ83.0493.4980-
YUV244.52113.03123.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 218 (85.55% from 255) = 30.75%
R=33.57%
G=35.68%
B=30.75%

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
Decimal2382532180.0600.140.0185.7189.7492.35
HexEEFDDA60E1565a5c
Octal35637533260161126132134
Binary111011101111110111011010110011101101011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDDA; }

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

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

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

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

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

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

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

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