Color Hex Logo

#dec8ee Color Hex

#DEC8EE
(222,200,238)
0 Favorites   0 Comments

Color spaces of #dec8ee

RGB 222200238
HSL0.760.530.86
HSV275°16°93°
CMYK 0.070.160.00   0.07
XYZ66.211163.011289.5616
Yxy63.01120.30260.2880
Hunter Lab79.37969.9739-11.3294
CIE-Lab83.448314.5787-15.9293

#dec8ee color RGB value is (222,200,238).

#dec8ee hex color red value is 222, green value is 200 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dec8ee hue: 0.76 , saturation: 0.53 and the lightness value of dec8ee is 0.86.

The process color (four color CMYK) of #dec8ee color hex is 0.07, 0.16, 0.00, 0.07. Web safe color of #dec8ee is #ccccff. Color #dec8ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 11101110
Octal 336 310 356
Decimal 222 200 238
Hex DE C8 EE

RGB Percentages of Color #dec8ee

%33.64
%30.30
%36.06

CMYK Percentages of Color #dec8ee

%7
%16
%0
%7

Triadic Colors of #dec8ee

#dec8ee #eedec8 #c8eede

Analogous Colors of #dec8ee

#dec8ee #eec8eb #cbc8ee

Monochromatic Colors of #dec8ee

#dec8ee

Complementary Color

#dec8ee #d8eec8

#dec8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec8ee Color CSS Codes

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

#dec8ee Text Font Color

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

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


#dec8ee Background Color

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

This div background color is #dec8ee


#dec8ee Border Color

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

This div border color is #dec8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec8ee


Comments

No comments written yet.

Please login to write comment.