Color Hex Logo

#dbbdf6 Color Hex

#DBBDF6
(219,189,246)
0 Favorites   0 Comments

Color spaces of #dbbdf6

RGB 219189246
HSL0.750.760.85
HSV272°23°96°
CMYK 0.110.230.00   0.04
XYZ64.045658.109195.0294
Yxy58.10910.29490.2676
Hunter Lab76.229316.5690-20.5519
CIE-Lab80.799421.1105-24.2347

#dbbdf6 color RGB value is (219,189,246).

#dbbdf6 hex color red value is 219, green value is 189 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dbbdf6 hue: 0.75 , saturation: 0.76 and the lightness value of dbbdf6 is 0.85.

The process color (four color CMYK) of #dbbdf6 color hex is 0.11, 0.23, 0.00, 0.04. Web safe color of #dbbdf6 is #ccccff. Color #dbbdf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11110110
Octal 333 275 366
Decimal 219 189 246
Hex DB BD F6

RGB Percentages of Color #dbbdf6

%33.49
%28.90
%37.61

CMYK Percentages of Color #dbbdf6

%11
%23
%0
%4

Triadic Colors of #dbbdf6

#dbbdf6 #f6dbbd #bdf6db

Analogous Colors of #dbbdf6

#dbbdf6 #f6bdf5 #bfbdf6

Monochromatic Colors of #dbbdf6

#dbbdf6

Complementary Color

#dbbdf6 #d8f6bd

#dbbdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdf6 Color CSS Codes

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

#dbbdf6 Text Font Color

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

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


#dbbdf6 Background Color

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

This div background color is #dbbdf6


#dbbdf6 Border Color

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

This div border color is #dbbdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdf6


Comments

No comments written yet.

Please login to write comment.