Html Css Color HEX #EDEFED Aqua Spring

📋 copy color: '#EDEFED'

red 237 ◦ green 239 ◦ blue 237

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

Shades of Aqua Spring #EDEFED

Tints of Aqua Spring #EDEFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.52%

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

R = 33.24%
G = 33.52%
B = 33.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EDEFED (or 0xEDEFED) is known color: Aqua Spring. HEX triplet: ED, EF and ED. RGB value is (237,239,237). Sum of RGB (Red+Green+Blue) = 237+239+237=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFED is #121012. Grayscale: #EEEEEE. Windows color (decimal): -1183763 or 15593453. OLE color: 15593453.

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

Color convert

RGB 237 239 237 -
CMYK 0.01 0 0.01 0.06
HSL 120º 0.06% 0.93% -
HSV(B) 120º 0.01% 0.94% -
XYZ 81.08 85.85 92.42 -
YUV 238.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 237 239 237 0.01 0 0.01 0.06 120 0.06 0.93
Hex ED EF ED 1 0 1 6 78 6 5D
Octal 355 357 355 1 0 1 6 170 6 135
Binary 11101101 11101111 11101101 1 0 1 110 1111000 110 1011101

Color Harmonies of #EDEFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFED

Black with #EDEFED

Text Example


Text Example

White with #EDEFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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