Html Css Color HEX #EDFDEC Honeydew

📋 copy color: '#EDFDEC'

red 237 ◦ green 253 ◦ blue 236

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

Shades of Honeydew #EDFDEC

Tints of Honeydew #EDFDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.85%

 BLUE value IS 236 (92.58% from 255) = 32.51%

R = 32.64%
G = 34.85%
B = 32.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#EDFDEC (or 0xEDFDEC) is known color: Honeydew. HEX triplet: ED, FD and EC. RGB value is (237,253,236). Sum of RGB (Red+Green+Blue) = 237+253+236=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDEC is #120213. Grayscale: #F6F6F6. Windows color (decimal): -1180180 or 15531501. OLE color: 15531501.

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

Color convert

RGB 237 253 236 -
CMYK 0.06 0 0.07 0.01
HSL 116.47º 0.81% 0.96% -
HSV(B) 116.47º 0.07% 0.99% -
XYZ 85.19 94.31 93.07 -
YUV 246.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 237 253 236 0.06 0 0.07 0.01 116.47 0.81 0.96
Hex ED FD EC 6 0 7 1 74 51 60
Octal 355 375 354 6 0 7 1 164 121 140
Binary 11101101 11111101 11101100 110 0 111 1 1110100 1010001 1100000

Color Harmonies of #EDFDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDEC

Black with #EDFDEC

Text Example


Text Example

White with #EDFDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDEC; }

 p { color: rgb(237,253,236); }

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

background-color css

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

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

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

border-color css

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

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

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