Hex #cee2fb Color

#cee2fb
equivalent to

RGB

(206, 226, 251)

Details of #cee2fb

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
206
70.0625
0.59
0.18
89.1486
74.4796
213°
86.3015
226
74.4796
0.85
0.10
-1.5591
0.2842
18°
-6.1149
251
101.9501
0.90
0.00   0.02
-14.3709
0.3022
98°
-9.6052

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001110
316
206
CE
Green
11100010
342
226
E2
Blue
11111011
373
251
FB

RGB in % of #cee2fb

%30.16
%33.09
%36.75

CMYK in % of #cee2fb

%18
%10
%0
%2

Triads of color #cee2fb

#cee2fb #e2fbce #fbcefb

Similar Colors to #cee2fb

#cee2fb #cef9fb #d1cefb

Preview Color #cee2fb on black ground

#cee2fb is very interesting for text.

Preview Color #cee2fb on white ground

#cee2fb is very interesting for text.

CSS Codes #cee2fb color

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

Text Font Color #cee2fb

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

This sample text font color is #cee2fb
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 #cee2fb

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

This div background color is #cee2fb


Border Color #cee2fb

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

The color of this border is #cee2fb


Examples Css3

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

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 #cee2fb">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #cee2fb