Color Hex Logo

#ccc1db Color Hex

#CCC1DB
(204,193,219)
0 Favorites   0 Comments

Color spaces of #ccc1db

RGB 204193219
HSL0.740.270.81
HSV265°12°86°
CMYK 0.070.120.00   0.14
XYZ56.758056.091874.8532
Yxy56.09180.30240.2988
Hunter Lab74.89454.2091-6.8312
CIE-Lab79.66608.6956-11.5729

#ccc1db color RGB value is (204,193,219).

#ccc1db hex color red value is 204, green value is 193 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ccc1db hue: 0.74 , saturation: 0.27 and the lightness value of ccc1db is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 11011011
Octal 314 301 333
Decimal 204 193 219
Hex CC C1 DB

RGB Percentages of Color #ccc1db

%33.12
%31.33
%35.55

CMYK Percentages of Color #ccc1db

%7
%12
%0
%14

Triadic Colors of #ccc1db

#ccc1db #dbccc1 #c1dbcc

Analogous Colors of #ccc1db

#ccc1db #d9c1db #c1c3db

Monochromatic Colors of #ccc1db

#ccc1db

Complementary Color

#ccc1db #d0dbc1

#ccc1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc1db Color CSS Codes

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

#ccc1db Text Font Color

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

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


#ccc1db Background Color

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

This div background color is #ccc1db


#ccc1db Border Color

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

This div border color is #ccc1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc1db


Comments

No comments written yet.

Please login to write comment.