Color Hex Logo

#dbbceb Color Hex

#DBBCEB
(219,188,235)
0 Favorites   0 Comments

Color spaces of #dbbceb

RGB 219188235
HSL0.780.540.83
HSV280°20°92°
CMYK 0.070.200.00   0.08
XYZ62.192057.024786.3262
Yxy57.02470.30260.2774
Hunter Lab75.514714.8574-14.9183
CIE-Lab80.193519.4518-19.2567

#dbbceb color RGB value is (219,188,235).

#dbbceb hex color red value is 219, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbbceb hue: 0.78 , saturation: 0.54 and the lightness value of dbbceb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 11101011
Octal 333 274 353
Decimal 219 188 235
Hex DB BC EB

RGB Percentages of Color #dbbceb

%34.11
%29.28
%36.60

CMYK Percentages of Color #dbbceb

%7
%20
%0
%8

Triadic Colors of #dbbceb

#dbbceb #ebdbbc #bcebdb

Analogous Colors of #dbbceb

#dbbceb #ebbce4 #c4bceb

Monochromatic Colors of #dbbceb

#dbbceb

Complementary Color

#dbbceb #ccebbc

#dbbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbceb Color CSS Codes

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

#dbbceb Text Font Color

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

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


#dbbceb Background Color

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

This div background color is #dbbceb


#dbbceb Border Color

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

This div border color is #dbbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbceb


Comments

No comments written yet.

Please login to write comment.