Color Hex Logo

#dbaade Color Hex

#DBAADE
(219,170,222)
0 Favorites   0 Comments

Color spaces of #dbaade

RGB 219170222
HSL0.820.440.77
HSV297°23°87°
CMYK 0.010.230.00   0.13
XYZ56.773049.083475.5890
Yxy49.08340.31290.2705
Hunter Lab70.059522.0439-14.9278
CIE-Lab75.503226.6761-19.3268

#dbaade color RGB value is (219,170,222).

#dbaade hex color red value is 219, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dbaade hue: 0.82 , saturation: 0.44 and the lightness value of dbaade is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11011110
Octal 333 252 336
Decimal 219 170 222
Hex DB AA DE

RGB Percentages of Color #dbaade

%35.84
%27.82
%36.33

CMYK Percentages of Color #dbaade

%1
%23
%0
%13

Triadic Colors of #dbaade

#dbaade #dedbaa #aadedb

Analogous Colors of #dbaade

#dbaade #deaac7 #c1aade

Monochromatic Colors of #dbaade

#dbaade

Complementary Color

#dbaade #addeaa

#dbaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaade Color CSS Codes

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

#dbaade Text Font Color

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

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


#dbaade Background Color

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

This div background color is #dbaade


#dbaade Border Color

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

This div border color is #dbaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaade


Comments

No comments written yet.

Please login to write comment.