Color Hex Logo

#ddcdd7 Color Hex

#DDCDD7
(221,205,215)
0 Favorites   0 Comments

Color spaces of #ddcdd7

RGB 221205215
HSL0.900.190.84
HSV323°87°
CMYK 0.000.070.03   0.13
XYZ63.915963.941173.2631
Yxy63.94110.31780.3179
Hunter Lab79.96322.74251.6521
CIE-Lab83.93517.2985-2.9536

#ddcdd7 color RGB value is (221,205,215).

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

The process color (four color CMYK) of #ddcdd7 color hex is 0.00, 0.07, 0.03, 0.13. Web safe color of #ddcdd7 is #cccccc. Color #ddcdd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11010111
Octal 335 315 327
Decimal 221 205 215
Hex DD CD D7

RGB Percentages of Color #ddcdd7

%34.48
%31.98
%33.54

CMYK Percentages of Color #ddcdd7

%0
%7
%3
%13

Triadic Colors of #ddcdd7

#ddcdd7 #d7ddcd #cdd7dd

Analogous Colors of #ddcdd7

#ddcdd7 #ddcdcf #dbcddd

Monochromatic Colors of #ddcdd7

#ddcdd7

Complementary Color

#ddcdd7 #cdddd3

#ddcdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcdd7 Color CSS Codes

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

#ddcdd7 Text Font Color

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

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


#ddcdd7 Background Color

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

This div background color is #ddcdd7


#ddcdd7 Border Color

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

This div border color is #ddcdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcdd7


Comments

No comments written yet.

Please login to write comment.