Color Hex Logo

#ccdbd6 Color Hex

#CCDBD6
(204,219,214)
0 Favorites   0 Comments

Color spaces of #ccdbd6

RGB 204219214
HSL0.440.170.83
HSV160°86°
CMYK 0.070.000.02   0.14
XYZ62.371068.355473.5249
Yxy68.35540.30540.3347
Hunter Lab82.6773-10.02665.1476
CIE-Lab86.1839-5.95260.7150

#ccdbd6 color RGB value is (204,219,214).

#ccdbd6 hex color red value is 204, green value is 219 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ccdbd6 hue: 0.44 , saturation: 0.17 and the lightness value of ccdbd6 is 0.83.

The process color (four color CMYK) of #ccdbd6 color hex is 0.07, 0.00, 0.02, 0.14. Web safe color of #ccdbd6 is #cccccc. Color #ccdbd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11010110
Octal 314 333 326
Decimal 204 219 214
Hex CC DB D6

RGB Percentages of Color #ccdbd6

%32.03
%34.38
%33.59

CMYK Percentages of Color #ccdbd6

%7
%0
%2
%14

Triadic Colors of #ccdbd6

#ccdbd6 #d6ccdb #dbd6cc

Analogous Colors of #ccdbd6

#ccdbd6 #ccd9db #ccdbcf

Monochromatic Colors of #ccdbd6

#ccdbd6

Complementary Color

#ccdbd6 #dbccd1

#ccdbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbd6 Color CSS Codes

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

#ccdbd6 Text Font Color

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

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


#ccdbd6 Background Color

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

This div background color is #ccdbd6


#ccdbd6 Border Color

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

This div border color is #ccdbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbd6


Comments

No comments written yet.

Please login to write comment.