COLOR #EEFAFF

HEX: #EEFAFF RGB: (238,250,255)

Color info

#EEFAFF contains red, green and blue colors in about the same proportion. Web safe color of #EEFAFF is #FFFFFF (or #FFF).

RGB color model

#EEFAFF color RGB value is (238,250,255).

RGB: (238,250,255) (93%, 98%, 100%)

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 255 of 255 = 100%

238
250
255

R + G + B ~ 97%. #EEFAFF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 250 + 255 = 743 (100%)
R 238 of 743 ~ 32.03%
G 250 of 743 ~ 33.65%
B 255 of 743 ~ 34.32'%

%32.03
%33.65
%34.32

CMYK color model

#EEFAFF color CMYK value is (7,2,0,0).

  • cyan value is 6.67%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (7,2,0,0)
C7M2Y0K0 (7%, 2%, 0%, 0%)
(0.07 / 0.02 / 0.00 / 0.00)

CMYK percentages

%6.67
%1.96
%0
%0

Codes

Color #EEFAFF in popluar color models

EE FA FF
RGB 238 250 255
HSL 198° 100.00% 96.67%
HSB/HSV 198° 6.67% 100.00%
CMYK 6.67% 1.96% 0.00%
0.00%

Color #EEFAFF in popluar number systems.

HEX EE FA FF
Decimal 238 250 255
Binary 11101110 11111010 11111111
Octal 356 372 377

Shades and tints

Shades of #EEFAFF

#EEFAFF
(238,250,255)
#D9E4E8
(217,228,232)
#C4CED1
(196,206,209)
#AFB8BA
(175,184,186)
#9AA2A3
(154,162,163)
#858C8C
(133,140,140)
#707675
(112,118,117)
#5B605E
(91,96,94)
#464A47
(70,74,71)
#313430
(49,52,48)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #EEFAFF

#EEFAFF
(238,250,255)
#EFFAFF
(239,250,255)
#F0FAFF
(240,250,255)
#F1FAFF
(241,250,255)
#F2FAFF
(242,250,255)
#F3FAFF
(243,250,255)
#F4FAFF
(244,250,255)
#F5FAFF
(245,250,255)
#F6FAFF
(246,250,255)
#F7FAFF
(247,250,255)
#F8FAFF
(248,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFAFF color. Also use rgb(238,250,255) instead hex code.

Text Font Color

.myTextColor { color: #EEFAFF; }

<p style="color:#EEFAFF">This sample text font color is #EEFAFF.</p>

This text font color is #EEFAFF.

Background Color

.myBgColor { background-color: #EEFAFF; }

<div style="background-color:#EEFAFF">Inner text</div>

This div background color is #EEFAFF.

Border color

.myBorderColor { border: 1px solid #EEFAFF; }

<div style="border:3px solid #EEFAFF">Div</div>

This div border color is #EEFAFF.

Opacity

.myOpacity80 { color: #EEFAFF; opacity: 0.8; }

<p style="color:#EEFAFF;opacity:0.8;">80%</p>

Text with #EEFAFF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEFAFF;}

<p style="text-shadow: 3px 3px 1px #EEFAFF">Text here.</p>

This text has shadow with #EEFAFF color.


.textShadow {text-shadow: 3px 3px 1px #EEFAFF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEFAFF, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEFAFF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEFAFF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEFAFF, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEFAFF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEFAFF;
-webkit-box-shadow: 1px 1px 3px 2px #EEFAFF;
box-shadow: 1px 1px 3px 2px #EEFAFF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEFAFF; -webkit-box-shadow: 1px 1px 3px 2px #EEFAFF; box-shadow:1px 1px 3px 2px #EEFAFF;">
Div content here
</div>

This div box has shadow with color #EEFAFF.

Preview

Color preview on black background

This text has color #EEFAFF on black background.


Color preview on white background

This text has color #EEFAFF on white background.


Black color preview on #EEFAFF background

This text has black color on #EEFAFF background.


White color preview on #EEFAFF background

This text has white color on #EEFAFF background.


Related colors

Complementary color

Complementary color for #hex is #110500.


I love getcolorcode.com

Triadic colors

1 #FFEEFA and #FAFFEE with #EEFAFF are triadic colors.

2 #FFFAEE and #FAEEFF with #EEFAFF are triadic colors.