Color Hex Logo

#ddadcc Color Hex

#DDADCC
(221,173,204)
0 Favorites   0 Comments

Color spaces of #ddadcc

RGB 221173204
HSL0.890.410.77
HSV321°22°87°
CMYK 0.000.220.08   0.13
XYZ55.661449.618963.7705
Yxy49.61890.32930.2935
Hunter Lab70.440717.7774-4.3672
CIE-Lab75.834722.4805-8.9979

#ddadcc color RGB value is (221,173,204).

#ddadcc hex color red value is 221, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddadcc hue: 0.89 , saturation: 0.41 and the lightness value of ddadcc is 0.77.

The process color (four color CMYK) of #ddadcc color hex is 0.00, 0.22, 0.08, 0.13. Web safe color of #ddadcc is #cc99cc. Color #ddadcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11001100
Octal 335 255 314
Decimal 221 173 204
Hex DD AD CC

RGB Percentages of Color #ddadcc

%36.96
%28.93
%34.11

CMYK Percentages of Color #ddadcc

%0
%22
%8
%13

Triadic Colors of #ddadcc

#ddadcc #ccddad #adccdd

Analogous Colors of #ddadcc

#ddadcc #ddadb4 #d6addd

Monochromatic Colors of #ddadcc

#ddadcc

Complementary Color

#ddadcc #adddbe

#ddadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadcc Color CSS Codes

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

#ddadcc Text Font Color

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

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


#ddadcc Background Color

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

This div background color is #ddadcc


#ddadcc Border Color

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

This div border color is #ddadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadcc


Comments

No comments written yet.

Please login to write comment.