Color Hex Logo

#dbbecd Color Hex

#DBBECD
(219,190,205)
0 Favorites   0 Comments

Color spaces of #dbbecd

RGB 219190205
HSL0.910.290.80
HSV329°13°86°
CMYK 0.000.130.06   0.14
XYZ58.646356.294865.5326
Yxy56.29480.32500.3119
Hunter Lab75.02998.22040.7358
CIE-Lab79.781312.8173-3.7207

#dbbecd color RGB value is (219,190,205).

#dbbecd hex color red value is 219, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dbbecd hue: 0.91 , saturation: 0.29 and the lightness value of dbbecd is 0.80.

The process color (four color CMYK) of #dbbecd color hex is 0.00, 0.13, 0.06, 0.14. Web safe color of #dbbecd is #cccccc. Color #dbbecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11001101
Octal 333 276 315
Decimal 219 190 205
Hex DB BE CD

RGB Percentages of Color #dbbecd

%35.67
%30.94
%33.39

CMYK Percentages of Color #dbbecd

%0
%13
%6
%14

Triadic Colors of #dbbecd

#dbbecd #cddbbe #becddb

Analogous Colors of #dbbecd

#dbbecd #dbbebf #dbbedb

Monochromatic Colors of #dbbecd

#dbbecd

Complementary Color

#dbbecd #bedbcc

#dbbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbecd Color CSS Codes

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

#dbbecd Text Font Color

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

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


#dbbecd Background Color

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

This div background color is #dbbecd


#dbbecd Border Color

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

This div border color is #dbbecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,190,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbecd


Comments

No comments written yet.

Please login to write comment.