Color Hex Logo

#ddadce Color Hex

#DDADCE
(221,173,206)
0 Favorites   0 Comments

Color spaces of #ddadce

RGB 221173206
HSL0.890.410.77
HSV319°22°87°
CMYK 0.000.220.07   0.13
XYZ55.902949.715565.0422
Yxy49.71550.32760.2913
Hunter Lab70.509218.1317-5.3364
CIE-Lab75.894322.8279-10.0002

#ddadce color RGB value is (221,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11001110
Octal 335 255 316
Decimal 221 173 206
Hex DD AD CE

RGB Percentages of Color #ddadce

%36.83
%28.83
%34.33

CMYK Percentages of Color #ddadce

%0
%22
%7
%13

Triadic Colors of #ddadce

#ddadce #ceddad #adcedd

Analogous Colors of #ddadce

#ddadce #ddadb6 #d4addd

Monochromatic Colors of #ddadce

#ddadce

Complementary Color

#ddadce #adddbc

#ddadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadce Color CSS Codes

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

#ddadce Text Font Color

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

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


#ddadce Background Color

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

This div background color is #ddadce


#ddadce Border Color

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

This div border color is #ddadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadce


Comments

No comments written yet.

Please login to write comment.