Color Hex Logo

#dbaacd Color Hex

#DBAACD
(219,170,205)
0 Favorites   0 Comments

Color spaces of #dbaacd

RGB 219170205
HSL0.880.400.76
HSV317°22°86°
CMYK 0.000.220.06   0.14
XYZ54.607648.217364.1863
Yxy48.21730.32700.2887
Hunter Lab69.438718.8573-6.1982
CIE-Lab74.961823.5865-10.8659

#dbaacd color RGB value is (219,170,205).

#dbaacd hex color red value is 219, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dbaacd hue: 0.88 , saturation: 0.40 and the lightness value of dbaacd is 0.76.

The process color (four color CMYK) of #dbaacd color hex is 0.00, 0.22, 0.06, 0.14. Web safe color of #dbaacd is #cc99cc. Color #dbaacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11001101
Octal 333 252 315
Decimal 219 170 205
Hex DB AA CD

RGB Percentages of Color #dbaacd

%36.87
%28.62
%34.51

CMYK Percentages of Color #dbaacd

%0
%22
%6
%14

Triadic Colors of #dbaacd

#dbaacd #cddbaa #aacddb

Analogous Colors of #dbaacd

#dbaacd #dbaab5 #d1aadb

Monochromatic Colors of #dbaacd

#dbaacd

Complementary Color

#dbaacd #aadbb8

#dbaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaacd Color CSS Codes

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

#dbaacd Text Font Color

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

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


#dbaacd Background Color

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

This div background color is #dbaacd


#dbaacd Border Color

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

This div border color is #dbaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaacd


Comments

No comments written yet.

Please login to write comment.