Color Hex Logo

#ddacdb Color Hex

#DDACDB
(221,172,219)
0 Favorites   0 Comments

Color spaces of #ddacdb

RGB 221172219
HSL0.840.420.77
HSV302°22°87°
CMYK 0.000.220.01   0.13
XYZ57.357549.991773.6441
Yxy49.99170.31690.2762
Hunter Lab70.704821.0702-12.2614
CIE-Lab76.064225.6982-16.8275

#ddacdb color RGB value is (221,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11011011
Octal 335 254 333
Decimal 221 172 219
Hex DD AC DB

RGB Percentages of Color #ddacdb

%36.11
%28.10
%35.78

CMYK Percentages of Color #ddacdb

%0
%22
%1
%13

Triadic Colors of #ddacdb

#ddacdb #dbddac #acdbdd

Analogous Colors of #ddacdb

#ddacdb #ddacc3 #c7acdd

Monochromatic Colors of #ddacdb

#ddacdb

Complementary Color

#ddacdb #acddae

#ddacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacdb Color CSS Codes

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

#ddacdb Text Font Color

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

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


#ddacdb Background Color

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

This div background color is #ddacdb


#ddacdb Border Color

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

This div border color is #ddacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacdb


Comments

No comments written yet.

Please login to write comment.