Color Hex Logo

#dbc1db Color Hex

#DBC1DB
(219,193,219)
0 Favorites   0 Comments

Color spaces of #dbc1db

RGB 219193219
HSL0.830.270.81
HSV300°12°86°
CMYK 0.000.120.00   0.14
XYZ61.069658.314575.0549
Yxy58.31450.31410.2999
Hunter Lab76.36399.1128-4.8189
CIE-Lab80.913313.7219-9.5808

#dbc1db color RGB value is (219,193,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 11011011
Octal 333 301 333
Decimal 219 193 219
Hex DB C1 DB

RGB Percentages of Color #dbc1db

%34.71
%30.59
%34.71

CMYK Percentages of Color #dbc1db

%0
%12
%0
%14

Triadic Colors of #dbc1db

#dbc1db #dbdbc1 #c1dbdb

Analogous Colors of #dbc1db

#dbc1db #dbc1ce #cec1db

Monochromatic Colors of #dbc1db

#dbc1db

Complementary Color

#dbc1db #c1dbc1

#dbc1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc1db Color CSS Codes

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

#dbc1db Text Font Color

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

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


#dbc1db Background Color

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

This div background color is #dbc1db


#dbc1db Border Color

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

This div border color is #dbc1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc1db

#dbc1db Color Palettes


Comments

No comments written yet.

Please login to write comment.