Html Css Color HEX #EDF5EF Dew

📋 copy color: '#EDF5EF'

red 237 ◦ green 245 ◦ blue 239

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

Shades of Dew #EDF5EF

Tints of Dew #EDF5EF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.98%

 BLUE value IS 239 (93.75% from 255) = 33.15%

R = 32.87%
G = 33.98%
B = 33.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#EDF5EF (or 0xEDF5EF) is known color: Dew. HEX triplet: ED, F5 and EF. RGB value is (237,245,239). Sum of RGB (Red+Green+Blue) = 237+245+239=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5EF is #120A10. Grayscale: #F1F1F1. Windows color (decimal): -1182225 or 15726061. OLE color: 15726061.

HSL color Cylindrical-coordinate representation of color #EDF5EF: hue angle of 135º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF5EF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 239 -
CMYK 0.03 0 0.02 0.04
HSL 135º 0.29% 0.95% -
HSV(B) 135º 0.03% 0.96% -
XYZ 83.16 89.54 94.56 -
YUV 241.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 237 245 239 0.03 0 0.02 0.04 135 0.29 0.95
Hex ED F5 EF 3 0 2 4 87 1D 5F
Octal 355 365 357 3 0 2 4 207 35 137
Binary 11101101 11110101 11101111 11 0 10 100 10000111 11101 1011111

Color Harmonies of #EDF5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5EF

Black with #EDF5EF

Text Example


Text Example

White with #EDF5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5EF; }

 p { color: rgb(237,245,239); }

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

background-color css

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

 a { background-color: rgb(237,245,239); }

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

border-color css

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

 span { border-color: rgb(237,245,239); }

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