#EDFBDD

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

Shades of Saltpan #EDFBDD

Tints of Saltpan #EDFBDD

Color information

#EDFBDD (or 0xEDFBDD) is unknown color: approx Saltpan. HEX triplet: ED, FB and DD. RGB value is (237,251,221). Sum of RGB (Red+Green+Blue) = 237+251+221=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBDD is #120422. Grayscale: #F3F3F3. Windows color (decimal): -1180707 or 14547949. OLE color: 14547949.

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

Color convert

RGB237251221-
CMYK0.0600.120.02
HSL88º78.95%92.55%-
HSV(B)88º11.95%98.43%-
XYZ82.4792.2281.86-
YUV243.39115.36123.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 221 (86.72% from 255) = 31.17%
R=33.43%
G=35.40%
B=31.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512210.0600.120.028878.9592.55
HexEDFBDD60C2584f5d
Octal35537333560142130117135
Binary1110110111111011110111011100110010101100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBDD; }

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

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

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

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

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

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

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

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