Color Hex Logo

#ddafcf Color Hex

#DDAFCF
(221,175,207)
0 Favorites   0 Comments

Color spaces of #ddafcf

RGB 221175207
HSL0.880.400.78
HSV318°21°87°
CMYK 0.000.210.06   0.13
XYZ56.411350.537165.8129
Yxy50.53710.32650.2925
Hunter Lab71.089517.2378-5.1266
CIE-Lab76.397821.9240-9.7948

#ddafcf color RGB value is (221,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11001111
Octal 335 257 317
Decimal 221 175 207
Hex DD AF CF

RGB Percentages of Color #ddafcf

%36.65
%29.02
%34.33

CMYK Percentages of Color #ddafcf

%0
%21
%6
%13

Triadic Colors of #ddafcf

#ddafcf #cfddaf #afcfdd

Analogous Colors of #ddafcf

#ddafcf #ddafb8 #d4afdd

Monochromatic Colors of #ddafcf

#ddafcf

Complementary Color

#ddafcf #afddbd

#ddafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafcf Color CSS Codes

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

#ddafcf Text Font Color

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

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


#ddafcf Background Color

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

This div background color is #ddafcf


#ddafcf Border Color

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

This div border color is #ddafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafcf

#ddafcf Color Palettes


Comments

No comments written yet.

Please login to write comment.