#EDFBD7

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

Shades of Saltpan #EDFBD7

Tints of Saltpan #EDFBD7

Color information

#EDFBD7 (or 0xEDFBD7) is unknown color: approx Saltpan. HEX triplet: ED, FB and D7. RGB value is (237,251,215). Sum of RGB (Red+Green+Blue) = 237+251+215=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 215 (84.38% from 255 or 30.58% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBD7 is #120428. Grayscale: #F2F2F2. Windows color (decimal): -1180713 or 14154733. OLE color: 14154733.

HSL color Cylindrical-coordinate representation of color #EDFBD7: hue angle of 83.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDFBD7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB237251215-
CMYK0.0600.140.02
HSL83.33º81.82%91.37%-
HSV(B)83.33º14.34%98.43%-
XYZ81.6991.9177.72-
YUV242.71112.36123.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 215 (84.38% from 255) = 30.58%
R=33.71%
G=35.70%
B=30.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512150.0600.140.0283.3381.8291.37
HexEDFBD760E253525b
Octal35537332760162123122133
Binary1110110111111011110101111100111010101001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBD7; }

 p { color: rgb(237,251,215); }

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

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

 a { background-color: rgb(237,251,215); }

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

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

 span { border-color: rgb(237,251,215); }

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