Color Hex Logo

#dbc7dc Color Hex

#DBC7DC
(219,199,220)
0 Favorites   0 Comments

Color spaces of #dbc7dc

RGB 219199220
HSL0.830.230.82
HSV297°10°86°
CMYK 0.000.100.00   0.14
XYZ62.555161.074276.2016
Yxy61.07420.31300.3056
Hunter Lab78.15006.1177-3.1068
CIE-Lab82.418610.7039-7.8807

#dbc7dc color RGB value is (219,199,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 11011100
Octal 333 307 334
Decimal 219 199 220
Hex DB C7 DC

RGB Percentages of Color #dbc7dc

%34.33
%31.19
%34.48

CMYK Percentages of Color #dbc7dc

%0
%10
%0
%14

Triadic Colors of #dbc7dc

#dbc7dc #dcdbc7 #c7dcdb

Analogous Colors of #dbc7dc

#dbc7dc #dcc7d3 #d1c7dc

Monochromatic Colors of #dbc7dc

#dbc7dc

Complementary Color

#dbc7dc #c8dcc7

#dbc7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc7dc Color CSS Codes

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

#dbc7dc Text Font Color

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

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


#dbc7dc Background Color

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

This div background color is #dbc7dc


#dbc7dc Border Color

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

This div border color is #dbc7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc7dc


Comments

No comments written yet.

Please login to write comment.