#EFFDDE

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

Shades of Saltpan #EFFDDE

Tints of Saltpan #EFFDDE

Color information

#EFFDDE (or 0xEFFDDE) is unknown color: approx Saltpan. HEX triplet: EF, FD and DE. RGB value is (239,253,222). Sum of RGB (Red+Green+Blue) = 239+253+222=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDE is #100221. Grayscale: #F5F5F5. Windows color (decimal): -1049122 or 14613999. OLE color: 14613999.

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

Color convert

RGB239253222-
CMYK0.0600.120.01
HSL87.1º88.57%93.14%-
HSV(B)87.1º12.25%99.22%-
XYZ83.9193.8882.8-
YUV245.28114.86123.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.47%
GREEN value IS 253 (99.22% from 255) = 35.43%
BLUE value IS 222 (87.11% from 255) = 31.09%
R=33.47%
G=35.43%
B=31.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532220.0600.120.0187.188.5793.14
HexEFFDDE60C157595d
Octal35737533660141127131135
Binary111011111111110111011110110011001101011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDDE; }

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

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

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

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

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

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

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

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