Color Hex Logo

#ccd1dc Color Hex

#CCD1DC
(204,209,220)
0 Favorites   0 Comments

Color spaces of #ccd1dc

RGB 204209220
HSL0.610.190.83
HSV221°86°
CMYK 0.070.050.00   0.14
XYZ60.620663.605676.7922
Yxy63.60560.30160.3164
Hunter Lab79.7531-3.8895-1.2616
CIE-Lab83.76000.3918-6.0256

#ccd1dc color RGB value is (204,209,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 11011100
Octal 314 321 334
Decimal 204 209 220
Hex CC D1 DC

RGB Percentages of Color #ccd1dc

%32.23
%33.02
%34.76

CMYK Percentages of Color #ccd1dc

%7
%5
%0
%14

Triadic Colors of #ccd1dc

#ccd1dc #dcccd1 #d1dccc

Analogous Colors of #ccd1dc

#ccd1dc #cfccdc #ccd9dc

Monochromatic Colors of #ccd1dc

#ccd1dc

Complementary Color

#ccd1dc #dcd7cc

#ccd1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd1dc Color CSS Codes

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

#ccd1dc Text Font Color

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

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


#ccd1dc Background Color

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

This div background color is #ccd1dc


#ccd1dc Border Color

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

This div border color is #ccd1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd1dc

#ccd1dc Color Palettes


Comments

No comments written yet.

Please login to write comment.