Color Hex Logo

#d1becc Color Hex

#D1BECC
(209,190,204)
0 Favorites   0 Comments

Color spaces of #d1becc

RGB 209190204
HSL0.880.170.78
HSV316°82°
CMYK 0.000.090.02   0.18
XYZ55.607054.741964.7622
Yxy54.74190.31760.3126
Hunter Lab73.98784.6767-0.1057
CIE-Lab78.89249.1648-4.5891

#d1becc color RGB value is (209,190,204).

#d1becc hex color red value is 209, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d1becc hue: 0.88 , saturation: 0.17 and the lightness value of d1becc is 0.78.

The process color (four color CMYK) of #d1becc color hex is 0.00, 0.09, 0.02, 0.18. Web safe color of #d1becc is #cccccc. Color #d1becc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111110 11001100
Octal 321 276 314
Decimal 209 190 204
Hex D1 BE CC

RGB Percentages of Color #d1becc

%34.66
%31.51
%33.83

CMYK Percentages of Color #d1becc

%0
%9
%2
%18

Triadic Colors of #d1becc

#d1becc #ccd1be #beccd1

Analogous Colors of #d1becc

#d1becc #d1bec3 #cdbed1

Monochromatic Colors of #d1becc

#d1becc

Complementary Color

#d1becc #bed1c3

#d1becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1becc Color CSS Codes

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

#d1becc Text Font Color

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

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


#d1becc Background Color

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

This div background color is #d1becc


#d1becc Border Color

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

This div border color is #d1becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1becc


Comments

No comments written yet.

Please login to write comment.