Color Hex Logo

#dbc0ee Color Hex

#DBC0EE
(219,192,238)
0 Favorites   0 Comments

Color spaces of #dbc0ee

RGB 219192238
HSL0.760.580.84
HSV275°19°93°
CMYK 0.080.190.00   0.07
XYZ63.495758.932488.9174
Yxy58.93240.30040.2788
Hunter Lab76.767413.2975-14.9366
CIE-Lab81.254417.8910-19.2614

#dbc0ee color RGB value is (219,192,238).

#dbc0ee hex color red value is 219, green value is 192 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbc0ee hue: 0.76 , saturation: 0.58 and the lightness value of dbc0ee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 11101110
Octal 333 300 356
Decimal 219 192 238
Hex DB C0 EE

RGB Percentages of Color #dbc0ee

%33.74
%29.58
%36.67

CMYK Percentages of Color #dbc0ee

%8
%19
%0
%7

Triadic Colors of #dbc0ee

#dbc0ee #eedbc0 #c0eedb

Analogous Colors of #dbc0ee

#dbc0ee #eec0ea #c4c0ee

Monochromatic Colors of #dbc0ee

#dbc0ee

Complementary Color

#dbc0ee #d3eec0

#dbc0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc0ee Color CSS Codes

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

#dbc0ee Text Font Color

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

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


#dbc0ee Background Color

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

This div background color is #dbc0ee


#dbc0ee Border Color

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

This div border color is #dbc0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc0ee


Comments

No comments written yet.

Please login to write comment.