Html Css Color HEX #EDF8EF Dew

📋 copy color: '#EDF8EF'

red 237 ◦ green 248 ◦ blue 239

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

Shades of Dew #EDF8EF

Tints of Dew #EDF8EF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.25%

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

R = 32.73%
G = 34.25%
B = 33.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#EDF8EF (or 0xEDF8EF) is known color: Dew. HEX triplet: ED, F8 and EF. RGB value is (237,248,239). Sum of RGB (Red+Green+Blue) = 237+248+239=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 239 (93.75% from 255 or 33.01% from 724); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8EF is #120710. Grayscale: #F3F3F3. Windows color (decimal): -1181457 or 15726829. OLE color: 15726829.

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

Color convert

RGB 237 248 239 -
CMYK 0.04 0 0.04 0.03
HSL 130.91º 0.44% 0.95% -
HSV(B) 130.91º 0.04% 0.97% -
XYZ 84.07 91.37 94.87 -
YUV 243.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 237 248 239 0.04 0 0.04 0.03 130.91 0.44 0.95
Hex ED F8 EF 4 0 4 3 83 2C 5F
Octal 355 370 357 4 0 4 3 203 54 137
Binary 11101101 11111000 11101111 100 0 100 11 10000011 101100 1011111

Color Harmonies of #EDF8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8EF

Black with #EDF8EF

Text Example


Text Example

White with #EDF8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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