Color Hex Logo

#ddbadd Color Hex

#DDBADD
(221,186,221)
0 Favorites   0 Comments

Color spaces of #ddbadd

RGB 221186221
HSL0.830.340.80
HSV300°16°87°
CMYK 0.000.160.00   0.13
XYZ60.428855.710475.9749
Yxy55.71040.31450.2900
Hunter Lab74.639413.8964-8.1033
CIE-Lab79.448718.5205-12.8250

#ddbadd color RGB value is (221,186,221).

#ddbadd hex color red value is 221, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ddbadd hue: 0.83 , saturation: 0.34 and the lightness value of ddbadd is 0.80.

The process color (four color CMYK) of #ddbadd color hex is 0.00, 0.16, 0.00, 0.13. Web safe color of #ddbadd is #cccccc. Color #ddbadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11011101
Octal 335 272 335
Decimal 221 186 221
Hex DD BA DD

RGB Percentages of Color #ddbadd

%35.19
%29.62
%35.19

CMYK Percentages of Color #ddbadd

%0
%16
%0
%13

Triadic Colors of #ddbadd

#ddbadd #ddddba #badddd

Analogous Colors of #ddbadd

#ddbadd #ddbacc #ccbadd

Monochromatic Colors of #ddbadd

#ddbadd

Complementary Color

#ddbadd #baddba

#ddbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbadd Color CSS Codes

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

#ddbadd Text Font Color

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

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


#ddbadd Background Color

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

This div background color is #ddbadd


#ddbadd Border Color

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

This div border color is #ddbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbadd


Comments

No comments written yet.

Please login to write comment.