Color Hex Logo

#ddabd3 Color Hex

#DDABD3
(221,171,211)
0 Favorites   0 Comments

Color spaces of #ddabd3

RGB 221171211
HSL0.870.420.77
HSV312°23°87°
CMYK 0.000.230.05   0.13
XYZ56.139649.201168.1659
Yxy49.20110.32360.2836
Hunter Lab70.143520.1120-8.5180
CIE-Lab75.576324.7892-13.2029

#ddabd3 color RGB value is (221,171,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11010011
Octal 335 253 323
Decimal 221 171 211
Hex DD AB D3

RGB Percentages of Color #ddabd3

%36.65
%28.36
%34.99

CMYK Percentages of Color #ddabd3

%0
%23
%5
%13

Triadic Colors of #ddabd3

#ddabd3 #d3ddab #abd3dd

Analogous Colors of #ddabd3

#ddabd3 #ddabba #ceabdd

Monochromatic Colors of #ddabd3

#ddabd3

Complementary Color

#ddabd3 #abddb5

#ddabd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabd3 Color CSS Codes

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

#ddabd3 Text Font Color

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

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


#ddabd3 Background Color

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

This div background color is #ddabd3


#ddabd3 Border Color

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

This div border color is #ddabd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabd3


Comments

No comments written yet.

Please login to write comment.