color codes Logo

#dda4ce color codes

#DDA4CE
(221,164,206)
0 Favorites   0 Comments

Color spaces of #dda4ce

RGB 221164206
HSL0.880.460.75
HSV316°26°87°
CMYK 0.000.260.07   0.13
XYZ54.234846.379364.4861
Yxy46.37930.32850.2809
Hunter Lab68.102322.9733-8.4700
CIE-Lab73.791027.6850-13.1452

#dda4ce color RGB value is (221,164,206).

#dda4ce hex color red value is 221, green value is 164 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dda4ce hue: 0.88 , saturation: 0.46 and the lightness value of dda4ce is 0.75.

The process color (four color CMYK) of #dda4ce color code is 0.00, 0.26, 0.07, 0.13. Web safe color of #dda4ce is #cc99cc. Color #dda4ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 11001110
Octal 335 244 316
Decimal 221 164 206
Hex DD A4 CE

RGB Percentages of Color #dda4ce

%37.39
%27.75
%34.86

CMYK Percentages of Color #dda4ce

%0
%26
%7
%13

Triadic Colors of #dda4ce

#dda4ce #cedda4 #a4cedd

Analogous Colors of #dda4ce

#dda4ce #dda4b2 #d0a4dd

Monochromatic Colors of #dda4ce

#dda4ce

Complementary Color

#dda4ce #a4ddb3

#dda4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4ce Color CSS Codes

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

#dda4ce Text Font Color

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

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


#dda4ce Background Color

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

This div background color is #dda4ce


#dda4ce Border Color

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

This div border color is #dda4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4ce


Comments

No comments written yet.

Please login to write comment.