#EDFADD

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

Shades of Saltpan #EDFADD

Tints of Saltpan #EDFADD

Color information

#EDFADD (or 0xEDFADD) is unknown color: approx Saltpan. HEX triplet: ED, FA and DD. RGB value is (237,250,221). Sum of RGB (Red+Green+Blue) = 237+250+221=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADD is #120522. Grayscale: #F2F2F2. Windows color (decimal): -1180963 or 14547693. OLE color: 14547693.

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

Color convert

RGB237250221-
CMYK0.0500.120.02
HSL86.9º74.36%92.35%-
HSV(B)86.9º11.6%98.04%-
XYZ82.1691.681.76-
YUV242.81115.69123.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 221 (86.72% from 255) = 31.21%
R=33.47%
G=35.31%
B=31.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502210.0500.120.0286.974.3692.35
HexEDFADD50C2574a5c
Octal35537233550142127112134
Binary1110110111111010110111011010110010101011110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFADD; }

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

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

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

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

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

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

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

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