Html Css Color HEX #EDF2EE Dew

📋 copy color: '#EDF2EE'

red 237 ◦ green 242 ◦ blue 238

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

Shades of Dew #EDF2EE

Tints of Dew #EDF2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.75%

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

R = 33.05%
G = 33.75%
B = 33.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#EDF2EE (or 0xEDF2EE) is known color: Dew. HEX triplet: ED, F2 and EE. RGB value is (237,242,238). Sum of RGB (Red+Green+Blue) = 237+242+238=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2EE is #120D11. Grayscale: #F0F0F0. Windows color (decimal): -1182994 or 15659757. OLE color: 15659757.

HSL color Cylindrical-coordinate representation of color #EDF2EE: hue angle of 132º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF2EE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 238 -
CMYK 0.02 0 0.02 0.05
HSL 132º 0.16% 0.94% -
HSV(B) 132º 0.02% 0.95% -
XYZ 82.11 87.68 93.49 -
YUV 240.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 237 242 238 0.02 0 0.02 0.05 132 0.16 0.94
Hex ED F2 EE 2 0 2 5 84 10 5E
Octal 355 362 356 2 0 2 5 204 20 136
Binary 11101101 11110010 11101110 10 0 10 101 10000100 10000 1011110

Color Harmonies of #EDF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2EE

Black with #EDF2EE

Text Example


Text Example

White with #EDF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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