#EDF6E1

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

Shades of Saltpan #EDF6E1

Tints of Saltpan #EDF6E1

Color information

#EDF6E1 (or 0xEDF6E1) is unknown color: approx Saltpan. HEX triplet: ED, F6 and E1. RGB value is (237,246,225). Sum of RGB (Red+Green+Blue) = 237+246+225=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 225 (88.28% from 255 or 31.78% from 708); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6E1 is #12091E. Grayscale: #F0F0F0. Windows color (decimal): -1181983 or 14808813. OLE color: 14808813.

HSL color Cylindrical-coordinate representation of color #EDF6E1: hue angle of 85.71º degrees, saturation: 0.54, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF6E1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB237246225-
CMYK0.0400.090.04
HSL85.71º53.85%92.35%-
HSV(B)85.71º8.54%96.47%-
XYZ81.4789.3584.19-
YUV240.92119.02125.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 246 (96.48% from 255) = 34.75%
BLUE value IS 225 (88.28% from 255) = 31.78%
R=33.47%
G=34.75%
B=31.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462250.0400.090.0485.7153.8592.35
HexEDF6E1409456365c
Octal3553663414011412666134
Binary1110110111110110111000011000100110010101101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6E1; }

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

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

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

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

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

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

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

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