#EDF3ED

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

Shades of Aqua Spring #EDF3ED

Tints of Aqua Spring #EDF3ED

Color information

#EDF3ED (or 0xEDF3ED) is unknown color: approx Aqua Spring. HEX triplet: ED, F3 and ED. RGB value is (237,243,237). Sum of RGB (Red+Green+Blue) = 237+243+237=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3ED is #120C12. Grayscale: #F0F0F0. Windows color (decimal): -1182739 or 15594477. OLE color: 15594477.

HSL color Cylindrical-coordinate representation of color #EDF3ED: hue angle of 120º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF3ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB237243237-
CMYK0.0200.020.05
HSL120º20%94.12%-
HSV(B)120º2.47%95.29%-
XYZ82.2688.2292.81-
YUV240.52126.01125.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 237 (92.97% from 255) = 33.05%
R=33.05%
G=33.89%
B=33.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372432370.0200.020.051202094.12
HexEDF3ED202578145e
Octal355363355202517024136
Binary111011011111001111101101100101011111000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3ED; }

 p { color: rgb(237,243,237); }

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

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

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

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

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

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

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