Color Hex Logo

#ddbdcd Color Hex

#DDBDCD
(221,189,205)
0 Favorites   0 Comments

Color spaces of #ddbdcd

RGB 221189205
HSL0.920.320.80
HSV330°14°87°
CMYK 0.000.140.07   0.13
XYZ59.035856.175165.4890
Yxy56.17510.32670.3109
Hunter Lab74.95019.43630.6593
CIE-Lab79.713414.0504-3.8004

#ddbdcd color RGB value is (221,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11001101
Octal 335 275 315
Decimal 221 189 205
Hex DD BD CD

RGB Percentages of Color #ddbdcd

%35.93
%30.73
%33.33

CMYK Percentages of Color #ddbdcd

%0
%14
%7
%13

Triadic Colors of #ddbdcd

#ddbdcd #cdddbd #bdcddd

Analogous Colors of #ddbdcd

#ddbdcd #ddbdbd #ddbddd

Monochromatic Colors of #ddbdcd

#ddbdcd

Complementary Color

#ddbdcd #bdddcd

#ddbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdcd Color CSS Codes

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

#ddbdcd Text Font Color

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

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


#ddbdcd Background Color

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

This div background color is #ddbdcd


#ddbdcd Border Color

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

This div border color is #ddbdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdcd


Comments

No comments written yet.

Please login to write comment.