Color Hex Logo

#dbc7eb Color Hex

#DBC7EB
(219,199,235)
0 Favorites   0 Comments

Color spaces of #dbc7eb

RGB 219199235
HSL0.760.470.85
HSV273°15°92°
CMYK 0.070.150.00   0.08
XYZ64.632261.905187.1397
Yxy61.90510.30250.2897
Hunter Lab78.67988.9407-10.5892
CIE-Lab82.862913.5502-15.2339

#dbc7eb color RGB value is (219,199,235).

#dbc7eb hex color red value is 219, green value is 199 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbc7eb hue: 0.76 , saturation: 0.47 and the lightness value of dbc7eb is 0.85.

The process color (four color CMYK) of #dbc7eb color hex is 0.07, 0.15, 0.00, 0.08. Web safe color of #dbc7eb is #ccccff. Color #dbc7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 11101011
Octal 333 307 353
Decimal 219 199 235
Hex DB C7 EB

RGB Percentages of Color #dbc7eb

%33.54
%30.47
%35.99

CMYK Percentages of Color #dbc7eb

%7
%15
%0
%8

Triadic Colors of #dbc7eb

#dbc7eb #ebdbc7 #c7ebdb

Analogous Colors of #dbc7eb

#dbc7eb #ebc7e9 #c9c7eb

Monochromatic Colors of #dbc7eb

#dbc7eb

Complementary Color

#dbc7eb #d7ebc7

#dbc7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc7eb Color CSS Codes

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

#dbc7eb Text Font Color

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

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


#dbc7eb Background Color

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

This div background color is #dbc7eb


#dbc7eb Border Color

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

This div border color is #dbc7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc7eb


Comments

No comments written yet.

Please login to write comment.