Color Hex Logo

#ccd9dc Color Hex

#CCD9DC
(204,217,220)
0 Favorites   0 Comments

Color spaces of #ccd9dc

RGB 204217220
HSL0.530.190.83
HSV191°86°
CMYK 0.070.010.00   0.14
XYZ62.633067.630477.4630
Yxy67.63040.30150.3256
Hunter Lab82.2377-7.96871.7188
CIE-Lab85.8213-3.7824-2.9884

#ccd9dc color RGB value is (204,217,220).

#ccd9dc hex color red value is 204, green value is 217 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccd9dc hue: 0.53 , saturation: 0.19 and the lightness value of ccd9dc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 11011100
Octal 314 331 334
Decimal 204 217 220
Hex CC D9 DC

RGB Percentages of Color #ccd9dc

%31.83
%33.85
%34.32

CMYK Percentages of Color #ccd9dc

%7
%1
%0
%14

Triadic Colors of #ccd9dc

#ccd9dc #dcccd9 #d9dccc

Analogous Colors of #ccd9dc

#ccd9dc #ccd1dc #ccdcd7

Monochromatic Colors of #ccd9dc

#ccd9dc

Complementary Color

#ccd9dc #dccfcc

#ccd9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd9dc Color CSS Codes

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

#ccd9dc Text Font Color

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

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


#ccd9dc Background Color

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

This div background color is #ccd9dc


#ccd9dc Border Color

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

This div border color is #ccd9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd9dc

#ccd9dc Color Palettes


Comments

No comments written yet.

Please login to write comment.