Color Hex Logo

#dbbbf0 Color Hex

#DBBBF0
(219,187,240)
0 Favorites   0 Comments

Color spaces of #dbbbf0

RGB 219187240
HSL0.770.640.84
HSV276°22°94°
CMYK 0.090.220.00   0.06
XYZ62.711956.892090.1141
Yxy56.89200.29900.2713
Hunter Lab75.426816.4129-18.0364
CIE-Lab80.118820.9799-22.0543

#dbbbf0 color RGB value is (219,187,240).

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

The process color (four color CMYK) of #dbbbf0 color hex is 0.09, 0.22, 0.00, 0.06. Web safe color of #dbbbf0 is #ccccff. Color #dbbbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11110000
Octal 333 273 360
Decimal 219 187 240
Hex DB BB F0

RGB Percentages of Color #dbbbf0

%33.90
%28.95
%37.15

CMYK Percentages of Color #dbbbf0

%9
%22
%0
%6

Triadic Colors of #dbbbf0

#dbbbf0 #f0dbbb #bbf0db

Analogous Colors of #dbbbf0

#dbbbf0 #f0bbeb #c1bbf0

Monochromatic Colors of #dbbbf0

#dbbbf0

Complementary Color

#dbbbf0 #d0f0bb

#dbbbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbf0 Color CSS Codes

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

#dbbbf0 Text Font Color

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

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


#dbbbf0 Background Color

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

This div background color is #dbbbf0


#dbbbf0 Border Color

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

This div border color is #dbbbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbf0


Comments

No comments written yet.

Please login to write comment.