Color Hex Logo

#dbc5dc Color Hex

#DBC5DC
(219,197,220)
0 Favorites   0 Comments

Color spaces of #dbc5dc

RGB 219197220
HSL0.830.250.82
HSV297°10°86°
CMYK 0.000.100.00   0.14
XYZ62.097960.159976.0492
Yxy60.15990.31310.3034
Hunter Lab77.56287.1747-3.8390
CIE-Lab81.925011.7693-8.6133

#dbc5dc color RGB value is (219,197,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 11011100
Octal 333 305 334
Decimal 219 197 220
Hex DB C5 DC

RGB Percentages of Color #dbc5dc

%34.43
%30.97
%34.59

CMYK Percentages of Color #dbc5dc

%0
%10
%0
%14

Triadic Colors of #dbc5dc

#dbc5dc #dcdbc5 #c5dcdb

Analogous Colors of #dbc5dc

#dbc5dc #dcc5d2 #d0c5dc

Monochromatic Colors of #dbc5dc

#dbc5dc

Complementary Color

#dbc5dc #c6dcc5

#dbc5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc5dc Color CSS Codes

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

#dbc5dc Text Font Color

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

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


#dbc5dc Background Color

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

This div background color is #dbc5dc


#dbc5dc Border Color

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

This div border color is #dbc5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc5dc


Comments

No comments written yet.

Please login to write comment.