Color Hex Logo

#ddabcc Color Hex

#DDABCC
(221,171,204)
0 Favorites   0 Comments

Color spaces of #ddabcc

RGB 221171204
HSL0.890.420.77
HSV320°23°87°
CMYK 0.000.230.08   0.13
XYZ55.280848.857663.6436
Yxy48.85760.32950.2912
Hunter Lab69.898218.8494-5.0559
CIE-Lab75.362723.5598-9.7008

#ddabcc color RGB value is (221,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11001100
Octal 335 253 314
Decimal 221 171 204
Hex DD AB CC

RGB Percentages of Color #ddabcc

%37.08
%28.69
%34.23

CMYK Percentages of Color #ddabcc

%0
%23
%8
%13

Triadic Colors of #ddabcc

#ddabcc #ccddab #abccdd

Analogous Colors of #ddabcc

#ddabcc #ddabb3 #d5abdd

Monochromatic Colors of #ddabcc

#ddabcc

Complementary Color

#ddabcc #abddbc

#ddabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabcc Color CSS Codes

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

#ddabcc Text Font Color

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

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


#ddabcc Background Color

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

This div background color is #ddabcc


#ddabcc Border Color

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

This div border color is #ddabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabcc


Comments

No comments written yet.

Please login to write comment.