#EFFDDD

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

Shades of Saltpan #EFFDDD

Tints of Saltpan #EFFDDD

Color information

#EFFDDD (or 0xEFFDDD) is unknown color: approx Saltpan. HEX triplet: EF, FD and DD. RGB value is (239,253,221). Sum of RGB (Red+Green+Blue) = 239+253+221=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDD is #100222. Grayscale: #F5F5F5. Windows color (decimal): -1049123 or 14548463. OLE color: 14548463.

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

Color convert

RGB239253221-
CMYK0.0600.130.01
HSL86.25º88.89%92.94%-
HSV(B)86.25º12.65%99.22%-
XYZ83.7793.8282.1-
YUV245.17114.36123.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 221 (86.72% from 255) = 31.00%
R=33.52%
G=35.48%
B=31.00%

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
Decimal2392532210.0600.130.0186.2588.8992.94
HexEFFDDD60D156595d
Octal35737533560151126131135
Binary111011111111110111011101110011011101011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDDD; }

 p { color: rgb(239,253,221); }

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

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

 a { background-color: rgb(239,253,221); }

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

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

 span { border-color: rgb(239,253,221); }

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