Color Hex Logo

#cc99de Color Hex

#CC99DE
(204,153,222)
0 Favorites   0 Comments

Color spaces of #cc99de

RGB 204153222
HSL0.790.510.74
HSV284°31°87°
CMYK 0.080.310.00   0.13
XYZ49.477940.893874.3928
Yxy40.89380.30030.2482
Hunter Lab63.948326.1992-24.2099
CIE-Lab70.101531.0905-27.7010

#cc99de color RGB value is (204,153,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 11011110
Octal 314 231 336
Decimal 204 153 222
Hex CC 99 DE

RGB Percentages of Color #cc99de

%35.23
%26.42
%38.34

CMYK Percentages of Color #cc99de

%8
%31
%0
%13

Triadic Colors of #cc99de

#cc99de #decc99 #99decc

Analogous Colors of #cc99de

#cc99de #de99ce #aa99de

Monochromatic Colors of #cc99de

#cc99de

Complementary Color

#cc99de #abde99

#cc99de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc99de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc99de Color CSS Codes

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

#cc99de Text Font Color

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

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


#cc99de Background Color

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

This div background color is #cc99de


#cc99de Border Color

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

This div border color is #cc99de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc99de


Comments

No comments written yet.

Please login to write comment.