#EEFCDC

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

Shades of Saltpan #EEFCDC

Tints of Saltpan #EEFCDC

Color information

#EEFCDC (or 0xEEFCDC) is unknown color: approx Saltpan. HEX triplet: EE, FC and DC. RGB value is (238,252,220). Sum of RGB (Red+Green+Blue) = 238+252+220=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCDC is #110323. Grayscale: #F4F4F4. Windows color (decimal): -1114916 or 14482670. OLE color: 14482670.

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

Color convert

RGB238252220-
CMYK0.0600.130.01
HSL86.25º84.21%92.55%-
HSV(B)86.25º12.7%98.82%-
XYZ82.9992.9781.28-
YUV244.17114.36123.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 220 (86.33% from 255) = 30.99%
R=33.52%
G=35.49%
B=30.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382522200.0600.130.0186.2584.2192.55
HexEEFCDC60D156545d
Octal35637433460151126124135
Binary111011101111110011011100110011011101011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCDC; }

 p { color: rgb(238,252,220); }

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

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

 a { background-color: rgb(238,252,220); }

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

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

 span { border-color: rgb(238,252,220); }

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