Color Hex Logo

#dbc7ed Color Hex

#DBC7ED
(219,199,237)
0 Favorites   0 Comments

Color spaces of #dbc7ed

RGB 219199237
HSL0.750.510.85
HSV272°16°93°
CMYK 0.080.160.00   0.07
XYZ64.922962.021388.6703
Yxy62.02130.30110.2876
Hunter Lab78.75369.3330-11.6283
CIE-Lab82.924713.9420-16.2082

#dbc7ed color RGB value is (219,199,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 11101101
Octal 333 307 355
Decimal 219 199 237
Hex DB C7 ED

RGB Percentages of Color #dbc7ed

%33.44
%30.38
%36.18

CMYK Percentages of Color #dbc7ed

%8
%16
%0
%7

Triadic Colors of #dbc7ed

#dbc7ed #eddbc7 #c7eddb

Analogous Colors of #dbc7ed

#dbc7ed #edc7ec #c8c7ed

Monochromatic Colors of #dbc7ed

#dbc7ed

Complementary Color

#dbc7ed #d9edc7

#dbc7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc7ed Color CSS Codes

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

#dbc7ed Text Font Color

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

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


#dbc7ed Background Color

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

This div background color is #dbc7ed


#dbc7ed Border Color

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

This div border color is #dbc7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc7ed

#dbc7ed Color Palettes


Comments

No comments written yet.

Please login to write comment.