Color Hex Logo

#ccb9dc Color Hex

#CCB9DC
(204,185,220)
0 Favorites   0 Comments

Color spaces of #ccb9dc

RGB 204185220
HSL0.760.330.79
HSV273°16°86°
CMYK 0.070.160.00   0.14
XYZ55.169152.702674.9750
Yxy52.70260.30170.2882
Hunter Lab72.59668.6055-10.4149
CIE-Lab77.699113.2077-15.0599

#ccb9dc color RGB value is (204,185,220).

#ccb9dc hex color red value is 204, green value is 185 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccb9dc hue: 0.76 , saturation: 0.33 and the lightness value of ccb9dc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 11011100
Octal 314 271 334
Decimal 204 185 220
Hex CC B9 DC

RGB Percentages of Color #ccb9dc

%33.50
%30.38
%36.12

CMYK Percentages of Color #ccb9dc

%7
%16
%0
%14

Triadic Colors of #ccb9dc

#ccb9dc #dcccb9 #b9dccc

Analogous Colors of #ccb9dc

#ccb9dc #dcb9db #bbb9dc

Monochromatic Colors of #ccb9dc

#ccb9dc

Complementary Color

#ccb9dc #c9dcb9

#ccb9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb9dc Color CSS Codes

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

#ccb9dc Text Font Color

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

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


#ccb9dc Background Color

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

This div background color is #ccb9dc


#ccb9dc Border Color

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

This div border color is #ccb9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb9dc


Comments

No comments written yet.

Please login to write comment.