Color Hex Logo

#dbcbee Color Hex

#DBCBEE
(219,203,238)
0 Favorites   0 Comments

Color spaces of #dbcbee

RGB 219203238
HSL0.740.510.86
HSV267°15°93°
CMYK 0.080.150.00   0.07
XYZ66.002063.945089.7529
Yxy63.94500.30040.2911
Hunter Lab79.96567.3905-10.5708
CIE-Lab83.937112.0045-15.2197

#dbcbee color RGB value is (219,203,238).

#dbcbee hex color red value is 219, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbcbee hue: 0.74 , saturation: 0.51 and the lightness value of dbcbee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 11101110
Octal 333 313 356
Decimal 219 203 238
Hex DB CB EE

RGB Percentages of Color #dbcbee

%33.18
%30.76
%36.06

CMYK Percentages of Color #dbcbee

%8
%15
%0
%7

Triadic Colors of #dbcbee

#dbcbee #eedbcb #cbeedb

Analogous Colors of #dbcbee

#dbcbee #edcbee #cbcdee

Monochromatic Colors of #dbcbee

#dbcbee

Complementary Color

#dbcbee #deeecb

#dbcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcbee Color CSS Codes

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

#dbcbee Text Font Color

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

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


#dbcbee Background Color

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

This div background color is #dbcbee


#dbcbee Border Color

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

This div border color is #dbcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcbee


Comments

No comments written yet.

Please login to write comment.