Color Hex Logo

#ccccde Color Hex

#CCCCDE
(204,204,222)
0 Favorites   0 Comments

Color spaces of #ccccde

RGB 204204222
HSL0.670.210.84
HSV240°87°
CMYK 0.080.080.00   0.13
XYZ59.679561.297077.7933
Yxy61.29700.30020.3084
Hunter Lab78.2924-0.9475-4.1074
CIE-Lab82.53813.4195-8.9025

#ccccde color RGB value is (204,204,222).

#ccccde hex color red value is 204, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccccde hue: 0.67 , saturation: 0.21 and the lightness value of ccccde is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11011110
Octal 314 314 336
Decimal 204 204 222
Hex CC CC DE

RGB Percentages of Color #ccccde

%32.38
%32.38
%35.24

CMYK Percentages of Color #ccccde

%8
%8
%0
%13

Triadic Colors of #ccccde

#ccccde #decccc #ccdecc

Analogous Colors of #ccccde

#ccccde #d5ccde #ccd5de

Monochromatic Colors of #ccccde

#ccccde

Complementary Color

#ccccde #dedecc

#ccccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccde Color CSS Codes

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

#ccccde Text Font Color

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

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


#ccccde Background Color

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

This div background color is #ccccde


#ccccde Border Color

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

This div border color is #ccccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccde

#ccccde Color Palettes


Comments

No comments written yet.

Please login to write comment.