#EDF0E7

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

Shades of Saltpan #EDF0E7

Tints of Saltpan #EDF0E7

Color information

#EDF0E7 (or 0xEDF0E7) is unknown color: approx Saltpan. HEX triplet: ED, F0 and E7. RGB value is (237,240,231). Sum of RGB (Red+Green+Blue) = 237+240+231=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0E7 is #120F18. Grayscale: #EEEEEE. Windows color (decimal): -1183513 or 15200493. OLE color: 15200493.

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

Color convert

RGB237240231-
CMYK0.0100.040.06
HSL80º23.08%92.35%-
HSV(B)80º3.75%94.12%-
XYZ80.5186.0987.98-
YUV238.08124.01127.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 240 (94.14% from 255) = 33.90%
BLUE value IS 231 (90.62% from 255) = 32.63%
R=33.47%
G=33.90%
B=32.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372402310.0100.040.068023.0892.35
HexEDF0E7104650175c
Octal355360347104612027134
Binary111011011111000011100111101001101010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0E7; }

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

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

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

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

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

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

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

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