Color Hex Logo

#ccc9dc Color Hex

#CCC9DC
(204,201,220)
0 Favorites   0 Comments

Color spaces of #ccc9dc

RGB 204201220
HSL0.690.210.83
HSV249°86°
CMYK 0.070.090.00   0.14
XYZ58.706859.778076.1543
Yxy59.77800.30160.3071
Hunter Lab77.31620.2330-4.2776
CIE-Lab81.71744.6185-9.0530

#ccc9dc color RGB value is (204,201,220).

#ccc9dc hex color red value is 204, green value is 201 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccc9dc hue: 0.69 , saturation: 0.21 and the lightness value of ccc9dc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 11011100
Octal 314 311 334
Decimal 204 201 220
Hex CC C9 DC

RGB Percentages of Color #ccc9dc

%32.64
%32.16
%35.20

CMYK Percentages of Color #ccc9dc

%7
%9
%0
%14

Triadic Colors of #ccc9dc

#ccc9dc #dcccc9 #c9dccc

Analogous Colors of #ccc9dc

#ccc9dc #d6c9dc #c9d0dc

Monochromatic Colors of #ccc9dc

#ccc9dc

Complementary Color

#ccc9dc #d9dcc9

#ccc9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc9dc Color CSS Codes

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

#ccc9dc Text Font Color

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

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


#ccc9dc Background Color

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

This div background color is #ccc9dc


#ccc9dc Border Color

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

This div border color is #ccc9dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,201,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 #ccc9dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc9dc

#ccc9dc Color Palettes


Comments

No comments written yet.

Please login to write comment.