Color Hex Logo

#dbaede Color Hex

#DBAEDE
(219,174,222)
0 Favorites   0 Comments

Color spaces of #dbaede

RGB 219174222
HSL0.820.420.78
HSV296°22°87°
CMYK 0.010.220.00   0.13
XYZ57.534350.606175.8428
Yxy50.60610.31270.2751
Hunter Lab71.138019.8741-13.4147
CIE-Lab76.439824.5128-17.9099

#dbaede color RGB value is (219,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11011110
Octal 333 256 336
Decimal 219 174 222
Hex DB AE DE

RGB Percentages of Color #dbaede

%35.61
%28.29
%36.10

CMYK Percentages of Color #dbaede

%1
%22
%0
%13

Triadic Colors of #dbaede

#dbaede #dedbae #aededb

Analogous Colors of #dbaede

#dbaede #deaec9 #c3aede

Monochromatic Colors of #dbaede

#dbaede

Complementary Color

#dbaede #b1deae

#dbaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaede Color CSS Codes

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

#dbaede Text Font Color

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

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


#dbaede Background Color

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

This div background color is #dbaede


#dbaede Border Color

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

This div border color is #dbaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaede


Comments

No comments written yet.

Please login to write comment.