Color Hex Logo

#dbbdd0 Color Hex

#DBBDD0
(219,189,208)
0 Favorites   0 Comments

Color spaces of #dbbdd0

RGB 219189208
HSL0.890.290.80
HSV322°14°86°
CMYK 0.000.140.05   0.14
XYZ58.796256.009367.3865
Yxy56.00930.32270.3074
Hunter Lab74.83949.2664-0.9981
CIE-Lab79.619113.8788-5.5779

#dbbdd0 color RGB value is (219,189,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11010000
Octal 333 275 320
Decimal 219 189 208
Hex DB BD D0

RGB Percentages of Color #dbbdd0

%35.55
%30.68
%33.77

CMYK Percentages of Color #dbbdd0

%0
%14
%5
%14

Triadic Colors of #dbbdd0

#dbbdd0 #d0dbbd #bdd0db

Analogous Colors of #dbbdd0

#dbbdd0 #dbbdc1 #d7bddb

Monochromatic Colors of #dbbdd0

#dbbdd0

Complementary Color

#dbbdd0 #bddbc8

#dbbdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdd0 Color CSS Codes

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

#dbbdd0 Text Font Color

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

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


#dbbdd0 Background Color

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

This div background color is #dbbdd0


#dbbdd0 Border Color

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

This div border color is #dbbdd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdd0


Comments

No comments written yet.

Please login to write comment.