Color Hex Logo

#ddabd6 Color Hex

#DDABD6
(221,171,214)
0 Favorites   0 Comments

Color spaces of #ddabd6

RGB 221171214
HSL0.860.420.77
HSV308°23°87°
CMYK 0.000.230.03   0.13
XYZ56.519349.353070.1655
Yxy49.35300.32110.2804
Hunter Lab70.251720.6674-10.0411
CIE-Lab75.670425.3271-14.6975

#ddabd6 color RGB value is (221,171,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11010110
Octal 335 253 326
Decimal 221 171 214
Hex DD AB D6

RGB Percentages of Color #ddabd6

%36.47
%28.22
%35.31

CMYK Percentages of Color #ddabd6

%0
%23
%3
%13

Triadic Colors of #ddabd6

#ddabd6 #d6ddab #abd6dd

Analogous Colors of #ddabd6

#ddabd6 #ddabbd #cbabdd

Monochromatic Colors of #ddabd6

#ddabd6

Complementary Color

#ddabd6 #abddb2

#ddabd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabd6 Color CSS Codes

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

#ddabd6 Text Font Color

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

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


#ddabd6 Background Color

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

This div background color is #ddabd6


#ddabd6 Border Color

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

This div border color is #ddabd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabd6


Comments

No comments written yet.

Please login to write comment.