#EDF8E1

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

Shades of Saltpan #EDF8E1

Tints of Saltpan #EDF8E1

Color information

#EDF8E1 (or 0xEDF8E1) is unknown color: approx Saltpan. HEX triplet: ED, F8 and E1. RGB value is (237,248,225). Sum of RGB (Red+Green+Blue) = 237+248+225=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 225 (88.28% from 255 or 31.69% from 710); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8E1 is #12071E. Grayscale: #F2F2F2. Windows color (decimal): -1181471 or 14809325. OLE color: 14809325.

HSL color Cylindrical-coordinate representation of color #EDF8E1: hue angle of 88.7º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF8E1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB237248225-
CMYK0.0400.090.03
HSL88.7º62.16%92.75%-
HSV(B)88.7º9.27%97.25%-
XYZ82.0890.5884.39-
YUV242.09118.36124.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.38%
GREEN value IS 248 (97.27% from 255) = 34.93%
BLUE value IS 225 (88.28% from 255) = 31.69%
R=33.38%
G=34.93%
B=31.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372482250.0400.090.0388.762.1692.75
HexEDF8E14093593e5d
Octal3553703414011313176135
Binary111011011111100011100001100010011110110011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8E1; }

 p { color: rgb(237,248,225); }

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

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

 a { background-color: rgb(237,248,225); }

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

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

 span { border-color: rgb(237,248,225); }

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