Html Css Color HEX #EDFCF0 Dew

📋 copy color: '#EDFCF0'

red 237 ◦ green 252 ◦ blue 240

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

Shades of Dew #EDFCF0

Tints of Dew #EDFCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.57%

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

R = 32.51%
G = 34.57%
B = 32.92%

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

#EDFCF0 (or 0xEDFCF0) is known color: Dew. HEX triplet: ED, FC and F0. RGB value is (237,252,240). Sum of RGB (Red+Green+Blue) = 237+252+240=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 252 (98.83% from 255 or 34.57% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCF0 is #12030F. Grayscale: #F6F6F6. Windows color (decimal): -1180432 or 15793389. OLE color: 15793389.

HSL color Cylindrical-coordinate representation of color #EDFCF0: hue angle of 132º degrees, saturation: 0.71, 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 #EDFCF0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 240 -
CMYK 0.06 0 0.05 0.01
HSL 132º 0.71% 0.96% -
HSV(B) 132º 0.06% 0.99% -
XYZ 85.46 93.92 96.06 -
YUV 246.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 237 252 240 0.06 0 0.05 0.01 132 0.71 0.96
Hex ED FC F0 6 0 5 1 84 47 60
Octal 355 374 360 6 0 5 1 204 107 140
Binary 11101101 11111100 11110000 110 0 101 1 10000100 1000111 1100000

Color Harmonies of #EDFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCF0

Black with #EDFCF0

Text Example


Text Example

White with #EDFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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