Color Hex Logo

#ccddcc Color Hex

#CCDDCC
(204,221,204)
4 Favorites   1 Comments

Color spaces of #ccddcc

RGB 204221204
HSL0.330.200.83
HSV120°87°
CMYK 0.080.000.08   0.13
XYZ61.657468.909967.1780
Yxy68.90990.31180.3485
Hunter Lab83.0120-12.689610.1276
CIE-Lab86.4594-8.80386.3917

#ccddcc color RGB value is (204,221,204). This hex color code is also a web safe color which is equal to #CDC.

#ccddcc hex color red value is 204, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccddcc hue: 0.33 , saturation: 0.20 and the lightness value of ccddcc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11001100
Octal 314 335 314
Decimal 204 221 204
Hex CC DD CC

RGB Percentages of Color #ccddcc

%32.43
%35.14
%32.43

CMYK Percentages of Color #ccddcc

%8
%0
%8
%13

Triadic Colors of #ccddcc

#ccddcc #ccccdd #ddcccc

Analogous Colors of #ccddcc

#ccddcc #ccddd5 #d5ddcc

Monochromatic Colors of #ccddcc

#ccddcc

Complementary Color

#ccddcc #ddccdd

#ccddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddcc Color CSS Codes

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

#ccddcc Text Font Color

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

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


#ccddcc Background Color

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

This div background color is #ccddcc


#ccddcc Border Color

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

This div border color is #ccddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddcc


Comments

14 Oct 2015, 16:54 ErulasseAranel

I like this! A very pale gray mint...

Please login to write comment.