Color Hex Logo

#ddafc0 Color Hex

#DDAFC0
(221,175,192)
0 Favorites   0 Comments

Color spaces of #ddafc0

RGB 221175192
HSL0.940.400.78
HSV338°21°87°
CMYK 0.000.210.13   0.13
XYZ54.663249.837956.6078
Yxy49.83790.33930.3093
Hunter Lab70.596014.67151.8751
CIE-Lab75.969719.3833-2.2499

#ddafc0 color RGB value is (221,175,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11000000
Octal 335 257 300
Decimal 221 175 192
Hex DD AF C0

RGB Percentages of Color #ddafc0

%37.59
%29.76
%32.65

CMYK Percentages of Color #ddafc0

%0
%21
%13
%13

Triadic Colors of #ddafc0

#ddafc0 #c0ddaf #afc0dd

Analogous Colors of #ddafc0

#ddafc0 #ddb5af #ddafd7

Monochromatic Colors of #ddafc0

#ddafc0

Complementary Color

#ddafc0 #afddcc

#ddafc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafc0 Color CSS Codes

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

#ddafc0 Text Font Color

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

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


#ddafc0 Background Color

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

This div background color is #ddafc0


#ddafc0 Border Color

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

This div border color is #ddafc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafc0


Comments

No comments written yet.

Please login to write comment.