Color Hex Logo

#ddbcd9 Color Hex

#DDBCD9
(221,188,217)
0 Favorites   0 Comments

Color spaces of #ddbcd9

RGB 221188217
HSL0.850.330.80
HSV307°15°87°
CMYK 0.000.150.02   0.13
XYZ60.326456.348373.3424
Yxy56.34830.31750.2965
Hunter Lab75.065512.0869-5.3832
CIE-Lab79.811616.7132-10.1263

#ddbcd9 color RGB value is (221,188,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11011001
Octal 335 274 331
Decimal 221 188 217
Hex DD BC D9

RGB Percentages of Color #ddbcd9

%35.30
%30.03
%34.66

CMYK Percentages of Color #ddbcd9

%0
%15
%2
%13

Triadic Colors of #ddbcd9

#ddbcd9 #d9ddbc #bcd9dd

Analogous Colors of #ddbcd9

#ddbcd9 #ddbcc9 #d1bcdd

Monochromatic Colors of #ddbcd9

#ddbcd9

Complementary Color

#ddbcd9 #bcddc0

#ddbcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcd9 Color CSS Codes

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

#ddbcd9 Text Font Color

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

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


#ddbcd9 Background Color

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

This div background color is #ddbcd9


#ddbcd9 Border Color

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

This div border color is #ddbcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcd9


Comments

No comments written yet.

Please login to write comment.