Html Css Color HEX #EEFEF2 Dew

📋 copy color: '#EEFEF2'

red 238 ◦ green 254 ◦ blue 242

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

Shades of Dew #EEFEF2

Tints of Dew #EEFEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.6%

 BLUE value IS 242 (94.92% from 255) = 32.97%

R = 32.43%
G = 34.6%
B = 32.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#EEFEF2 (or 0xEEFEF2) is known color: Dew. HEX triplet: EE, FE and F2. RGB value is (238,254,242). Sum of RGB (Red+Green+Blue) = 238+254+242=734 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.43% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEF2 is #11010D. Grayscale: #F7F7F7. Windows color (decimal): -1114382 or 15924974. OLE color: 15924974.

HSL color Cylindrical-coordinate representation of color #EEFEF2: hue angle of 135º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFEF2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 254 242 -
CMYK 0.06 0 0.05 0.00
HSL 135º 0.89% 0.96% -
HSV(B) 135º 0.06% 1% -
XYZ 86.73 95.47 97.86 -
YUV 247.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 238 254 242 0.06 0 0.05 0.00 135 0.89 0.96
Hex EE FE F2 6 0 5 0 87 59 60
Octal 356 376 362 6 0 5 0 207 131 140
Binary 11101110 11111110 11110010 110 0 101 0 10000111 1011001 1100000

Color Harmonies of #EEFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFEF2

Black with #EEFEF2

Text Example


Text Example

White with #EEFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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