Color Hex Logo

#ddb0db Color Hex

#DDB0DB
(221,176,219)
0 Favorites   0 Comments

Color spaces of #ddb0db

RGB 221176219
HSL0.840.400.78
HSV303°20°87°
CMYK 0.000.200.01   0.13
XYZ58.130351.537373.9017
Yxy51.53730.31670.2808
Hunter Lab71.789518.9057-10.7818
CIE-Lab77.003323.5392-15.4127

#ddb0db color RGB value is (221,176,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 11011011
Octal 335 260 333
Decimal 221 176 219
Hex DD B0 DB

RGB Percentages of Color #ddb0db

%35.88
%28.57
%35.55

CMYK Percentages of Color #ddb0db

%0
%20
%1
%13

Triadic Colors of #ddb0db

#ddb0db #dbddb0 #b0dbdd

Analogous Colors of #ddb0db

#ddb0db #ddb0c5 #c9b0dd

Monochromatic Colors of #ddb0db

#ddb0db

Complementary Color

#ddb0db #b0ddb2

#ddb0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb0db Color CSS Codes

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

#ddb0db Text Font Color

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

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


#ddb0db Background Color

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

This div background color is #ddb0db


#ddb0db Border Color

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

This div border color is #ddb0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb0db


Comments

No comments written yet.

Please login to write comment.