Color Hex Logo

#dbb8da Color Hex

#DBB8DA
(219,184,218)
0 Favorites   0 Comments

Color spaces of #dbb8da

RGB 219184218
HSL0.840.330.79
HSV302°16°86°
CMYK 0.000.160.00   0.14
XYZ59.008854.403073.7204
Yxy54.40300.31530.2907
Hunter Lab73.758413.7279-7.6286
CIE-Lab78.696118.3700-12.3502

#dbb8da color RGB value is (219,184,218).

#dbb8da hex color red value is 219, green value is 184 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbb8da hue: 0.84 , saturation: 0.33 and the lightness value of dbb8da is 0.79.

The process color (four color CMYK) of #dbb8da color hex is 0.00, 0.16, 0.00, 0.14. Web safe color of #dbb8da is #cccccc. Color #dbb8da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 11011010
Octal 333 270 332
Decimal 219 184 218
Hex DB B8 DA

RGB Percentages of Color #dbb8da

%35.27
%29.63
%35.10

CMYK Percentages of Color #dbb8da

%0
%16
%0
%14

Triadic Colors of #dbb8da

#dbb8da #dadbb8 #b8dadb

Analogous Colors of #dbb8da

#dbb8da #dbb8c9 #cbb8db

Monochromatic Colors of #dbb8da

#dbb8da

Complementary Color

#dbb8da #b8dbb9

#dbb8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb8da Color CSS Codes

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

#dbb8da Text Font Color

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

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


#dbb8da Background Color

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

This div background color is #dbb8da


#dbb8da Border Color

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

This div border color is #dbb8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb8da


Comments

No comments written yet.

Please login to write comment.