Color Hex Logo

#ddaabc Color Hex

#DDAABC
(221,170,188)
0 Favorites   0 Comments

Color spaces of #ddaabc

RGB 221170188
HSL0.940.430.77
HSV339°23°87°
CMYK 0.000.230.15   0.13
XYZ53.270647.752453.9864
Yxy47.75240.34370.3081
Hunter Lab69.103116.67272.0522
CIE-Lab74.668521.4303-1.9716

#ddaabc color RGB value is (221,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10111100
Octal 335 252 274
Decimal 221 170 188
Hex DD AA BC

RGB Percentages of Color #ddaabc

%38.17
%29.36
%32.47

CMYK Percentages of Color #ddaabc

%0
%23
%15
%13

Triadic Colors of #ddaabc

#ddaabc #bcddaa #aabcdd

Analogous Colors of #ddaabc

#ddaabc #ddb2aa #ddaad6

Monochromatic Colors of #ddaabc

#ddaabc

Complementary Color

#ddaabc #aaddcb

#ddaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaabc Color CSS Codes

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

#ddaabc Text Font Color

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

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


#ddaabc Background Color

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

This div background color is #ddaabc


#ddaabc Border Color

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

This div border color is #ddaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaabc


Comments

No comments written yet.

Please login to write comment.