Color Hex Logo

#cc9edd Color Hex

#CC9EDD
(204,158,221)
0 Favorites   0 Comments

Color spaces of #cc9edd

RGB 204158221
HSL0.790.480.74
HSV284°29°87°
CMYK 0.080.290.00   0.13
XYZ50.179842.511573.9674
Yxy42.51150.30110.2551
Hunter Lab65.200823.2755-21.6212
CIE-Lab71.222228.1530-25.4323

#cc9edd color RGB value is (204,158,221).

#cc9edd hex color red value is 204, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cc9edd hue: 0.79 , saturation: 0.48 and the lightness value of cc9edd is 0.74.

The process color (four color CMYK) of #cc9edd color hex is 0.08, 0.29, 0.00, 0.13. Web safe color of #cc9edd is #cc99cc. Color #cc9edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011110 11011101
Octal 314 236 335
Decimal 204 158 221
Hex CC 9E DD

RGB Percentages of Color #cc9edd

%34.99
%27.10
%37.91

CMYK Percentages of Color #cc9edd

%8
%29
%0
%13

Triadic Colors of #cc9edd

#cc9edd #ddcc9e #9eddcc

Analogous Colors of #cc9edd

#cc9edd #dd9ecf #ad9edd

Monochromatic Colors of #cc9edd

#cc9edd

Complementary Color

#cc9edd #afdd9e

#cc9edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9edd Color CSS Codes

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

#cc9edd Text Font Color

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

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


#cc9edd Background Color

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

This div background color is #cc9edd


#cc9edd Border Color

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

This div border color is #cc9edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9edd

#cc9edd Color Palettes


Comments

No comments written yet.

Please login to write comment.