Color Hex Logo

#dbc4dc Color Hex

#DBC4DC
(219,196,220)
0 Favorites   0 Comments

Color spaces of #dbc4dc

RGB 219196220
HSL0.830.260.82
HSV298°11°86°
CMYK 0.000.110.00   0.14
XYZ61.871659.707275.9738
Yxy59.70720.31320.3022
Hunter Lab77.27047.7044-4.2058
CIE-Lab81.678812.3030-8.9792

#dbc4dc color RGB value is (219,196,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 11011100
Octal 333 304 334
Decimal 219 196 220
Hex DB C4 DC

RGB Percentages of Color #dbc4dc

%34.49
%30.87
%34.65

CMYK Percentages of Color #dbc4dc

%0
%11
%0
%14

Triadic Colors of #dbc4dc

#dbc4dc #dcdbc4 #c4dcdb

Analogous Colors of #dbc4dc

#dbc4dc #dcc4d1 #cfc4dc

Monochromatic Colors of #dbc4dc

#dbc4dc

Complementary Color

#dbc4dc #c5dcc4

#dbc4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc4dc Color CSS Codes

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

#dbc4dc Text Font Color

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

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


#dbc4dc Background Color

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

This div background color is #dbc4dc


#dbc4dc Border Color

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

This div border color is #dbc4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc4dc


Comments

No comments written yet.

Please login to write comment.