#EDF9DF

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

Shades of Saltpan #EDF9DF

Tints of Saltpan #EDF9DF

Color information

#EDF9DF (or 0xEDF9DF) is unknown color: approx Saltpan. HEX triplet: ED, F9 and DF. RGB value is (237,249,223). Sum of RGB (Red+Green+Blue) = 237+249+223=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9DF is #120620. Grayscale: #F2F2F2. Windows color (decimal): -1181217 or 14678509. OLE color: 14678509.

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

Color convert

RGB237249223-
CMYK0.0500.100.02
HSL87.69º68.42%92.55%-
HSV(B)87.69º10.44%97.65%-
XYZ82.1291.0883.06-
YUV242.45117.02124.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 249 (97.66% from 255) = 35.12%
BLUE value IS 223 (87.5% from 255) = 31.45%
R=33.43%
G=35.12%
B=31.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492230.0500.100.0287.6968.4292.55
HexEDF9DF50A258445d
Octal35537133750122130104135
Binary1110110111111001110111111010101010101100010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9DF; }

 p { color: rgb(237,249,223); }

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

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

 a { background-color: rgb(237,249,223); }

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

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

 span { border-color: rgb(237,249,223); }

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