Color Hex Logo

#ddb2dc Color Hex

#DDB2DC
(221,178,220)
0 Favorites   0 Comments

Color spaces of #ddb2dc

RGB 221178220
HSL0.840.390.78
HSV301°19°87°
CMYK 0.000.190.00   0.13
XYZ58.657552.380274.7290
Yxy52.38020.31580.2820
Hunter Lab72.374218.0151-10.5572
CIE-Lab77.507622.6447-15.1967

#ddb2dc color RGB value is (221,178,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 11011100
Octal 335 262 334
Decimal 221 178 220
Hex DD B2 DC

RGB Percentages of Color #ddb2dc

%35.70
%28.76
%35.54

CMYK Percentages of Color #ddb2dc

%0
%19
%0
%13

Triadic Colors of #ddb2dc

#ddb2dc #dcddb2 #b2dcdd

Analogous Colors of #ddb2dc

#ddb2dc #ddb2c7 #c9b2dd

Monochromatic Colors of #ddb2dc

#ddb2dc

Complementary Color

#ddb2dc #b2ddb3

#ddb2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb2dc Color CSS Codes

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

#ddb2dc Text Font Color

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

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


#ddb2dc Background Color

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

This div background color is #ddb2dc


#ddb2dc Border Color

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

This div border color is #ddb2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb2dc


Comments

No comments written yet.

Please login to write comment.