Color Hex Logo

#dbaddd Color Hex

#DBADDD
(219,173,221)
0 Favorites   0 Comments

Color spaces of #dbaddd

RGB 219173221
HSL0.830.410.77
HSV298°22°87°
CMYK 0.010.220.00   0.13
XYZ57.208150.167775.0747
Yxy50.16770.31360.2750
Hunter Lab70.829220.2219-13.2635
CIE-Lab76.172124.8659-17.7709

#dbaddd color RGB value is (219,173,221).

#dbaddd hex color red value is 219, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbaddd hue: 0.83 , saturation: 0.41 and the lightness value of dbaddd is 0.77.

The process color (four color CMYK) of #dbaddd color hex is 0.01, 0.22, 0.00, 0.13. Web safe color of #dbaddd is #cc99cc. Color #dbaddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11011101
Octal 333 255 335
Decimal 219 173 221
Hex DB AD DD

RGB Percentages of Color #dbaddd

%35.73
%28.22
%36.05

CMYK Percentages of Color #dbaddd

%1
%22
%0
%13

Triadic Colors of #dbaddd

#dbaddd #dddbad #addddb

Analogous Colors of #dbaddd

#dbaddd #ddadc7 #c3addd

Monochromatic Colors of #dbaddd

#dbaddd

Complementary Color

#dbaddd #afddad

#dbaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaddd Color CSS Codes

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

#dbaddd Text Font Color

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

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


#dbaddd Background Color

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

This div background color is #dbaddd


#dbaddd Border Color

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

This div border color is #dbaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaddd


Comments

No comments written yet.

Please login to write comment.