Html Css Color HEX #EDF6EE Dew

📋 copy color: '#EDF6EE'

red 237 ◦ green 246 ◦ blue 238

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

Shades of Dew #EDF6EE

Tints of Dew #EDF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.12%

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

R = 32.87%
G = 34.12%
B = 33.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#EDF6EE (or 0xEDF6EE) is known color: Dew. HEX triplet: ED, F6 and EE. RGB value is (237,246,238). Sum of RGB (Red+Green+Blue) = 237+246+238=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6EE is #120911. Grayscale: #F2F2F2. Windows color (decimal): -1181970 or 15660781. OLE color: 15660781.

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

Color convert

RGB 237 246 238 -
CMYK 0.04 0 0.03 0.04
HSL 126.67º 0.33% 0.95% -
HSV(B) 126.67º 0.04% 0.96% -
XYZ 83.31 90.09 93.89 -
YUV 242.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 237 246 238 0.04 0 0.03 0.04 126.67 0.33 0.95
Hex ED F6 EE 4 0 3 4 7F 21 5F
Octal 355 366 356 4 0 3 4 177 41 137
Binary 11101101 11110110 11101110 100 0 11 100 1111111 100001 1011111

Color Harmonies of #EDF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6EE

Black with #EDF6EE

Text Example


Text Example

White with #EDF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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