Color Hex Logo

#ccdbd9 Color Hex

#CCDBD9
(204,219,217)
0 Favorites   0 Comments

Color spaces of #ccdbd9

RGB 204219217
HSL0.480.170.83
HSV172°86°
CMYK 0.070.000.01   0.14
XYZ62.757768.510275.5617
Yxy68.51020.30340.3312
Hunter Lab82.7709-9.50863.8137
CIE-Lab86.2609-5.3888-0.7576

#ccdbd9 color RGB value is (204,219,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11011001
Octal 314 333 331
Decimal 204 219 217
Hex CC DB D9

RGB Percentages of Color #ccdbd9

%31.88
%34.22
%33.91

CMYK Percentages of Color #ccdbd9

%7
%0
%1
%14

Triadic Colors of #ccdbd9

#ccdbd9 #d9ccdb #dbd9cc

Analogous Colors of #ccdbd9

#ccdbd9 #ccd6db #ccdbd2

Monochromatic Colors of #ccdbd9

#ccdbd9

Complementary Color

#ccdbd9 #dbccce

#ccdbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbd9 Color CSS Codes

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

#ccdbd9 Text Font Color

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

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


#ccdbd9 Background Color

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

This div background color is #ccdbd9


#ccdbd9 Border Color

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

This div border color is #ccdbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbd9


Comments

No comments written yet.

Please login to write comment.