Color Hex Logo

#dcafdd Color Hex

#DCAFDD
(220,175,221)
0 Favorites   0 Comments

Color spaces of #dcafdd

RGB 220175221
HSL0.830.400.78
HSV299°21°87°
CMYK 0.000.210.00   0.13
XYZ57.896351.096075.2177
Yxy51.09600.31430.2774
Hunter Lab71.481519.4832-12.3520
CIE-Lab76.737124.1164-16.9088

#dcafdd color RGB value is (220,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11011101
Octal 334 257 335
Decimal 220 175 221
Hex DC AF DD

RGB Percentages of Color #dcafdd

%35.71
%28.41
%35.88

CMYK Percentages of Color #dcafdd

%0
%21
%0
%13

Triadic Colors of #dcafdd

#dcafdd #dddcaf #afdddc

Analogous Colors of #dcafdd

#dcafdd #ddafc7 #c5afdd

Monochromatic Colors of #dcafdd

#dcafdd

Complementary Color

#dcafdd #b0ddaf

#dcafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafdd Color CSS Codes

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

#dcafdd Text Font Color

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

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


#dcafdd Background Color

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

This div background color is #dcafdd


#dcafdd Border Color

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

This div border color is #dcafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafdd


Comments

No comments written yet.

Please login to write comment.