Color Hex Logo

#ccc5de Color Hex

#CCC5DE
(204,197,222)
0 Favorites   0 Comments

Color spaces of #ccc5de

RGB 204197222
HSL0.710.270.82
HSV257°11°87°
CMYK 0.080.110.00   0.13
XYZ58.052958.043877.2511
Yxy58.04380.30030.3002
Hunter Lab76.18652.6878-6.7880
CIE-Lab80.76317.1447-11.5465

#ccc5de color RGB value is (204,197,222).

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

The process color (four color CMYK) of #ccc5de color hex is 0.08, 0.11, 0.00, 0.13. Web safe color of #ccc5de is #cccccc. Color #ccc5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 11011110
Octal 314 305 336
Decimal 204 197 222
Hex CC C5 DE

RGB Percentages of Color #ccc5de

%32.74
%31.62
%35.63

CMYK Percentages of Color #ccc5de

%8
%11
%0
%13

Triadic Colors of #ccc5de

#ccc5de #deccc5 #c5decc

Analogous Colors of #ccc5de

#ccc5de #d9c5de #c5cbde

Monochromatic Colors of #ccc5de

#ccc5de

Complementary Color

#ccc5de #d7dec5

#ccc5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc5de Color CSS Codes

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

#ccc5de Text Font Color

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

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


#ccc5de Background Color

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

This div background color is #ccc5de


#ccc5de Border Color

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

This div border color is #ccc5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc5de

#ccc5de Color Palettes


Comments

No comments written yet.

Please login to write comment.