Color Hex Logo

#ccb9d6 Color Hex

#CCB9D6
(204,185,214)
0 Favorites   0 Comments

Color spaces of #ccb9d6

RGB 204185214
HSL0.780.260.78
HSV279°14°84°
CMYK 0.050.140.00   0.16
XYZ54.388452.390370.8641
Yxy52.39030.30620.2949
Hunter Lab72.38117.4609-7.3805
CIE-Lab77.513612.0302-12.0909

#ccb9d6 color RGB value is (204,185,214).

#ccb9d6 hex color red value is 204, green value is 185 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ccb9d6 hue: 0.78 , saturation: 0.26 and the lightness value of ccb9d6 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 11010110
Octal 314 271 326
Decimal 204 185 214
Hex CC B9 D6

RGB Percentages of Color #ccb9d6

%33.83
%30.68
%35.49

CMYK Percentages of Color #ccb9d6

%5
%14
%0
%16

Triadic Colors of #ccb9d6

#ccb9d6 #d6ccb9 #b9d6cc

Analogous Colors of #ccb9d6

#ccb9d6 #d6b9d2 #beb9d6

Monochromatic Colors of #ccb9d6

#ccb9d6

Complementary Color

#ccb9d6 #c3d6b9

#ccb9d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb9d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb9d6 Color CSS Codes

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

#ccb9d6 Text Font Color

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

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


#ccb9d6 Background Color

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

This div background color is #ccb9d6


#ccb9d6 Border Color

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

This div border color is #ccb9d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb9d6


Comments

No comments written yet.

Please login to write comment.