Color Hex Logo

#dbc9dc Color Hex

#DBC9DC
(219,201,220)
0 Favorites   0 Comments

Color spaces of #dbc9dc

RGB 219201220
HSL0.820.210.83
HSV297°86°
CMYK 0.000.090.00   0.14
XYZ63.018362.000776.3560
Yxy62.00070.31290.3079
Hunter Lab78.74055.0628-2.3761
CIE-Lab82.91389.6404-7.1468

#dbc9dc color RGB value is (219,201,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 11011100
Octal 333 311 334
Decimal 219 201 220
Hex DB C9 DC

RGB Percentages of Color #dbc9dc

%34.22
%31.41
%34.38

CMYK Percentages of Color #dbc9dc

%0
%9
%0
%14

Triadic Colors of #dbc9dc

#dbc9dc #dcdbc9 #c9dcdb

Analogous Colors of #dbc9dc

#dbc9dc #dcc9d4 #d2c9dc

Monochromatic Colors of #dbc9dc

#dbc9dc

Complementary Color

#dbc9dc #cadcc9

#dbc9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc9dc Color CSS Codes

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

#dbc9dc Text Font Color

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

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


#dbc9dc Background Color

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

This div background color is #dbc9dc


#dbc9dc Border Color

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

This div border color is #dbc9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc9dc


Comments

No comments written yet.

Please login to write comment.