Color Hex Logo

#ddaddb Color Hex

#DDADDB
(221,173,219)
0 Favorites   0 Comments

Color spaces of #ddaddb

RGB 221173219
HSL0.840.410.77
HSV303°22°87°
CMYK 0.000.220.01   0.13
XYZ57.548550.373873.7078
Yxy50.37380.31680.2773
Hunter Lab70.974520.5284-11.8912
CIE-Lab76.298125.1582-16.4747

#ddaddb color RGB value is (221,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11011011
Octal 335 255 333
Decimal 221 173 219
Hex DD AD DB

RGB Percentages of Color #ddaddb

%36.05
%28.22
%35.73

CMYK Percentages of Color #ddaddb

%0
%22
%1
%13

Triadic Colors of #ddaddb

#ddaddb #dbddad #addbdd

Analogous Colors of #ddaddb

#ddaddb #ddadc3 #c7addd

Monochromatic Colors of #ddaddb

#ddaddb

Complementary Color

#ddaddb #adddaf

#ddaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaddb Color CSS Codes

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

#ddaddb Text Font Color

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

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


#ddaddb Background Color

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

This div background color is #ddaddb


#ddaddb Border Color

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

This div border color is #ddaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaddb


Comments

No comments written yet.

Please login to write comment.