Color Hex Logo

#ccc3dc Color Hex

#CCC3DC
(204,195,220)
0 Favorites   0 Comments

Color spaces of #ccc3dc

RGB 204195220
HSL0.730.260.81
HSV262°11°86°
CMYK 0.070.110.00   0.14
XYZ57.335257.034975.6971
Yxy57.03490.30170.3001
Hunter Lab75.52153.3530-6.5629
CIE-Lab80.19927.8199-11.3145

#ccc3dc color RGB value is (204,195,220).

#ccc3dc hex color red value is 204, green value is 195 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccc3dc hue: 0.73 , saturation: 0.26 and the lightness value of ccc3dc is 0.81.

The process color (four color CMYK) of #ccc3dc color hex is 0.07, 0.11, 0.00, 0.14. Web safe color of #ccc3dc is #cccccc. Color #ccc3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 11011100
Octal 314 303 334
Decimal 204 195 220
Hex CC C3 DC

RGB Percentages of Color #ccc3dc

%32.96
%31.50
%35.54

CMYK Percentages of Color #ccc3dc

%7
%11
%0
%14

Triadic Colors of #ccc3dc

#ccc3dc #dcccc3 #c3dccc

Analogous Colors of #ccc3dc

#ccc3dc #d9c3dc #c3c7dc

Monochromatic Colors of #ccc3dc

#ccc3dc

Complementary Color

#ccc3dc #d3dcc3

#ccc3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc3dc Color CSS Codes

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

#ccc3dc Text Font Color

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

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


#ccc3dc Background Color

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

This div background color is #ccc3dc


#ccc3dc Border Color

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

This div border color is #ccc3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc3dc


Comments

No comments written yet.

Please login to write comment.