Color Hex Logo

#cdd9dd Color Hex

#CDD9DD
(205,217,221)
0 Favorites   0 Comments

Color spaces of #cdd9dd

RGB 205217221
HSL0.540.190.84
HSV195°87°
CMYK 0.070.020.00   0.13
XYZ63.040867.825378.1756
Yxy67.82530.30160.3245
Hunter Lab82.3561-7.48751.3689
CIE-Lab85.9190-3.2613-3.3658

#cdd9dd color RGB value is (205,217,221).

#cdd9dd hex color red value is 205, green value is 217 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cdd9dd hue: 0.54 , saturation: 0.19 and the lightness value of cdd9dd is 0.84.

The process color (four color CMYK) of #cdd9dd color hex is 0.07, 0.02, 0.00, 0.13. Web safe color of #cdd9dd is #cccccc. Color #cdd9dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011001 11011101
Octal 315 331 335
Decimal 205 217 221
Hex CD D9 DD

RGB Percentages of Color #cdd9dd

%31.88
%33.75
%34.37

CMYK Percentages of Color #cdd9dd

%7
%2
%0
%13

Triadic Colors of #cdd9dd

#cdd9dd #ddcdd9 #d9ddcd

Analogous Colors of #cdd9dd

#cdd9dd #cdd1dd #cdddd9

Monochromatic Colors of #cdd9dd

#cdd9dd

Complementary Color

#cdd9dd #ddd1cd

#cdd9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd9dd Color CSS Codes

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

#cdd9dd Text Font Color

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

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


#cdd9dd Background Color

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

This div background color is #cdd9dd


#cdd9dd Border Color

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

This div border color is #cdd9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd9dd


Comments

No comments written yet.

Please login to write comment.