Color Hex Logo

#dbb9d5 Color Hex

#DBB9D5
(219,185,213)
0 Favorites   0 Comments

Color spaces of #dbb9d5

RGB 219185213
HSL0.860.320.79
HSV311°16°86°
CMYK 0.000.160.03   0.14
XYZ58.572654.562170.3952
Yxy54.56210.31910.2973
Hunter Lab73.866212.2768-4.7977
CIE-Lab78.788416.9188-9.5100

#dbb9d5 color RGB value is (219,185,213).

#dbb9d5 hex color red value is 219, green value is 185 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dbb9d5 hue: 0.86 , saturation: 0.32 and the lightness value of dbb9d5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111001 11010101
Octal 333 271 325
Decimal 219 185 213
Hex DB B9 D5

RGB Percentages of Color #dbb9d5

%35.49
%29.98
%34.52

CMYK Percentages of Color #dbb9d5

%0
%16
%3
%14

Triadic Colors of #dbb9d5

#dbb9d5 #d5dbb9 #b9d5db

Analogous Colors of #dbb9d5

#dbb9d5 #dbb9c4 #d0b9db

Monochromatic Colors of #dbb9d5

#dbb9d5

Complementary Color

#dbb9d5 #b9dbbf

#dbb9d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb9d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb9d5 Color CSS Codes

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

#dbb9d5 Text Font Color

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

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


#dbb9d5 Background Color

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

This div background color is #dbb9d5


#dbb9d5 Border Color

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

This div border color is #dbb9d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb9d5


Comments

No comments written yet.

Please login to write comment.