Color Hex Logo

#dbdbf5 Color Hex

#DBDBF5
(219,219,245)
0 Favorites   0 Comments

Color spaces of #dbdbf5

RGB 219219245
HSL0.670.570.91
HSV240°11°96°
CMYK 0.110.110.00   0.04
XYZ71.026472.315796.6010
Yxy72.31570.29600.3014
Hunter Lab85.03860.2701-7.8244
CIE-Lab88.12034.9351-12.6603

#dbdbf5 color RGB value is (219,219,245).

#dbdbf5 hex color red value is 219, green value is 219 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dbdbf5 hue: 0.67 , saturation: 0.57 and the lightness value of dbdbf5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 11110101
Octal 333 333 365
Decimal 219 219 245
Hex DB DB F5

RGB Percentages of Color #dbdbf5

%32.06
%32.06
%35.87

CMYK Percentages of Color #dbdbf5

%11
%11
%0
%4

Triadic Colors of #dbdbf5

#dbdbf5 #f5dbdb #dbf5db

Analogous Colors of #dbdbf5

#dbdbf5 #e8dbf5 #dbe8f5

Monochromatic Colors of #dbdbf5

#dbdbf5

Complementary Color

#dbdbf5 #f5f5db

#dbdbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdbf5 Color CSS Codes

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

#dbdbf5 Text Font Color

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

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


#dbdbf5 Background Color

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

This div background color is #dbdbf5


#dbdbf5 Border Color

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

This div border color is #dbdbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdbf5


Comments

No comments written yet.

Please login to write comment.