Color Hex Logo

#dbc3dc Color Hex

#DBC3DC
(219,195,220)
0 Favorites   0 Comments

Color spaces of #dbc3dc

RGB 219195220
HSL0.830.260.81
HSV298°11°86°
CMYK 0.000.110.00   0.14
XYZ61.646859.257675.8989
Yxy59.25760.31320.3011
Hunter Lab76.97908.2344-4.5729
CIE-Lab81.433012.8370-9.3446

#dbc3dc color RGB value is (219,195,220).

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

The process color (four color CMYK) of #dbc3dc color hex is 0.00, 0.11, 0.00, 0.14. Web safe color of #dbc3dc is #cccccc. Color #dbc3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 11011100
Octal 333 303 334
Decimal 219 195 220
Hex DB C3 DC

RGB Percentages of Color #dbc3dc

%34.54
%30.76
%34.70

CMYK Percentages of Color #dbc3dc

%0
%11
%0
%14

Triadic Colors of #dbc3dc

#dbc3dc #dcdbc3 #c3dcdb

Analogous Colors of #dbc3dc

#dbc3dc #dcc3d1 #cfc3dc

Monochromatic Colors of #dbc3dc

#dbc3dc

Complementary Color

#dbc3dc #c4dcc3

#dbc3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc3dc Color CSS Codes

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

#dbc3dc Text Font Color

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

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


#dbc3dc Background Color

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

This div background color is #dbc3dc


#dbc3dc Border Color

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

This div border color is #dbc3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc3dc


Comments

No comments written yet.

Please login to write comment.