COLOR #EEEBFF

HEX: #EEEBFF RGB: (238,235,255)

Color info

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

RGB color model

#EEEBFF color RGB value is (238,235,255).

RGB: (238,235,255) (93%, 92%, 100%)

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 255 of 255 = 100%

238
235
255

R + G + B ~ 95%. #EEEBFF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 235 + 255 = 728 (100%)
R 238 of 728 ~ 32.69%
G 235 of 728 ~ 32.28%
B 255 of 728 ~ 35.03'%

%32.69
%32.28
%35.03

CMYK color model

#EEEBFF color CMYK value is (7,8,0,0).

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

CMYK: (7,8,0,0)
C7M8Y0K0 (7%, 8%, 0%, 0%)
(0.07 / 0.08 / 0.00 / 0.00)

CMYK percentages

%6.67
%7.84
%0
%0

Codes

Color #EEEBFF in popluar color models

EE EB FF
RGB 238 235 255
HSL 249° 100.00% 96.08%
HSB/HSV 249° 7.84% 100.00%
CMYK 6.67% 7.84% 0.00%
0.00%

Color #EEEBFF in popluar number systems.

HEX EE EB FF
Decimal 238 235 255
Binary 11101110 11101011 11111111
Octal 356 353 377

Shades and tints

Shades of #EEEBFF

#EEEBFF
(238,235,255)
#D9D6E8
(217,214,232)
#C4C1D1
(196,193,209)
#AFACBA
(175,172,186)
#9A97A3
(154,151,163)
#85828C
(133,130,140)
#706D75
(112,109,117)
#5B585E
(91,88,94)
#464347
(70,67,71)
#312E30
(49,46,48)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EEEBFF

#EEEBFF
(238,235,255)
#EFECFF
(239,236,255)
#F0EDFF
(240,237,255)
#F1EEFF
(241,238,255)
#F2EFFF
(242,239,255)
#F3F0FF
(243,240,255)
#F4F1FF
(244,241,255)
#F5F2FF
(245,242,255)
#F6F3FF
(246,243,255)
#F7F4FF
(247,244,255)
#F8F5FF
(248,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEBFF; }

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

This text font color is #EEEBFF.

Background Color

.myBgColor { background-color: #EEEBFF; }

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

This div background color is #EEEBFF.

Border color

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

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

This div border color is #EEEBFF.

Opacity

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

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

Text with #EEEBFF 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 #EEEBFF;}

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

This text has shadow with #EEEBFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEBFF.

Preview

Color preview on black background

This text has color #EEEBFF on black background.


Color preview on white background

This text has color #EEEBFF on white background.


Black color preview on #EEEBFF background

This text has black color on #EEEBFF background.


White color preview on #EEEBFF background

This text has white color on #EEEBFF background.


Related colors

Complementary color

Complementary color for #hex is #111400.


I love getcolorcode.com

Triadic colors

1 #FFEEEB and #EBFFEE with #EEEBFF are triadic colors.

2 #FFEBEE and #EBEEFF with #EEEBFF are triadic colors.