Html Css Color HEX #EDF9F0 Dew

📋 copy color: '#EDF9F0'

red 237 ◦ green 249 ◦ blue 240

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

Shades of Dew #EDF9F0

Tints of Dew #EDF9F0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.3%

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

R = 32.64%
G = 34.3%
B = 33.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#EDF9F0 (or 0xEDF9F0) is known color: Dew. HEX triplet: ED, F9 and F0. RGB value is (237,249,240). Sum of RGB (Red+Green+Blue) = 237+249+240=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 249 (97.66% from 255 or 34.30% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9F0 is #12060F. Grayscale: #F4F4F4. Windows color (decimal): -1181200 or 15792621. OLE color: 15792621.

HSL color Cylindrical-coordinate representation of color #EDF9F0: hue angle of 135º degrees, saturation: 0.5, 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 #EDF9F0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 240 -
CMYK 0.05 0 0.04 0.02
HSL 135º 0.5% 0.95% -
HSV(B) 135º 0.05% 0.98% -
XYZ 84.53 92.05 95.75 -
YUV 244.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 237 249 240 0.05 0 0.04 0.02 135 0.5 0.95
Hex ED F9 F0 5 0 4 2 87 32 5F
Octal 355 371 360 5 0 4 2 207 62 137
Binary 11101101 11111001 11110000 101 0 100 10 10000111 110010 1011111

Color Harmonies of #EDF9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9F0

Black with #EDF9F0

Text Example


Text Example

White with #EDF9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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