Color Hex Logo

#d2b6dd Color Hex

#D2B6DD
(210,182,221)
0 Favorites   0 Comments

Color spaces of #d2b6dd

RGB 210182221
HSL0.790.360.79
HSV283°18°87°
CMYK 0.050.180.00   0.13
XYZ56.357452.378075.5462
Yxy52.37800.30580.2842
Hunter Lab72.372612.3478-11.2290
CIE-Lab77.506317.0118-15.8396

#d2b6dd color RGB value is (210,182,221).

#d2b6dd hex color red value is 210, green value is 182 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d2b6dd hue: 0.79 , saturation: 0.36 and the lightness value of d2b6dd is 0.79.

The process color (four color CMYK) of #d2b6dd color hex is 0.05, 0.18, 0.00, 0.13. Web safe color of #d2b6dd is #cccccc. Color #d2b6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10110110 11011101
Octal 322 266 335
Decimal 210 182 221
Hex D2 B6 DD

RGB Percentages of Color #d2b6dd

%34.26
%29.69
%36.05

CMYK Percentages of Color #d2b6dd

%5
%18
%0
%13

Triadic Colors of #d2b6dd

#d2b6dd #ddd2b6 #b6ddd2

Analogous Colors of #d2b6dd

#d2b6dd #ddb6d5 #bfb6dd

Monochromatic Colors of #d2b6dd

#d2b6dd

Complementary Color

#d2b6dd #c1ddb6

#d2b6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2b6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2b6dd Color CSS Codes

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

#d2b6dd Text Font Color

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

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


#d2b6dd Background Color

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

This div background color is #d2b6dd


#d2b6dd Border Color

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

This div border color is #d2b6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2b6dd


Comments

No comments written yet.

Please login to write comment.