Color Hex Logo

#daccdd Color Hex

#DACCDD
(218,204,221)
0 Favorites   0 Comments

Color spaces of #daccdd

RGB 218204221
HSL0.800.200.83
HSV289°87°
CMYK 0.010.080.00   0.13
XYZ63.557563.311677.2771
Yxy63.31160.31130.3101
Hunter Lab79.56863.3365-1.8845
CIE-Lab83.60617.8964-6.6649

#daccdd color RGB value is (218,204,221).

#daccdd hex color red value is 218, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #daccdd hue: 0.80 , saturation: 0.20 and the lightness value of daccdd is 0.83.

The process color (four color CMYK) of #daccdd color hex is 0.01, 0.08, 0.00, 0.13. Web safe color of #daccdd is #cccccc. Color #daccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 11011101
Octal 332 314 335
Decimal 218 204 221
Hex DA CC DD

RGB Percentages of Color #daccdd

%33.90
%31.73
%34.37

CMYK Percentages of Color #daccdd

%1
%8
%0
%13

Triadic Colors of #daccdd

#daccdd #dddacc #ccddda

Analogous Colors of #daccdd

#daccdd #ddccd8 #d2ccdd

Monochromatic Colors of #daccdd

#daccdd

Complementary Color

#daccdd #cfddcc

#daccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccdd Color CSS Codes

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

#daccdd Text Font Color

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

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


#daccdd Background Color

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

This div background color is #daccdd


#daccdd Border Color

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

This div border color is #daccdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,204,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 #daccdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccdd


Comments

No comments written yet.

Please login to write comment.