Color Hex Logo

#dbbbed Color Hex

#DBBBED
(219,187,237)
0 Favorites   0 Comments

Color spaces of #dbbbed

RGB 219187237
HSL0.770.580.83
HSV278°21°93°
CMYK 0.080.210.00   0.07
XYZ62.269856.715187.7859
Yxy56.71510.30120.2743
Hunter Lab75.309415.8017-16.3959
CIE-Lab80.019120.3845-20.5949

#dbbbed color RGB value is (219,187,237).

#dbbbed hex color red value is 219, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbbbed hue: 0.77 , saturation: 0.58 and the lightness value of dbbbed is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11101101
Octal 333 273 355
Decimal 219 187 237
Hex DB BB ED

RGB Percentages of Color #dbbbed

%34.06
%29.08
%36.86

CMYK Percentages of Color #dbbbed

%8
%21
%0
%7

Triadic Colors of #dbbbed

#dbbbed #eddbbb #bbeddb

Analogous Colors of #dbbbed

#dbbbed #edbbe6 #c2bbed

Monochromatic Colors of #dbbbed

#dbbbed

Complementary Color

#dbbbed #cdedbb

#dbbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbed Color CSS Codes

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

#dbbbed Text Font Color

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

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


#dbbbed Background Color

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

This div background color is #dbbbed


#dbbbed Border Color

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

This div border color is #dbbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbed


Comments

No comments written yet.

Please login to write comment.