Color Hex Logo

#ddabcb Color Hex

#DDABCB
(221,171,203)
0 Favorites   0 Comments

Color spaces of #ddabcb

RGB 221171203
HSL0.890.420.77
HSV322°23°87°
CMYK 0.000.230.08   0.13
XYZ55.161248.809863.0138
Yxy48.80980.33030.2923
Hunter Lab69.864018.6728-4.5718
CIE-Lab75.332823.3870-9.1987

#ddabcb color RGB value is (221,171,203).

#ddabcb hex color red value is 221, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ddabcb hue: 0.89 , saturation: 0.42 and the lightness value of ddabcb is 0.77.

The process color (four color CMYK) of #ddabcb color hex is 0.00, 0.23, 0.08, 0.13. Web safe color of #ddabcb is #cc99cc. Color #ddabcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11001011
Octal 335 253 313
Decimal 221 171 203
Hex DD AB CB

RGB Percentages of Color #ddabcb

%37.14
%28.74
%34.12

CMYK Percentages of Color #ddabcb

%0
%23
%8
%13

Triadic Colors of #ddabcb

#ddabcb #cbddab #abcbdd

Analogous Colors of #ddabcb

#ddabcb #ddabb2 #d6abdd

Monochromatic Colors of #ddabcb

#ddabcb

Complementary Color

#ddabcb #abddbd

#ddabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabcb Color CSS Codes

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

#ddabcb Text Font Color

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

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


#ddabcb Background Color

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

This div background color is #ddabcb


#ddabcb Border Color

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

This div border color is #ddabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabcb


Comments

No comments written yet.

Please login to write comment.