Color Hex Logo

#dbc0db Color Hex

#DBC0DB
(219,192,219)
0 Favorites   0 Comments

Color spaces of #dbc0db

RGB 219192219
HSL0.830.270.81
HSV300°12°86°
CMYK 0.000.120.00   0.14
XYZ60.849257.873874.9815
Yxy57.87380.31410.2988
Hunter Lab76.07489.6440-5.1855
CIE-Lab80.668614.2572-9.9452

#dbc0db color RGB value is (219,192,219).

#dbc0db hex color red value is 219, green value is 192 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbc0db hue: 0.83 , saturation: 0.27 and the lightness value of dbc0db is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 11011011
Octal 333 300 333
Decimal 219 192 219
Hex DB C0 DB

RGB Percentages of Color #dbc0db

%34.76
%30.48
%34.76

CMYK Percentages of Color #dbc0db

%0
%12
%0
%14

Triadic Colors of #dbc0db

#dbc0db #dbdbc0 #c0dbdb

Analogous Colors of #dbc0db

#dbc0db #dbc0ce #cec0db

Monochromatic Colors of #dbc0db

#dbc0db

Complementary Color

#dbc0db #c0dbc0

#dbc0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc0db Color CSS Codes

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

#dbc0db Text Font Color

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

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


#dbc0db Background Color

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

This div background color is #dbc0db


#dbc0db Border Color

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

This div border color is #dbc0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc0db


Comments

No comments written yet.

Please login to write comment.