#EEFBDD

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

Shades of Saltpan #EEFBDD

Tints of Saltpan #EEFBDD

Color information

#EEFBDD (or 0xEEFBDD) is unknown color: approx Saltpan. HEX triplet: EE, FB and DD. RGB value is (238,251,221). Sum of RGB (Red+Green+Blue) = 238+251+221=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBDD is #110422. Grayscale: #F3F3F3. Windows color (decimal): -1115171 or 14547950. OLE color: 14547950.

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

Color convert

RGB238251221-
CMYK0.0500.120.02
HSL86º78.95%92.55%-
HSV(B)86º11.95%98.43%-
XYZ82.8192.3981.88-
YUV243.69115.19123.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 221 (86.72% from 255) = 31.13%
R=33.52%
G=35.35%
B=31.13%

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
Decimal2382512210.0500.120.028678.9592.55
HexEEFBDD50C2564f5d
Octal35637333550142126117135
Binary1110111011111011110111011010110010101011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBDD; }

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

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

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

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

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

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

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

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