#EDEFE7

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

Shades of Saltpan #EDEFE7

Tints of Saltpan #EDEFE7

Color information

#EDEFE7 (or 0xEDEFE7) is unknown color: approx Saltpan. HEX triplet: ED, EF and E7. RGB value is (237,239,231). Sum of RGB (Red+Green+Blue) = 237+239+231=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFE7 is #121018. Grayscale: #EDEDED. Windows color (decimal): -1183769 or 15200237. OLE color: 15200237.

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

Color convert

RGB237239231-
CMYK0.0100.030.06
HSL75º20%92.16%-
HSV(B)75º3.35%93.73%-
XYZ80.2285.5187.88-
YUV237.49124.34127.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 231 (90.62% from 255) = 32.67%
R=33.52%
G=33.80%
B=32.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392310.0100.030.06752092.16
HexEDEFE710364b145c
Octal355357347103611324134
Binary11101101111011111110011110111101001011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFE7; }

 p { color: rgb(237,239,231); }

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

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

 a { background-color: rgb(237,239,231); }

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

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

 span { border-color: rgb(237,239,231); }

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