Color Hex Logo

#ddafcd Color Hex

#DDAFCD
(221,175,205)
0 Favorites   0 Comments

Color spaces of #ddafcd

RGB 221175205
HSL0.890.400.78
HSV321°21°87°
CMYK 0.000.210.07   0.13
XYZ56.168250.439964.5331
Yxy50.43990.32820.2947
Hunter Lab71.021116.8829-4.1590
CIE-Lab76.338521.5750-8.7937

#ddafcd color RGB value is (221,175,205).

#ddafcd hex color red value is 221, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddafcd hue: 0.89 , saturation: 0.40 and the lightness value of ddafcd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11001101
Octal 335 257 315
Decimal 221 175 205
Hex DD AF CD

RGB Percentages of Color #ddafcd

%36.77
%29.12
%34.11

CMYK Percentages of Color #ddafcd

%0
%21
%7
%13

Triadic Colors of #ddafcd

#ddafcd #cdddaf #afcddd

Analogous Colors of #ddafcd

#ddafcd #ddafb6 #d6afdd

Monochromatic Colors of #ddafcd

#ddafcd

Complementary Color

#ddafcd #afddbf

#ddafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafcd Color CSS Codes

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

#ddafcd Text Font Color

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

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


#ddafcd Background Color

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

This div background color is #ddafcd


#ddafcd Border Color

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

This div border color is #ddafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafcd


Comments

No comments written yet.

Please login to write comment.