Html Css Color HEX #EEFBF0 Dew

📋 copy color: '#EEFBF0'

red 238 ◦ green 251 ◦ blue 240

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

Shades of Dew #EEFBF0

Tints of Dew #EEFBF0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 34.43%

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

R = 32.65%
G = 34.43%
B = 32.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#EEFBF0 (or 0xEEFBF0) is known color: Dew. HEX triplet: EE, FB and F0. RGB value is (238,251,240). Sum of RGB (Red+Green+Blue) = 238+251+240=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBF0 is #11040F. Grayscale: #F5F5F5. Windows color (decimal): -1115152 or 15793134. OLE color: 15793134.

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

Color convert

RGB 238 251 240 -
CMYK 0.05 0 0.04 0.02
HSL 129.23º 0.62% 0.96% -
HSV(B) 129.23º 0.05% 0.98% -
XYZ 85.49 93.46 95.97 -
YUV 245.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 238 251 240 0.05 0 0.04 0.02 129.23 0.62 0.96
Hex EE FB F0 5 0 4 2 81 3E 60
Octal 356 373 360 5 0 4 2 201 76 140
Binary 11101110 11111011 11110000 101 0 100 10 10000001 111110 1100000

Color Harmonies of #EEFBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFBF0

Black with #EEFBF0

Text Example


Text Example

White with #EEFBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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