Color Hex Logo

#d6bdcc Color Hex

#D6BDCC
(214,189,204)
0 Favorites   0 Comments

Color spaces of #d6bdcc

RGB 214189204
HSL0.900.230.79
HSV324°12°84°
CMYK 0.000.120.05   0.16
XYZ56.828255.051064.7575
Yxy55.05100.32170.3117
Hunter Lab74.19646.87240.1900
CIE-Lab79.070611.4355-4.2776

#d6bdcc color RGB value is (214,189,204).

#d6bdcc hex color red value is 214, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d6bdcc hue: 0.90 , saturation: 0.23 and the lightness value of d6bdcc is 0.79.

The process color (four color CMYK) of #d6bdcc color hex is 0.00, 0.12, 0.05, 0.16. Web safe color of #d6bdcc is #cccccc. Color #d6bdcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111101 11001100
Octal 326 275 314
Decimal 214 189 204
Hex D6 BD CC

RGB Percentages of Color #d6bdcc

%35.26
%31.14
%33.61

CMYK Percentages of Color #d6bdcc

%0
%12
%5
%16

Triadic Colors of #d6bdcc

#d6bdcc #ccd6bd #bdccd6

Analogous Colors of #d6bdcc

#d6bdcc #d6bdc0 #d4bdd6

Monochromatic Colors of #d6bdcc

#d6bdcc

Complementary Color

#d6bdcc #bdd6c7

#d6bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bdcc Color CSS Codes

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

#d6bdcc Text Font Color

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

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


#d6bdcc Background Color

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

This div background color is #d6bdcc


#d6bdcc Border Color

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

This div border color is #d6bdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,189,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bdcc


Comments

No comments written yet.

Please login to write comment.