Html Css Color HEX #EDFAED Honeydew

📋 copy color: '#EDFAED'

red 237 ◦ green 250 ◦ blue 237

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

Shades of Honeydew #EDFAED

Tints of Honeydew #EDFAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.53%

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

R = 32.73%
G = 34.53%
B = 32.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#EDFAED (or 0xEDFAED) is known color: Honeydew. HEX triplet: ED, FA and ED. RGB value is (237,250,237). Sum of RGB (Red+Green+Blue) = 237+250+237=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAED is #120512. Grayscale: #F4F4F4. Windows color (decimal): -1180947 or 15596269. OLE color: 15596269.

HSL color Cylindrical-coordinate representation of color #EDFAED: hue angle of 120º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDFAED is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 237 -
CMYK 0.05 0 0.05 0.02
HSL 120º 0.57% 0.95% -
HSV(B) 120º 0.05% 0.98% -
XYZ 84.4 92.49 93.52 -
YUV 244.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 237 250 237 0.05 0 0.05 0.02 120 0.57 0.95
Hex ED FA ED 5 0 5 2 78 39 5F
Octal 355 372 355 5 0 5 2 170 71 137
Binary 11101101 11111010 11101101 101 0 101 10 1111000 111001 1011111

Color Harmonies of #EDFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAED

Black with #EDFAED

Text Example


Text Example

White with #EDFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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