Color Hex Logo

#d6bfcc Color Hex

#D6BFCC
(214,191,204)
0 Favorites   0 Comments

Color spaces of #d6bfcc

RGB 214191204
HSL0.910.220.79
HSV326°11°84°
CMYK 0.000.110.05   0.16
XYZ57.261455.917464.9019
Yxy55.91740.32150.3140
Hunter Lab74.77795.82540.8851
CIE-Lab79.566810.3646-3.5471

#d6bfcc color RGB value is (214,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111111 11001100
Octal 326 277 314
Decimal 214 191 204
Hex D6 BF CC

RGB Percentages of Color #d6bfcc

%35.14
%31.36
%33.50

CMYK Percentages of Color #d6bfcc

%0
%11
%5
%16

Triadic Colors of #d6bfcc

#d6bfcc #ccd6bf #bfccd6

Analogous Colors of #d6bfcc

#d6bfcc #d6bfc1 #d5bfd6

Monochromatic Colors of #d6bfcc

#d6bfcc

Complementary Color

#d6bfcc #bfd6c9

#d6bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bfcc Color CSS Codes

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

#d6bfcc Text Font Color

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

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


#d6bfcc Background Color

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

This div background color is #d6bfcc


#d6bfcc Border Color

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

This div border color is #d6bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bfcc


Comments

No comments written yet.

Please login to write comment.