Html Css Color HEX #EDFEF0 Dew

📋 copy color: '#EDFEF0'

red 237 ◦ green 254 ◦ blue 240

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

Shades of Dew #EDFEF0

Tints of Dew #EDFEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 32.83%

R = 32.42%
G = 34.75%
B = 32.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#EDFEF0 (or 0xEDFEF0) is known color: Dew. HEX triplet: ED, FE and F0. RGB value is (237,254,240). Sum of RGB (Red+Green+Blue) = 237+254+240=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 240 (94.14% from 255 or 32.83% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEF0 is #12010F. Grayscale: #F7F7F7. Windows color (decimal): -1179920 or 15793901. OLE color: 15793901.

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

Color convert

RGB 237 254 240 -
CMYK 0.07 0 0.06 0.00
HSL 130.59º 0.89% 0.96% -
HSV(B) 130.59º 0.07% 1% -
XYZ 86.1 95.18 96.27 -
YUV 247.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 237 254 240 0.07 0 0.06 0.00 130.59 0.89 0.96
Hex ED FE F0 7 0 6 0 83 59 60
Octal 355 376 360 7 0 6 0 203 131 140
Binary 11101101 11111110 11110000 111 0 110 0 10000011 1011001 1100000

Color Harmonies of #EDFEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEF0

Black with #EDFEF0

Text Example


Text Example

White with #EDFEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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