#EDF2E6

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

Shades of Saltpan #EDF2E6

Tints of Saltpan #EDF2E6

Color information

#EDF2E6 (or 0xEDF2E6) is unknown color: approx Saltpan. HEX triplet: ED, F2 and E6. RGB value is (237,242,230). Sum of RGB (Red+Green+Blue) = 237+242+230=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2E6 is #120D19. Grayscale: #EFEFEF. Windows color (decimal): -1183002 or 15135469. OLE color: 15135469.

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

Color convert

RGB237242230-
CMYK0.0200.050.05
HSL85º31.58%92.55%-
HSV(B)85º4.96%94.9%-
XYZ80.9687.2287.43-
YUV239.14122.84126.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 242 (94.92% from 255) = 34.13%
BLUE value IS 230 (90.23% from 255) = 32.44%
R=33.43%
G=34.13%
B=32.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422300.0200.050.058531.5892.55
HexEDF2E6205555205d
Octal355362346205512540135
Binary11101101111100101110011010010110110101011000001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2E6; }

 p { color: rgb(237,242,230); }

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

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

 a { background-color: rgb(237,242,230); }

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

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

 span { border-color: rgb(237,242,230); }

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