Html Css Color HEX #EDFFEF Honeydew

📋 copy color: '#EDFFEF'

red 237 ◦ green 255 ◦ blue 239

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

Shades of Honeydew #EDFFEF

Tints of Honeydew #EDFFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 34.88%

 BLUE value IS 239 (93.75% from 255) = 32.69%

R = 32.42%
G = 34.88%
B = 32.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#EDFFEF (or 0xEDFFEF) is known color: Honeydew. HEX triplet: ED, FF and EF. RGB value is (237,255,239). Sum of RGB (Red+Green+Blue) = 237+255+239=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFEF is #120010. Grayscale: #F7F7F7. Windows color (decimal): -1179665 or 15728621. OLE color: 15728621.

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

Color convert

RGB 237 255 239 -
CMYK 0.07 0 0.06 0
HSL 126.67º 1% 0.96% -
HSV(B) 126.67º 0.07% 1% -
XYZ 86.27 95.76 95.6 -
YUV 247.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 237 255 239 0.07 0 0.06 0 126.67 1 0.96
Hex ED FF EF 7 0 6 0 7F 64 60
Octal 355 377 357 7 0 6 0 177 144 140
Binary 11101101 11111111 11101111 111 0 110 0 1111111 1100100 1100000

Color Harmonies of #EDFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFEF

Black with #EDFFEF

Text Example


Text Example

White with #EDFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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