Hex #eed2ee Color

#eed2ee
equivalent to

RGB

(238, 210, 238)

Details of #eed2ee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
73.7391
0.83
0.00
87.2139
70.4434
300°
83.9306
210
70.4434
0.45
0.12
14.5467
0.3141
12°
9.9472
238
90.5994
0.88
0.00   0.07
-10.1579
0.3000
93°
-5.2274

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
11010010
322
210
D2
Blue
11101110
356
238
EE

RGB in % of #eed2ee

%34.69
%30.61
%34.69

CMYK in % of #eed2ee

%0
%12
%0
%7

Triads of color #eed2ee

#eed2ee #d2eeee #eeeeee

Similar Colors to #eed2ee

#eed2ee #e0d2ee #eed2e0

Preview Color #eed2ee on black ground

#eed2ee is very interesting for text.

Preview Color #eed2ee on white ground

#eed2ee is very interesting for text.

CSS Codes #eed2ee color

.mybgcolor {background-color:#eed2ee; }
.myforecolor {color:#eed2ee; }
.mybordercolor {border:3px solid #eed2ee; }

Text Font Color #eed2ee

<p style="color:#eed2ee">Text here</p>

This sample text font color is #eed2ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #eed2ee

<div style="background-color:#eed2ee">
Div content here</div>

This div background color is #eed2ee


Border Color #eed2ee

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

The color of this border is #eed2ee


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #eed2ee; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #eed2ee;
-webkit-box-shadow: 1px 1px 3px 2px #eed2ee;
box-shadow:         1px 1px 3px 2px #eed2ee; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #eed2ee">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #eed2ee;
  -webkit-box-shadow: 1px 1px 3px 2px #eed2ee;
  box-shadow:         1px 1px 3px 2px #eed2ee;">
Div content here</div>

The shadow of div box using color #eed2ee