Color Hex Logo

#ddcddd Color Hex

#DDCDDD
(221,205,221)
0 Favorites   0 Comments

Color spaces of #ddcddd

RGB 221205221
HSL0.830.190.84
HSV300°87°
CMYK 0.000.070.00   0.13
XYZ64.701364.255377.3990
Yxy64.25530.31350.3114
Hunter Lab80.15943.7987-1.1367
CIE-Lab84.09858.3810-5.9096

#ddcddd color RGB value is (221,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11011101
Octal 335 315 335
Decimal 221 205 221
Hex DD CD DD

RGB Percentages of Color #ddcddd

%34.16
%31.68
%34.16

CMYK Percentages of Color #ddcddd

%0
%7
%0
%13

Triadic Colors of #ddcddd

#ddcddd #ddddcd #cddddd

Analogous Colors of #ddcddd

#ddcddd #ddcdd5 #d5cddd

Monochromatic Colors of #ddcddd

#ddcddd

Complementary Color

#ddcddd #cdddcd

#ddcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcddd Color CSS Codes

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

#ddcddd Text Font Color

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

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


#ddcddd Background Color

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

This div background color is #ddcddd


#ddcddd Border Color

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

This div border color is #ddcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcddd


Comments

No comments written yet.

Please login to write comment.