#EDF6DA

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

Shades of Saltpan #EDF6DA

Tints of Saltpan #EDF6DA

Color information

#EDF6DA (or 0xEDF6DA) is unknown color: approx Saltpan. HEX triplet: ED, F6 and DA. RGB value is (237,246,218). Sum of RGB (Red+Green+Blue) = 237+246+218=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6DA is #120925. Grayscale: #F0F0F0. Windows color (decimal): -1181990 or 14350061. OLE color: 14350061.

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

Color convert

RGB237246218-
CMYK0.0400.110.04
HSL79.29º60.87%90.98%-
HSV(B)79.29º11.38%96.47%-
XYZ80.5488.9879.26-
YUV240.12115.52125.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 246 (96.48% from 255) = 35.09%
BLUE value IS 218 (85.55% from 255) = 31.10%
R=33.81%
G=35.09%
B=31.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462180.0400.110.0479.2960.8790.98
HexEDF6DA40B44f3d5b
Octal3553663324013411775133
Binary1110110111110110110110101000101110010011111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6DA; }

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

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

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

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

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

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

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

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