Html Css Color HEX #EEF9F0 Dew

📋 copy color: '#EEF9F0'

red 238 ◦ green 249 ◦ blue 240

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

Shades of Dew #EEF9F0

Tints of Dew #EEF9F0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.25%

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

R = 32.74%
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.02

RGB Variations

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

Color information

#EEF9F0 (or 0xEEF9F0) is known color: Dew. HEX triplet: EE, F9 and F0. RGB value is (238,249,240). Sum of RGB (Red+Green+Blue) = 238+249+240=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 249 (97.66% from 255 or 34.25% from 727); Blue value is 240 (94.14% from 255 or 33.01% from 727); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF9F0 is #11060F. Grayscale: #F4F4F4. Windows color (decimal): -1115664 or 15792622. OLE color: 15792622.

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

Color convert

RGB 238 249 240 -
CMYK 0.04 0 0.04 0.02
HSL 130.91º 0.48% 0.95% -
HSV(B) 130.91º 0.04% 0.98% -
XYZ 84.86 92.22 95.77 -
YUV 244.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 238 249 240 0.04 0 0.04 0.02 130.91 0.48 0.95
Hex EE F9 F0 4 0 4 2 83 30 5F
Octal 356 371 360 4 0 4 2 203 60 137
Binary 11101110 11111001 11110000 100 0 100 10 10000011 110000 1011111

Color Harmonies of #EEF9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF9F0

Black with #EEF9F0

Text Example


Text Example

White with #EEF9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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