Color Hex Logo

#ddb3db Color Hex

#DDB3DB
(221,179,219)
0 Favorites   0 Comments

Color spaces of #ddb3db

RGB 221179219
HSL0.840.380.78
HSV303°19°87°
CMYK 0.000.190.01   0.13
XYZ58.725152.726874.1000
Yxy52.72680.31650.2842
Hunter Lab72.613217.2867-9.6747
CIE-Lab77.713421.9211-14.3455

#ddb3db color RGB value is (221,179,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 11011011
Octal 335 263 333
Decimal 221 179 219
Hex DD B3 DB

RGB Percentages of Color #ddb3db

%35.70
%28.92
%35.38

CMYK Percentages of Color #ddb3db

%0
%19
%1
%13

Triadic Colors of #ddb3db

#ddb3db #dbddb3 #b3dbdd

Analogous Colors of #ddb3db

#ddb3db #ddb3c6 #cab3dd

Monochromatic Colors of #ddb3db

#ddb3db

Complementary Color

#ddb3db #b3ddb5

#ddb3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb3db Color CSS Codes

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

#ddb3db Text Font Color

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

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


#ddb3db Background Color

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

This div background color is #ddb3db


#ddb3db Border Color

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

This div border color is #ddb3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb3db


Comments

No comments written yet.

Please login to write comment.