Html Css Color HEX #EEF7F0 Dew

📋 copy color: '#EEF7F0'

red 238 ◦ green 247 ◦ blue 240

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

Shades of Dew #EEF7F0

Tints of Dew #EEF7F0

RGB

 RED value IS 238 (93.36% from 255) = 32.83%

 GREEN value IS 247 (96.88% from 255) = 34.07%

 BLUE value IS 240 (94.14% from 255) = 33.1%

R = 32.83%
G = 34.07%
B = 33.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#EEF7F0 (or 0xEEF7F0) is known color: Dew. HEX triplet: EE, F7 and F0. RGB value is (238,247,240). Sum of RGB (Red+Green+Blue) = 238+247+240=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 247 (96.88% from 255 or 34.07% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF7F0 is #11080F. Grayscale: #F3F3F3. Windows color (decimal): -1116176 or 15792110. OLE color: 15792110.

HSL color Cylindrical-coordinate representation of color #EEF7F0: hue angle of 133.33º degrees, saturation: 0.36, 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 #EEF7F0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 247 240 -
CMYK 0.04 0 0.03 0.03
HSL 133.33º 0.36% 0.95% -
HSV(B) 133.33º 0.04% 0.97% -
XYZ 84.25 90.99 95.56 -
YUV 243.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 238 247 240 0.04 0 0.03 0.03 133.33 0.36 0.95
Hex EE F7 F0 4 0 3 3 85 24 5F
Octal 356 367 360 4 0 3 3 205 44 137
Binary 11101110 11110111 11110000 100 0 11 11 10000101 100100 1011111

Color Harmonies of #EEF7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF7F0

Black with #EEF7F0

Text Example


Text Example

White with #EEF7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF7F0; }

 p { color: rgb(238,247,240); }

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

background-color css

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

 a { background-color: rgb(238,247,240); }

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

border-color css

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

 span { border-color: rgb(238,247,240); }

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