Color Hex Logo

#dad7dd Color Hex

#DAD7DD
(218,215,221)
0 Favorites   0 Comments

Color spaces of #dad7dd

RGB 218215221
HSL0.750.080.85
HSV270°87°
CMYK 0.010.030.00   0.13
XYZ66.265068.726878.1797
Yxy68.72680.31090.3224
Hunter Lab82.9016-2.39912.1182
CIE-Lab86.36862.1114-2.5938

#dad7dd color RGB value is (218,215,221).

#dad7dd hex color red value is 218, green value is 215 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dad7dd hue: 0.75 , saturation: 0.08 and the lightness value of dad7dd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 11011101
Octal 332 327 335
Decimal 218 215 221
Hex DA D7 DD

RGB Percentages of Color #dad7dd

%33.33
%32.87
%33.79

CMYK Percentages of Color #dad7dd

%1
%3
%0
%13

Triadic Colors of #dad7dd

#dad7dd #dddad7 #d7ddda

Analogous Colors of #dad7dd

#dad7dd #ddd7dd #d7d7dd

Monochromatic Colors of #dad7dd

#dad7dd

Complementary Color

#dad7dd #daddd7

#dad7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad7dd Color CSS Codes

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

#dad7dd Text Font Color

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

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


#dad7dd Background Color

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

This div background color is #dad7dd


#dad7dd Border Color

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

This div border color is #dad7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad7dd


Comments

No comments written yet.

Please login to write comment.