Color Hex Logo

#dbaccd Color Hex

#DBACCD
(219,172,205)
0 Favorites   0 Comments

Color spaces of #dbaccd

RGB 219172205
HSL0.880.390.77
HSV318°21°86°
CMYK 0.000.210.06   0.14
XYZ54.985448.972964.3123
Yxy48.97290.32680.2910
Hunter Lab69.980617.7854-5.5011
CIE-Lab75.434522.5055-10.1606

#dbaccd color RGB value is (219,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11001101
Octal 333 254 315
Decimal 219 172 205
Hex DB AC CD

RGB Percentages of Color #dbaccd

%36.74
%28.86
%34.40

CMYK Percentages of Color #dbaccd

%0
%21
%6
%14

Triadic Colors of #dbaccd

#dbaccd #cddbac #accddb

Analogous Colors of #dbaccd

#dbaccd #dbacb6 #d2acdb

Monochromatic Colors of #dbaccd

#dbaccd

Complementary Color

#dbaccd #acdbba

#dbaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaccd Color CSS Codes

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

#dbaccd Text Font Color

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

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


#dbaccd Background Color

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

This div background color is #dbaccd


#dbaccd Border Color

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

This div border color is #dbaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaccd


Comments

No comments written yet.

Please login to write comment.