#EFFDD9

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

Shades of Saltpan #EFFDD9

Tints of Saltpan #EFFDD9

Color information

#EFFDD9 (or 0xEFFDD9) is unknown color: approx Saltpan. HEX triplet: EF, FD and D9. RGB value is (239,253,217). Sum of RGB (Red+Green+Blue) = 239+253+217=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 217 (85.16% from 255 or 30.61% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDD9 is #100226. Grayscale: #F4F4F4. Windows color (decimal): -1049127 or 14286319. OLE color: 14286319.

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

Color convert

RGB239253217-
CMYK0.0600.140.01
HSL83.33º90%92.16%-
HSV(B)83.33º14.23%99.22%-
XYZ83.2593.6179.33-
YUV244.71112.36123.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 217 (85.16% from 255) = 30.61%
R=33.71%
G=35.68%
B=30.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532170.0600.140.0183.339092.16
HexEFFDD960E1535a5c
Octal35737533160161123132134
Binary111011111111110111011001110011101101001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDD9; }

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

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

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

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

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

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

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

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