Color Hex Logo

#ddaccb Color Hex

#DDACCB
(221,172,203)
0 Favorites   0 Comments

Color spaces of #ddaccb

RGB 221172203
HSL0.890.420.77
HSV322°22°87°
CMYK 0.000.220.08   0.13
XYZ55.350849.189063.0770
Yxy49.18900.33020.2935
Hunter Lab70.134918.1371-4.2291
CIE-Lab75.568822.8475-8.8477

#ddaccb color RGB value is (221,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11001011
Octal 335 254 313
Decimal 221 172 203
Hex DD AC CB

RGB Percentages of Color #ddaccb

%37.08
%28.86
%34.06

CMYK Percentages of Color #ddaccb

%0
%22
%8
%13

Triadic Colors of #ddaccb

#ddaccb #cbddac #accbdd

Analogous Colors of #ddaccb

#ddaccb #ddacb3 #d7acdd

Monochromatic Colors of #ddaccb

#ddaccb

Complementary Color

#ddaccb #acddbe

#ddaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaccb Color CSS Codes

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

#ddaccb Text Font Color

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

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


#ddaccb Background Color

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

This div background color is #ddaccb


#ddaccb Border Color

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

This div border color is #ddaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaccb


Comments

No comments written yet.

Please login to write comment.