Color Hex Logo

#ccc4db Color Hex

#CCC4DB
(204,196,219)
0 Favorites   0 Comments

Color spaces of #ccc4db

RGB 204196219
HSL0.720.240.81
HSV261°11°86°
CMYK 0.070.110.00   0.14
XYZ57.427957.431775.0765
Yxy57.43170.30240.3024
Hunter Lab75.78372.6435-5.6881
CIE-Lab80.42187.0881-10.4453

#ccc4db color RGB value is (204,196,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 11011011
Octal 314 304 333
Decimal 204 196 219
Hex CC C4 DB

RGB Percentages of Color #ccc4db

%32.96
%31.66
%35.38

CMYK Percentages of Color #ccc4db

%7
%11
%0
%14

Triadic Colors of #ccc4db

#ccc4db #dbccc4 #c4dbcc

Analogous Colors of #ccc4db

#ccc4db #d8c4db #c4c8db

Monochromatic Colors of #ccc4db

#ccc4db

Complementary Color

#ccc4db #d3dbc4

#ccc4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc4db Color CSS Codes

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

#ccc4db Text Font Color

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

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


#ccc4db Background Color

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

This div background color is #ccc4db


#ccc4db Border Color

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

This div border color is #ccc4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc4db


Comments

No comments written yet.

Please login to write comment.