Color Hex Logo

#dbc4de Color Hex

#DBC4DE
(219,196,222)
0 Favorites   0 Comments

Color spaces of #dbc4de

RGB 219196222
HSL0.810.280.82
HSV293°12°87°
CMYK 0.010.120.00   0.13
XYZ62.138259.813977.3774
Yxy59.81390.31170.3001
Hunter Lab77.33948.0714-5.1815
CIE-Lab81.736912.6739-9.9647

#dbc4de color RGB value is (219,196,222).

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

The process color (four color CMYK) of #dbc4de color hex is 0.01, 0.12, 0.00, 0.13. Web safe color of #dbc4de is #cccccc. Color #dbc4de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 11011110
Octal 333 304 336
Decimal 219 196 222
Hex DB C4 DE

RGB Percentages of Color #dbc4de

%34.38
%30.77
%34.85

CMYK Percentages of Color #dbc4de

%1
%12
%0
%13

Triadic Colors of #dbc4de

#dbc4de #dedbc4 #c4dedb

Analogous Colors of #dbc4de

#dbc4de #dec4d4 #cec4de

Monochromatic Colors of #dbc4de

#dbc4de

Complementary Color

#dbc4de #c7dec4

#dbc4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc4de Color CSS Codes

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

#dbc4de Text Font Color

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

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


#dbc4de Background Color

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

This div background color is #dbc4de


#dbc4de Border Color

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

This div border color is #dbc4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc4de


Comments

No comments written yet.

Please login to write comment.