Color Hex Logo

#dbabdd Color Hex

#DBABDD
(219,171,221)
0 Favorites   0 Comments

Color spaces of #dbabdd

RGB 219171221
HSL0.830.420.77
HSV298°23°87°
CMYK 0.010.230.00   0.13
XYZ56.827549.406374.9479
Yxy49.40630.31360.2727
Hunter Lab70.289621.3062-14.0166
CIE-Lab75.703425.9478-18.4795

#dbabdd color RGB value is (219,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11011101
Octal 333 253 335
Decimal 219 171 221
Hex DB AB DD

RGB Percentages of Color #dbabdd

%35.84
%27.99
%36.17

CMYK Percentages of Color #dbabdd

%1
%23
%0
%13

Triadic Colors of #dbabdd

#dbabdd #dddbab #abdddb

Analogous Colors of #dbabdd

#dbabdd #ddabc6 #c2abdd

Monochromatic Colors of #dbabdd

#dbabdd

Complementary Color

#dbabdd #adddab

#dbabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabdd Color CSS Codes

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

#dbabdd Text Font Color

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

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


#dbabdd Background Color

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

This div background color is #dbabdd


#dbabdd Border Color

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

This div border color is #dbabdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,171,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 #dbabdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabdd


Comments

No comments written yet.

Please login to write comment.