Color Hex Logo

#ddaabe Color Hex

#DDAABE
(221,170,190)
0 Favorites   0 Comments

Color spaces of #ddaabe

RGB 221170190
HSL0.930.430.77
HSV336°23°87°
CMYK 0.000.230.14   0.13
XYZ53.487847.839355.1300
Yxy47.83930.34190.3058
Hunter Lab69.166016.99821.1580
CIE-Lab74.723521.7529-2.9867

#ddaabe color RGB value is (221,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10111110
Octal 335 252 276
Decimal 221 170 190
Hex DD AA BE

RGB Percentages of Color #ddaabe

%38.04
%29.26
%32.70

CMYK Percentages of Color #ddaabe

%0
%23
%14
%13

Triadic Colors of #ddaabe

#ddaabe #beddaa #aabedd

Analogous Colors of #ddaabe

#ddaabe #ddb0aa #ddaad8

Monochromatic Colors of #ddaabe

#ddaabe

Complementary Color

#ddaabe #aaddc9

#ddaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaabe Color CSS Codes

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

#ddaabe Text Font Color

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

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


#ddaabe Background Color

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

This div background color is #ddaabe


#ddaabe Border Color

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

This div border color is #ddaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaabe


Comments

No comments written yet.

Please login to write comment.