Html Css Color HEX #EDFEED Honeydew

📋 copy color: '#EDFEED'

red 237 ◦ green 254 ◦ blue 237

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

Shades of Honeydew #EDFEED

Tints of Honeydew #EDFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.89%

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

R = 32.55%
G = 34.89%
B = 32.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#EDFEED (or 0xEDFEED) is known color: Honeydew. HEX triplet: ED, FE and ED. RGB value is (237,254,237). Sum of RGB (Red+Green+Blue) = 237+254+237=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEED is #120112. Grayscale: #F7F7F7. Windows color (decimal): -1179923 or 15597293. OLE color: 15597293.

HSL color Cylindrical-coordinate representation of color #EDFEED: hue angle of 120º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFEED is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 237 -
CMYK 0.07 0 0.07 0.00
HSL 120º 0.89% 0.96% -
HSV(B) 120º 0.07% 1% -
XYZ 85.65 95 93.94 -
YUV 246.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 237 254 237 0.07 0 0.07 0.00 120 0.89 0.96
Hex ED FE ED 7 0 7 0 78 59 60
Octal 355 376 355 7 0 7 0 170 131 140
Binary 11101101 11111110 11101101 111 0 111 0 1111000 1011001 1100000

Color Harmonies of #EDFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEED

Black with #EDFEED

Text Example


Text Example

White with #EDFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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