Color Hex Logo

#dbaedb Color Hex

#DBAEDB
(219,174,219)
0 Favorites   0 Comments

Color spaces of #dbaedb

RGB 219174219
HSL0.830.380.77
HSV300°21°86°
CMYK 0.000.210.00   0.14
XYZ57.135750.446673.7436
Yxy50.44660.31510.2782
Hunter Lab71.025819.2968-11.8407
CIE-Lab76.342623.9528-16.4265

#dbaedb color RGB value is (219,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11011011
Octal 333 256 333
Decimal 219 174 219
Hex DB AE DB

RGB Percentages of Color #dbaedb

%35.78
%28.43
%35.78

CMYK Percentages of Color #dbaedb

%0
%21
%0
%14

Triadic Colors of #dbaedb

#dbaedb #dbdbae #aedbdb

Analogous Colors of #dbaedb

#dbaedb #dbaec5 #c5aedb

Monochromatic Colors of #dbaedb

#dbaedb

Complementary Color

#dbaedb #aedbae

#dbaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaedb Color CSS Codes

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

#dbaedb Text Font Color

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

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


#dbaedb Background Color

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

This div background color is #dbaedb


#dbaedb Border Color

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

This div border color is #dbaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaedb


Comments

No comments written yet.

Please login to write comment.