Color Hex Logo

#ddaaeb Color Hex

#DDAAEB
(221,170,235)
0 Favorites   0 Comments

Color spaces of #ddaaeb

RGB 221170235
HSL0.800.620.79
HSV287°28°92°
CMYK 0.060.280.00   0.08
XYZ59.188950.119885.1517
Yxy50.11980.30440.2577
Hunter Lab70.795325.3442-21.7565
CIE-Lab76.142729.8095-25.3975

#ddaaeb color RGB value is (221,170,235).

#ddaaeb hex color red value is 221, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddaaeb hue: 0.80 , saturation: 0.62 and the lightness value of ddaaeb is 0.79.

The process color (four color CMYK) of #ddaaeb color hex is 0.06, 0.28, 0.00, 0.08. Web safe color of #ddaaeb is #cc99ff. Color #ddaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11101011
Octal 335 252 353
Decimal 221 170 235
Hex DD AA EB

RGB Percentages of Color #ddaaeb

%35.30
%27.16
%37.54

CMYK Percentages of Color #ddaaeb

%6
%28
%0
%8

Triadic Colors of #ddaaeb

#ddaaeb #ebddaa #aaebdd

Analogous Colors of #ddaaeb

#ddaaeb #ebaad9 #bdaaeb

Monochromatic Colors of #ddaaeb

#ddaaeb

Complementary Color

#ddaaeb #b8ebaa

#ddaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaaeb Color CSS Codes

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

#ddaaeb Text Font Color

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

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


#ddaaeb Background Color

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

This div background color is #ddaaeb


#ddaaeb Border Color

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

This div border color is #ddaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaaeb


Comments

No comments written yet.

Please login to write comment.