Color Hex Logo

#ddbacd Color Hex

#DDBACD
(221,186,205)
0 Favorites   0 Comments

Color spaces of #ddbacd

RGB 221186205
HSL0.910.340.80
HSV327°16°87°
CMYK 0.000.160.07   0.13
XYZ58.397154.897765.2761
Yxy54.89770.32700.3074
Hunter Lab74.093011.0238-0.3695
CIE-Lab78.982315.6575-4.8777

#ddbacd color RGB value is (221,186,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11001101
Octal 335 272 315
Decimal 221 186 205
Hex DD BA CD

RGB Percentages of Color #ddbacd

%36.11
%30.39
%33.50

CMYK Percentages of Color #ddbacd

%0
%16
%7
%13

Triadic Colors of #ddbacd

#ddbacd #cdddba #bacddd

Analogous Colors of #ddbacd

#ddbacd #ddbabc #dcbadd

Monochromatic Colors of #ddbacd

#ddbacd

Complementary Color

#ddbacd #baddca

#ddbacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbacd Color CSS Codes

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

#ddbacd Text Font Color

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

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


#ddbacd Background Color

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

This div background color is #ddbacd


#ddbacd Border Color

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

This div border color is #ddbacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbacd


Comments

No comments written yet.

Please login to write comment.