Html Css Color HEX #EDFFED Honeydew

📋 copy color: '#EDFFED'

red 237 ◦ green 255 ◦ blue 237

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

Shades of Honeydew #EDFFED

Tints of Honeydew #EDFFED

RGB

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

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

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

R = 32.51%
G = 34.98%
B = 32.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#EDFFED (or 0xEDFFED) is known color: Honeydew. HEX triplet: ED, FF and ED. RGB value is (237,255,237). Sum of RGB (Red+Green+Blue) = 237+255+237=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFED is #120012. Grayscale: #F7F7F7. Windows color (decimal): -1179667 or 15597549. OLE color: 15597549.

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

Color convert

RGB 237 255 237 -
CMYK 0.07 0 0.07 0
HSL 120º 1% 0.96% -
HSV(B) 120º 0.07% 1% -
XYZ 85.97 95.64 94.05 -
YUV 247.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 237 255 237 0.07 0 0.07 0 120 1 0.96
Hex ED FF ED 7 0 7 0 78 64 60
Octal 355 377 355 7 0 7 0 170 144 140
Binary 11101101 11111111 11101101 111 0 111 0 1111000 1100100 1100000

Color Harmonies of #EDFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFED

Black with #EDFFED

Text Example


Text Example

White with #EDFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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