Color Hex Logo

#dbaedd Color Hex

#DBAEDD
(219,174,221)
0 Favorites   0 Comments

Color spaces of #dbaedd

RGB 219174221
HSL0.830.410.77
HSV297°21°87°
CMYK 0.010.210.00   0.13
XYZ57.400650.552675.1389
Yxy50.55260.31350.2761
Hunter Lab71.100419.6807-12.8875
CIE-Lab76.407224.3254-17.4159

#dbaedd color RGB value is (219,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11011101
Octal 333 256 335
Decimal 219 174 221
Hex DB AE DD

RGB Percentages of Color #dbaedd

%35.67
%28.34
%35.99

CMYK Percentages of Color #dbaedd

%1
%21
%0
%13

Triadic Colors of #dbaedd

#dbaedd #dddbae #aedddb

Analogous Colors of #dbaedd

#dbaedd #ddaec8 #c4aedd

Monochromatic Colors of #dbaedd

#dbaedd

Complementary Color

#dbaedd #b0ddae

#dbaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaedd Color CSS Codes

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

#dbaedd Text Font Color

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

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


#dbaedd Background Color

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

This div background color is #dbaedd


#dbaedd Border Color

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

This div border color is #dbaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaedd


Comments

No comments written yet.

Please login to write comment.