Html Css Color HEX #EDF2ED Aqua Spring

📋 copy color: '#EDF2ED'

red 237 ◦ green 242 ◦ blue 237

#EDF2ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua Spring #EDF2ED

Tints of Aqua Spring #EDF2ED

RGB

 RED value IS 237 (92.97% from 255) = 33.1%

 GREEN value IS 242 (94.92% from 255) = 33.8%

 BLUE value IS 237 (92.97% from 255) = 33.1%

R = 33.1%
G = 33.8%
B = 33.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#EDF2ED (or 0xEDF2ED) is known color: Aqua Spring. HEX triplet: ED, F2 and ED. RGB value is (237,242,237). Sum of RGB (Red+Green+Blue) = 237+242+237=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2ED is #120D12. Grayscale: #EFEFEF. Windows color (decimal): -1182995 or 15594221. OLE color: 15594221.

HSL color Cylindrical-coordinate representation of color #EDF2ED: hue angle of 120º degrees, saturation: 0.16, 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 #EDF2ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 237 -
CMYK 0.02 0 0.02 0.05
HSL 120º 0.16% 0.94% -
HSV(B) 120º 0.02% 0.95% -
XYZ 81.96 87.62 92.71 -
YUV 239.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 237 242 237 0.02 0 0.02 0.05 120 0.16 0.94
Hex ED F2 ED 2 0 2 5 78 10 5E
Octal 355 362 355 2 0 2 5 170 20 136
Binary 11101101 11110010 11101101 10 0 10 101 1111000 10000 1011110

Color Harmonies of #EDF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2ED

Black with #EDF2ED

Text Example


Text Example

White with #EDF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2ED; }

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

 H1.HeaderClassName
 {
   color: #EDF2ED;
 }
 .AnyTagClassName
 {
   color: #EDF2ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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