Color Hex Logo

#ddb2cd Color Hex

#DDB2CD
(221,178,205)
0 Favorites   0 Comments

Color spaces of #ddb2cd

RGB 221178205
HSL0.900.390.78
HSV322°19°87°
CMYK 0.000.190.07   0.13
XYZ56.758651.620764.7299
Yxy51.62070.32790.2982
Hunter Lab71.847515.2794-3.1231
CIE-Lab77.053519.9581-7.7316

#ddb2cd color RGB value is (221,178,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 11001101
Octal 335 262 315
Decimal 221 178 205
Hex DD B2 CD

RGB Percentages of Color #ddb2cd

%36.59
%29.47
%33.94

CMYK Percentages of Color #ddb2cd

%0
%19
%7
%13

Triadic Colors of #ddb2cd

#ddb2cd #cdddb2 #b2cddd

Analogous Colors of #ddb2cd

#ddb2cd #ddb2b8 #d8b2dd

Monochromatic Colors of #ddb2cd

#ddb2cd

Complementary Color

#ddb2cd #b2ddc2

#ddb2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb2cd Color CSS Codes

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

#ddb2cd Text Font Color

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

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


#ddb2cd Background Color

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

This div background color is #ddb2cd


#ddb2cd Border Color

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

This div border color is #ddb2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb2cd


Comments

No comments written yet.

Please login to write comment.