Color Hex Logo

#dbbcee Color Hex

#DBBCEE
(219,188,238)
0 Favorites   0 Comments

Color spaces of #dbbcee

RGB 219188238
HSL0.770.600.84
HSV277°21°93°
CMYK 0.080.210.00   0.07
XYZ62.629357.199688.6286
Yxy57.19960.30040.2744
Hunter Lab75.630415.4620-16.5386
CIE-Lab80.291720.0434-20.7186

#dbbcee color RGB value is (219,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 11101110
Octal 333 274 356
Decimal 219 188 238
Hex DB BC EE

RGB Percentages of Color #dbbcee

%33.95
%29.15
%36.90

CMYK Percentages of Color #dbbcee

%8
%21
%0
%7

Triadic Colors of #dbbcee

#dbbcee #eedbbc #bceedb

Analogous Colors of #dbbcee

#dbbcee #eebce8 #c2bcee

Monochromatic Colors of #dbbcee

#dbbcee

Complementary Color

#dbbcee #cfeebc

#dbbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcee Color CSS Codes

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

#dbbcee Text Font Color

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

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


#dbbcee Background Color

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

This div background color is #dbbcee


#dbbcee Border Color

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

This div border color is #dbbcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcee


Comments

No comments written yet.

Please login to write comment.