Color Hex Logo

#ddabcf Color Hex

#DDABCF
(221,171,207)
0 Favorites   0 Comments

Color spaces of #ddabcf

RGB 221171207
HSL0.880.420.77
HSV317°23°87°
CMYK 0.000.230.06   0.13
XYZ55.644249.003065.5572
Yxy49.00300.32690.2879
Hunter Lab70.002119.3846-6.5237
CIE-Lab75.453224.0821-11.2041

#ddabcf color RGB value is (221,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11001111
Octal 335 253 317
Decimal 221 171 207
Hex DD AB CF

RGB Percentages of Color #ddabcf

%36.89
%28.55
%34.56

CMYK Percentages of Color #ddabcf

%0
%23
%6
%13

Triadic Colors of #ddabcf

#ddabcf #cfddab #abcfdd

Analogous Colors of #ddabcf

#ddabcf #ddabb6 #d2abdd

Monochromatic Colors of #ddabcf

#ddabcf

Complementary Color

#ddabcf #abddb9

#ddabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabcf Color CSS Codes

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

#ddabcf Text Font Color

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

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


#ddabcf Background Color

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

This div background color is #ddabcf


#ddabcf Border Color

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

This div border color is #ddabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabcf


Comments

No comments written yet.

Please login to write comment.