#EEFDD9

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

Shades of Saltpan #EEFDD9

Tints of Saltpan #EEFDD9

Color information

#EEFDD9 (or 0xEEFDD9) is unknown color: approx Saltpan. HEX triplet: EE, FD and D9. RGB value is (238,253,217). Sum of RGB (Red+Green+Blue) = 238+253+217=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 217 (85.16% from 255 or 30.65% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD9 is #110226. Grayscale: #F4F4F4. Windows color (decimal): -1114663 or 14286318. OLE color: 14286318.

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

Color convert

RGB238253217-
CMYK0.0600.140.01
HSL85º90%92.16%-
HSV(B)85º14.23%99.22%-
XYZ82.9193.4479.31-
YUV244.41112.53123.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.62%
GREEN value IS 253 (99.22% from 255) = 35.73%
BLUE value IS 217 (85.16% from 255) = 30.65%
R=33.62%
G=35.73%
B=30.65%

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
Decimal2382532170.0600.140.01859092.16
HexEEFDD960E1555a5c
Octal35637533160161125132134
Binary111011101111110111011001110011101101010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDD9; }

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

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

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

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

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

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

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

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