Color Hex Logo

#dec9eb Color Hex

#DEC9EB
(222,201,235)
0 Favorites   0 Comments

Color spaces of #dec9eb

RGB 222201235
HSL0.770.460.85
HSV277°14°92°
CMYK 0.060.140.00   0.08
XYZ66.006263.301087.3367
Yxy63.30100.30470.2922
Hunter Lab79.56198.8539-9.3905
CIE-Lab83.600513.4649-14.1020

#dec9eb color RGB value is (222,201,235).

#dec9eb hex color red value is 222, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dec9eb hue: 0.77 , saturation: 0.46 and the lightness value of dec9eb is 0.85.

The process color (four color CMYK) of #dec9eb color hex is 0.06, 0.14, 0.00, 0.08. Web safe color of #dec9eb is #ccccff. Color #dec9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 11101011
Octal 336 311 353
Decimal 222 201 235
Hex DE C9 EB

RGB Percentages of Color #dec9eb

%33.74
%30.55
%35.71

CMYK Percentages of Color #dec9eb

%6
%14
%0
%8

Triadic Colors of #dec9eb

#dec9eb #ebdec9 #c9ebde

Analogous Colors of #dec9eb

#dec9eb #ebc9e7 #cdc9eb

Monochromatic Colors of #dec9eb

#dec9eb

Complementary Color

#dec9eb #d6ebc9

#dec9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec9eb Color CSS Codes

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

#dec9eb Text Font Color

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

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


#dec9eb Background Color

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

This div background color is #dec9eb


#dec9eb Border Color

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

This div border color is #dec9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec9eb


Comments

No comments written yet.

Please login to write comment.