Color Hex Logo

#ccc7db Color Hex

#CCC7DB
(204,199,219)
0 Favorites   0 Comments

Color spaces of #ccc7db

RGB 204199219
HSL0.710.220.82
HSV255°86°
CMYK 0.070.090.00   0.14
XYZ58.111458.798775.3043
Yxy58.79870.30230.3059
Hunter Lab76.68031.0839-4.5498
CIE-Lab81.18085.4868-9.3151

#ccc7db color RGB value is (204,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 11011011
Octal 314 307 333
Decimal 204 199 219
Hex CC C7 DB

RGB Percentages of Color #ccc7db

%32.80
%31.99
%35.21

CMYK Percentages of Color #ccc7db

%7
%9
%0
%14

Triadic Colors of #ccc7db

#ccc7db #dbccc7 #c7dbcc

Analogous Colors of #ccc7db

#ccc7db #d6c7db #c7ccdb

Monochromatic Colors of #ccc7db

#ccc7db

Complementary Color

#ccc7db #d6dbc7

#ccc7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc7db Color CSS Codes

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

#ccc7db Text Font Color

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

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


#ccc7db Background Color

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

This div background color is #ccc7db


#ccc7db Border Color

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

This div border color is #ccc7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc7db


Comments

No comments written yet.

Please login to write comment.