#EEFADD

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

Shades of Saltpan #EEFADD

Tints of Saltpan #EEFADD

Color information

#EEFADD (or 0xEEFADD) is unknown color: approx Saltpan. HEX triplet: EE, FA and DD. RGB value is (238,250,221). Sum of RGB (Red+Green+Blue) = 238+250+221=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFADD is #110522. Grayscale: #F3F3F3. Windows color (decimal): -1115427 or 14547694. OLE color: 14547694.

HSL color Cylindrical-coordinate representation of color #EEFADD: hue angle of 84.83º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEFADD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB238250221-
CMYK0.0500.120.02
HSL84.83º74.36%92.35%-
HSV(B)84.83º11.6%98.04%-
XYZ82.591.7781.77-
YUV243.11115.52124.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 221 (86.72% from 255) = 31.17%
R=33.57%
G=35.26%
B=31.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502210.0500.120.0284.8374.3692.35
HexEEFADD50C2554a5c
Octal35637233550142125112134
Binary1110111011111010110111011010110010101010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFADD; }

 p { color: rgb(238,250,221); }

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

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

 a { background-color: rgb(238,250,221); }

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

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

 span { border-color: rgb(238,250,221); }

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