Color Hex Logo

#ccc6db Color Hex

#CCC6DB
(204,198,219)
0 Favorites   0 Comments

Color spaces of #ccc6db

RGB 204198219
HSL0.710.230.82
HSV257°10°86°
CMYK 0.070.100.00   0.14
XYZ57.882158.340075.2279
Yxy58.34000.30230.3047
Hunter Lab76.38061.6032-4.9288
CIE-Lab80.92756.0200-9.6921

#ccc6db color RGB value is (204,198,219).

#ccc6db hex color red value is 204, green value is 198 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ccc6db hue: 0.71 , saturation: 0.23 and the lightness value of ccc6db is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 11011011
Octal 314 306 333
Decimal 204 198 219
Hex CC C6 DB

RGB Percentages of Color #ccc6db

%32.85
%31.88
%35.27

CMYK Percentages of Color #ccc6db

%7
%10
%0
%14

Triadic Colors of #ccc6db

#ccc6db #dbccc6 #c6dbcc

Analogous Colors of #ccc6db

#ccc6db #d7c6db #c6cbdb

Monochromatic Colors of #ccc6db

#ccc6db

Complementary Color

#ccc6db #d5dbc6

#ccc6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc6db Color CSS Codes

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

#ccc6db Text Font Color

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

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


#ccc6db Background Color

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

This div background color is #ccc6db


#ccc6db Border Color

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

This div border color is #ccc6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc6db

#ccc6db Color Palettes


Comments

No comments written yet.

Please login to write comment.