Color Hex Logo

#ccb8dd Color Hex

#CCB8DD
(204,184,221)
0 Favorites   0 Comments

Color spaces of #ccb8dd

RGB 204184221
HSL0.760.350.79
HSV272°17°87°
CMYK 0.080.170.00   0.13
XYZ55.093552.338875.6053
Yxy52.33880.30100.2859
Hunter Lab72.34569.3288-11.3196
CIE-Lab77.483013.9485-15.9260

#ccb8dd color RGB value is (204,184,221).

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

The process color (four color CMYK) of #ccb8dd color hex is 0.08, 0.17, 0.00, 0.13. Web safe color of #ccb8dd is #cccccc. Color #ccb8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 11011101
Octal 314 270 335
Decimal 204 184 221
Hex CC B8 DD

RGB Percentages of Color #ccb8dd

%33.50
%30.21
%36.29

CMYK Percentages of Color #ccb8dd

%8
%17
%0
%13

Triadic Colors of #ccb8dd

#ccb8dd #ddccb8 #b8ddcc

Analogous Colors of #ccb8dd

#ccb8dd #ddb8dc #bab8dd

Monochromatic Colors of #ccb8dd

#ccb8dd

Complementary Color

#ccb8dd #c9ddb8

#ccb8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb8dd Color CSS Codes

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

#ccb8dd Text Font Color

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

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


#ccb8dd Background Color

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

This div background color is #ccb8dd


#ccb8dd Border Color

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

This div border color is #ccb8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb8dd


Comments

No comments written yet.

Please login to write comment.