Html Css Color HEX #EDFDF0 Dew

📋 copy color: '#EDFDF0'

red 237 ◦ green 253 ◦ blue 240

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

Shades of Dew #EDFDF0

Tints of Dew #EDFDF0

RGB

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

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

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

R = 32.47%
G = 34.66%
B = 32.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#EDFDF0 (or 0xEDFDF0) is known color: Dew. HEX triplet: ED, FD and F0. RGB value is (237,253,240). Sum of RGB (Red+Green+Blue) = 237+253+240=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 253 (99.22% from 255 or 34.66% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDF0 is #12020F. Grayscale: #F6F6F6. Windows color (decimal): -1180176 or 15793645. OLE color: 15793645.

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

Color convert

RGB 237 253 240 -
CMYK 0.06 0 0.05 0.01
HSL 131.25º 0.8% 0.96% -
HSV(B) 131.25º 0.06% 0.99% -
XYZ 85.78 94.55 96.17 -
YUV 246.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 237 253 240 0.06 0 0.05 0.01 131.25 0.8 0.96
Hex ED FD F0 6 0 5 1 83 50 60
Octal 355 375 360 6 0 5 1 203 120 140
Binary 11101101 11111101 11110000 110 0 101 1 10000011 1010000 1100000

Color Harmonies of #EDFDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDF0

Black with #EDFDF0

Text Example


Text Example

White with #EDFDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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