Color Hex Logo

#d6becc Color Hex

#D6BECC
(214,190,204)
0 Favorites   0 Comments

Color spaces of #d6becc

RGB 214190204
HSL0.900.230.79
HSV325°11°84°
CMYK 0.000.110.05   0.16
XYZ57.044155.482764.8294
Yxy55.48270.32160.3128
Hunter Lab74.48676.34880.5377
CIE-Lab79.318510.8999-3.9125

#d6becc color RGB value is (214,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111110 11001100
Octal 326 276 314
Decimal 214 190 204
Hex D6 BE CC

RGB Percentages of Color #d6becc

%35.20
%31.25
%33.55

CMYK Percentages of Color #d6becc

%0
%11
%5
%16

Triadic Colors of #d6becc

#d6becc #ccd6be #beccd6

Analogous Colors of #d6becc

#d6becc #d6bec0 #d4bed6

Monochromatic Colors of #d6becc

#d6becc

Complementary Color

#d6becc #bed6c8

#d6becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6becc Color CSS Codes

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

#d6becc Text Font Color

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

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


#d6becc Background Color

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

This div background color is #d6becc


#d6becc Border Color

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

This div border color is #d6becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6becc


Comments

No comments written yet.

Please login to write comment.