Color Hex Logo

#dbc4ed Color Hex

#DBC4ED
(219,196,237)
0 Favorites   0 Comments

Color spaces of #dbc4ed

RGB 219196237
HSL0.760.530.85
HSV274°17°93°
CMYK 0.080.170.00   0.07
XYZ64.239460.654388.4424
Yxy60.65430.30110.2843
Hunter Lab77.880910.9427-12.8138
CIE-Lab82.192515.5472-17.3105

#dbc4ed color RGB value is (219,196,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 11101101
Octal 333 304 355
Decimal 219 196 237
Hex DB C4 ED

RGB Percentages of Color #dbc4ed

%33.59
%30.06
%36.35

CMYK Percentages of Color #dbc4ed

%8
%17
%0
%7

Triadic Colors of #dbc4ed

#dbc4ed #eddbc4 #c4eddb

Analogous Colors of #dbc4ed

#dbc4ed #edc4eb #c7c4ed

Monochromatic Colors of #dbc4ed

#dbc4ed

Complementary Color

#dbc4ed #d6edc4

#dbc4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc4ed Color CSS Codes

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

#dbc4ed Text Font Color

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

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


#dbc4ed Background Color

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

This div background color is #dbc4ed


#dbc4ed Border Color

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

This div border color is #dbc4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc4ed


Comments

No comments written yet.

Please login to write comment.