Color Hex Logo

#dbbff6 Color Hex

#DBBFF6
(219,191,246)
3 Favorites   0 Comments

Color spaces of #dbbff6

RGB 219191246
HSL0.750.750.86
HSV271°22°96°
CMYK 0.110.220.00   0.04
XYZ64.478858.975595.1738
Yxy58.97550.29490.2698
Hunter Lab76.795515.4795-19.7221
CIE-Lab81.278120.0331-23.5060

#dbbff6 color RGB value is (219,191,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11110110
Octal 333 277 366
Decimal 219 191 246
Hex DB BF F6

RGB Percentages of Color #dbbff6

%33.38
%29.12
%37.50

CMYK Percentages of Color #dbbff6

%11
%22
%0
%4

Triadic Colors of #dbbff6

#dbbff6 #f6dbbf #bff6db

Analogous Colors of #dbbff6

#dbbff6 #f6bff6 #c0bff6

Monochromatic Colors of #dbbff6

#dbbff6

Complementary Color

#dbbff6 #daf6bf

#dbbff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbff6 Color CSS Codes

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

#dbbff6 Text Font Color

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

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


#dbbff6 Background Color

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

This div background color is #dbbff6


#dbbff6 Border Color

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

This div border color is #dbbff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbff6


Comments

No comments written yet.

Please login to write comment.