Color Hex Logo

#ddaadb Color Hex

#DDAADB
(221,170,219)
0 Favorites   0 Comments

Color spaces of #ddaadb

RGB 221170219
HSL0.840.430.77
HSV302°23°87°
CMYK 0.000.230.01   0.13
XYZ56.979749.236173.5182
Yxy49.23610.31700.2739
Hunter Lab70.168422.1547-13.0025
CIE-Lab75.598026.7779-17.5312

#ddaadb color RGB value is (221,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11011011
Octal 335 252 333
Decimal 221 170 219
Hex DD AA DB

RGB Percentages of Color #ddaadb

%36.23
%27.87
%35.90

CMYK Percentages of Color #ddaadb

%0
%23
%1
%13

Triadic Colors of #ddaadb

#ddaadb #dbddaa #aadbdd

Analogous Colors of #ddaadb

#ddaadb #ddaac2 #c6aadd

Monochromatic Colors of #ddaadb

#ddaadb

Complementary Color

#ddaadb #aaddac

#ddaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaadb Color CSS Codes

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

#ddaadb Text Font Color

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

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


#ddaadb Background Color

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

This div background color is #ddaadb


#ddaadb Border Color

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

This div border color is #ddaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaadb


Comments

No comments written yet.

Please login to write comment.