Color Hex Logo

#dbbdd9 Color Hex

#DBBDD9
(219,189,217)
0 Favorites   0 Comments

Color spaces of #dbbdd9

RGB 219189217
HSL0.840.290.80
HSV304°14°86°
CMYK 0.000.140.01   0.14
XYZ59.935456.465073.3855
Yxy56.46500.31580.2975
Hunter Lab75.143210.8738-5.3029
CIE-Lab79.877715.4979-10.0466

#dbbdd9 color RGB value is (219,189,217).

#dbbdd9 hex color red value is 219, green value is 189 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dbbdd9 hue: 0.84 , saturation: 0.29 and the lightness value of dbbdd9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11011001
Octal 333 275 331
Decimal 219 189 217
Hex DB BD D9

RGB Percentages of Color #dbbdd9

%35.04
%30.24
%34.72

CMYK Percentages of Color #dbbdd9

%0
%14
%1
%14

Triadic Colors of #dbbdd9

#dbbdd9 #d9dbbd #bdd9db

Analogous Colors of #dbbdd9

#dbbdd9 #dbbdca #cebddb

Monochromatic Colors of #dbbdd9

#dbbdd9

Complementary Color

#dbbdd9 #bddbbf

#dbbdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdd9 Color CSS Codes

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

#dbbdd9 Text Font Color

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

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


#dbbdd9 Background Color

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

This div background color is #dbbdd9


#dbbdd9 Border Color

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

This div border color is #dbbdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdd9


Comments

No comments written yet.

Please login to write comment.