Color Hex Logo

#dec2ec Color Hex

#DEC2EC
(222,194,236)
0 Favorites   0 Comments

Color spaces of #dec2ec

RGB 222194236
HSL0.780.530.84
HSV280°18°93°
CMYK 0.060.180.00   0.07
XYZ64.556360.169387.5682
Yxy60.16930.30410.2834
Hunter Lab77.568912.8102-12.6348
CIE-Lab81.930117.3987-17.1460

#dec2ec color RGB value is (222,194,236).

#dec2ec hex color red value is 222, green value is 194 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dec2ec hue: 0.78 , saturation: 0.53 and the lightness value of dec2ec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 11101100
Octal 336 302 354
Decimal 222 194 236
Hex DE C2 EC

RGB Percentages of Color #dec2ec

%34.05
%29.75
%36.20

CMYK Percentages of Color #dec2ec

%6
%18
%0
%7

Triadic Colors of #dec2ec

#dec2ec #ecdec2 #c2ecde

Analogous Colors of #dec2ec

#dec2ec #ecc2e5 #c9c2ec

Monochromatic Colors of #dec2ec

#dec2ec

Complementary Color

#dec2ec #d0ecc2

#dec2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec2ec Color CSS Codes

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

#dec2ec Text Font Color

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

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


#dec2ec Background Color

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

This div background color is #dec2ec


#dec2ec Border Color

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

This div border color is #dec2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec2ec


Comments

No comments written yet.

Please login to write comment.