Color Hex Logo

#dbc2ed Color Hex

#DBC2ED
(219,194,237)
0 Favorites   0 Comments

Color spaces of #dbc2ed

RGB 219194237
HSL0.760.540.85
HSV275°18°93°
CMYK 0.080.180.00   0.07
XYZ63.791359.758188.2931
Yxy59.75810.30110.2821
Hunter Lab77.303412.0186-13.6065
CIE-Lab81.706516.6195-18.0434

#dbc2ed color RGB value is (219,194,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 11101101
Octal 333 302 355
Decimal 219 194 237
Hex DB C2 ED

RGB Percentages of Color #dbc2ed

%33.69
%29.85
%36.46

CMYK Percentages of Color #dbc2ed

%8
%18
%0
%7

Triadic Colors of #dbc2ed

#dbc2ed #eddbc2 #c2eddb

Analogous Colors of #dbc2ed

#dbc2ed #edc2ea #c6c2ed

Monochromatic Colors of #dbc2ed

#dbc2ed

Complementary Color

#dbc2ed #d4edc2

#dbc2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc2ed Color CSS Codes

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

#dbc2ed Text Font Color

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

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


#dbc2ed Background Color

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

This div background color is #dbc2ed


#dbc2ed Border Color

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

This div border color is #dbc2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc2ed


Comments

No comments written yet.

Please login to write comment.