Color Hex Logo

#ddafc7 Color Hex

#DDAFC7
(221,175,199)
0 Favorites   0 Comments

Color spaces of #ddafc7

RGB 221175199
HSL0.910.400.78
HSV329°21°87°
CMYK 0.000.210.10   0.13
XYZ55.457650.155660.7909
Yxy50.15560.33330.3014
Hunter Lab70.820615.8422-1.3188
CIE-Lab76.164720.5473-5.7812

#ddafc7 color RGB value is (221,175,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11000111
Octal 335 257 307
Decimal 221 175 199
Hex DD AF C7

RGB Percentages of Color #ddafc7

%37.14
%29.41
%33.45

CMYK Percentages of Color #ddafc7

%0
%21
%10
%13

Triadic Colors of #ddafc7

#ddafc7 #c7ddaf #afc7dd

Analogous Colors of #ddafc7

#ddafc7 #ddafb0 #dcafdd

Monochromatic Colors of #ddafc7

#ddafc7

Complementary Color

#ddafc7 #afddc5

#ddafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafc7 Color CSS Codes

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

#ddafc7 Text Font Color

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

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


#ddafc7 Background Color

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

This div background color is #ddafc7


#ddafc7 Border Color

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

This div border color is #ddafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafc7


Comments

No comments written yet.

Please login to write comment.