Color Hex Logo

#ddbdcc Color Hex

#DDBDCC
(221,189,204)
0 Favorites   0 Comments

Color spaces of #ddbdcc

RGB 221189204
HSL0.920.320.80
HSV332°14°87°
CMYK 0.000.140.08   0.13
XYZ58.915556.127064.8552
Yxy56.12700.32750.3120
Hunter Lab74.91809.26601.1162
CIE-Lab79.686013.8782-3.3011

#ddbdcc color RGB value is (221,189,204).

#ddbdcc hex color red value is 221, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddbdcc hue: 0.92 , saturation: 0.32 and the lightness value of ddbdcc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11001100
Octal 335 275 314
Decimal 221 189 204
Hex DD BD CC

RGB Percentages of Color #ddbdcc

%35.99
%30.78
%33.22

CMYK Percentages of Color #ddbdcc

%0
%14
%8
%13

Triadic Colors of #ddbdcc

#ddbdcc #ccddbd #bdccdd

Analogous Colors of #ddbdcc

#ddbdcc #ddbebd #ddbddc

Monochromatic Colors of #ddbdcc

#ddbdcc

Complementary Color

#ddbdcc #bdddce

#ddbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdcc Color CSS Codes

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

#ddbdcc Text Font Color

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

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


#ddbdcc Background Color

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

This div background color is #ddbdcc


#ddbdcc Border Color

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

This div border color is #ddbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdcc


Comments

No comments written yet.

Please login to write comment.