Color Hex Logo

#ddabca Color Hex

#DDABCA
(221,171,202)
0 Favorites   0 Comments

Color spaces of #ddabca

RGB 221171202
HSL0.900.420.77
HSV323°23°87°
CMYK 0.000.230.09   0.13
XYZ55.042448.762262.3881
Yxy48.76220.33120.2934
Hunter Lab69.829918.4976-4.0905
CIE-Lab75.303123.2154-8.6964

#ddabca color RGB value is (221,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11001010
Octal 335 253 312
Decimal 221 171 202
Hex DD AB CA

RGB Percentages of Color #ddabca

%37.21
%28.79
%34.01

CMYK Percentages of Color #ddabca

%0
%23
%9
%13

Triadic Colors of #ddabca

#ddabca #caddab #abcadd

Analogous Colors of #ddabca

#ddabca #ddabb1 #d7abdd

Monochromatic Colors of #ddabca

#ddabca

Complementary Color

#ddabca #abddbe

#ddabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabca Color CSS Codes

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

#ddabca Text Font Color

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

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


#ddabca Background Color

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

This div background color is #ddabca


#ddabca Border Color

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

This div border color is #ddabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabca


Comments

No comments written yet.

Please login to write comment.