Color Hex Logo

#ddbcd1 Color Hex

#DDBCD1
(221,188,209)
0 Favorites   0 Comments

Color spaces of #ddbcd1

RGB 221188209
HSL0.890.330.80
HSV322°15°87°
CMYK 0.000.150.05   0.13
XYZ59.310655.942067.9935
Yxy55.94200.32370.3053
Hunter Lab74.794410.6571-1.5428
CIE-Lab79.580815.2827-6.1542

#ddbcd1 color RGB value is (221,188,209).

#ddbcd1 hex color red value is 221, green value is 188 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ddbcd1 hue: 0.89 , saturation: 0.33 and the lightness value of ddbcd1 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11010001
Octal 335 274 321
Decimal 221 188 209
Hex DD BC D1

RGB Percentages of Color #ddbcd1

%35.76
%30.42
%33.82

CMYK Percentages of Color #ddbcd1

%0
%15
%5
%13

Triadic Colors of #ddbcd1

#ddbcd1 #d1ddbc #bcd1dd

Analogous Colors of #ddbcd1

#ddbcd1 #ddbcc1 #d9bcdd

Monochromatic Colors of #ddbcd1

#ddbcd1

Complementary Color

#ddbcd1 #bcddc8

#ddbcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcd1 Color CSS Codes

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

#ddbcd1 Text Font Color

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

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


#ddbcd1 Background Color

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

This div background color is #ddbcd1


#ddbcd1 Border Color

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

This div border color is #ddbcd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcd1


Comments

No comments written yet.

Please login to write comment.