Html Css Color HEX #EDF4EE Dew

📋 copy color: '#EDF4EE'

red 237 ◦ green 244 ◦ blue 238

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

Shades of Dew #EDF4EE

Tints of Dew #EDF4EE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.94%

 BLUE value IS 238 (93.36% from 255) = 33.1%

R = 32.96%
G = 33.94%
B = 33.1%

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

#EDF4EE (or 0xEDF4EE) is known color: Dew. HEX triplet: ED, F4 and EE. RGB value is (237,244,238). Sum of RGB (Red+Green+Blue) = 237+244+238=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4EE is #120B11. Grayscale: #F1F1F1. Windows color (decimal): -1182482 or 15660269. OLE color: 15660269.

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

Color convert

RGB 237 244 238 -
CMYK 0.03 0 0.02 0.04
HSL 128.57º 0.24% 0.94% -
HSV(B) 128.57º 0.03% 0.96% -
XYZ 82.71 88.88 93.69 -
YUV 241.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 237 244 238 0.03 0 0.02 0.04 128.57 0.24 0.94
Hex ED F4 EE 3 0 2 4 81 18 5E
Octal 355 364 356 3 0 2 4 201 30 136
Binary 11101101 11110100 11101110 11 0 10 100 10000001 11000 1011110

Color Harmonies of #EDF4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4EE

Black with #EDF4EE

Text Example


Text Example

White with #EDF4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4EE; }

 p { color: rgb(237,244,238); }

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

background-color css

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

 a { background-color: rgb(237,244,238); }

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

border-color css

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

 span { border-color: rgb(237,244,238); }

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