Color Hex Logo

#ddb3dc Color Hex

#DDB3DC
(221,179,220)
0 Favorites   0 Comments

Color spaces of #ddb3dc

RGB 221179220
HSL0.840.380.78
HSV301°19°87°
CMYK 0.000.190.00   0.13
XYZ58.857252.779774.7955
Yxy52.77970.31570.2831
Hunter Lab72.649617.4751-10.1865
CIE-Lab77.744822.1052-14.8401

#ddb3dc color RGB value is (221,179,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 11011100
Octal 335 263 334
Decimal 221 179 220
Hex DD B3 DC

RGB Percentages of Color #ddb3dc

%35.65
%28.87
%35.48

CMYK Percentages of Color #ddb3dc

%0
%19
%0
%13

Triadic Colors of #ddb3dc

#ddb3dc #dcddb3 #b3dcdd

Analogous Colors of #ddb3dc

#ddb3dc #ddb3c7 #c9b3dd

Monochromatic Colors of #ddb3dc

#ddb3dc

Complementary Color

#ddb3dc #b3ddb4

#ddb3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb3dc Color CSS Codes

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

#ddb3dc Text Font Color

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

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


#ddb3dc Background Color

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

This div background color is #ddb3dc


#ddb3dc Border Color

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

This div border color is #ddb3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb3dc


Comments

No comments written yet.

Please login to write comment.