color codes Logo

#ccb5db color codes

#CCB5DB
(204,181,219)
0 Favorites   0 Comments

Color spaces of #ccb5db

RGB 204181219
HSL0.770.350.78
HSV276°17°86°
CMYK 0.070.170.00   0.14
XYZ54.211950.999674.0045
Yxy50.99960.30250.2846
Hunter Lab71.414010.5287-11.4509
CIE-Lab76.678815.1793-16.0537

#ccb5db color RGB value is (204,181,219).

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

The process color (four color CMYK) of #ccb5db color code is 0.07, 0.17, 0.00, 0.14. Web safe color of #ccb5db is #cccccc. Color #ccb5db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 11011011
Octal 314 265 333
Decimal 204 181 219
Hex CC B5 DB

RGB Percentages of Color #ccb5db

%33.77
%29.97
%36.26

CMYK Percentages of Color #ccb5db

%7
%17
%0
%14

Triadic Colors of #ccb5db

#ccb5db #dbccb5 #b5dbcc

Analogous Colors of #ccb5db

#ccb5db #dbb5d7 #b9b5db

Monochromatic Colors of #ccb5db

#ccb5db

Complementary Color

#ccb5db #c4dbb5

#ccb5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb5db Color CSS Codes

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

#ccb5db Text Font Color

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

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


#ccb5db Background Color

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

This div background color is #ccb5db


#ccb5db Border Color

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

This div border color is #ccb5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb5db


Comments

No comments written yet.

Please login to write comment.