#EEFDD7

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

Shades of Saltpan #EEFDD7

Tints of Saltpan #EEFDD7

Color information

#EEFDD7 (or 0xEEFDD7) is unknown color: approx Saltpan. HEX triplet: EE, FD and D7. RGB value is (238,253,215). Sum of RGB (Red+Green+Blue) = 238+253+215=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 215 (84.38% from 255 or 30.45% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD7 is #110228. Grayscale: #F4F4F4. Windows color (decimal): -1114665 or 14155246. OLE color: 14155246.

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

Color convert

RGB238253215-
CMYK0.0600.150.01
HSL83.68º90.48%91.76%-
HSV(B)83.68º15.02%99.22%-
XYZ82.6593.3377.95-
YUV244.18111.53123.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 215 (84.38% from 255) = 30.45%
R=33.71%
G=35.84%
B=30.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532150.0600.150.0183.6890.4891.76
HexEEFDD760F1545a5c
Octal35637532760171124132134
Binary111011101111110111010111110011111101010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDD7; }

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

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

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

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

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

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

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

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