#EEFDDB

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

Shades of Saltpan #EEFDDB

Tints of Saltpan #EEFDDB

Color information

#EEFDDB (or 0xEEFDDB) is unknown color: approx Saltpan. HEX triplet: EE, FD and DB. RGB value is (238,253,219). Sum of RGB (Red+Green+Blue) = 238+253+219=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDDB is #110224. Grayscale: #F4F4F4. Windows color (decimal): -1114661 or 14417390. OLE color: 14417390.

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

Color convert

RGB238253219-
CMYK0.0600.130.01
HSL86.47º89.47%92.55%-
HSV(B)86.47º13.44%99.22%-
XYZ83.1793.5480.69-
YUV244.64113.53123.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 219 (85.94% from 255) = 30.85%
R=33.52%
G=35.63%
B=30.85%

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
Decimal2382532190.0600.130.0186.4789.4792.55
HexEEFDDB60D156595d
Octal35637533360151126131135
Binary111011101111110111011011110011011101011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDDB; }

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

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

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

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

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

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

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

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