Color Hex Logo

#ccb2dd Color Hex

#CCB2DD
(204,178,221)
0 Favorites   0 Comments

Color spaces of #ccb2dd

RGB 204178221
HSL0.770.390.78
HSV276°19°87°
CMYK 0.080.190.00   0.13
XYZ53.873449.898675.1986
Yxy49.89860.30100.2788
Hunter Lab70.638912.5164-13.6698
CIE-Lab76.007017.2101-18.1527

#ccb2dd color RGB value is (204,178,221).

#ccb2dd hex color red value is 204, green value is 178 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccb2dd hue: 0.77 , saturation: 0.39 and the lightness value of ccb2dd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 11011101
Octal 314 262 335
Decimal 204 178 221
Hex CC B2 DD

RGB Percentages of Color #ccb2dd

%33.83
%29.52
%36.65

CMYK Percentages of Color #ccb2dd

%8
%19
%0
%13

Triadic Colors of #ccb2dd

#ccb2dd #ddccb2 #b2ddcc

Analogous Colors of #ccb2dd

#ccb2dd #ddb2d9 #b7b2dd

Monochromatic Colors of #ccb2dd

#ccb2dd

Complementary Color

#ccb2dd #c3ddb2

#ccb2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb2dd Color CSS Codes

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

#ccb2dd Text Font Color

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

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


#ccb2dd Background Color

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

This div background color is #ccb2dd


#ccb2dd Border Color

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

This div border color is #ccb2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb2dd


Comments

No comments written yet.

Please login to write comment.