Color Hex Logo

#dbafde Color Hex

#DBAFDE
(219,175,222)
0 Favorites   0 Comments

Color spaces of #dbafde

RGB 219175222
HSL0.820.420.78
HSV296°21°87°
CMYK 0.010.210.00   0.13
XYZ57.728250.993975.9074
Yxy50.99390.31270.2762
Hunter Lab71.410019.3327-13.0371
CIE-Lab76.675323.9722-17.5541

#dbafde color RGB value is (219,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11011110
Octal 333 257 336
Decimal 219 175 222
Hex DB AF DE

RGB Percentages of Color #dbafde

%35.55
%28.41
%36.04

CMYK Percentages of Color #dbafde

%1
%21
%0
%13

Triadic Colors of #dbafde

#dbafde #dedbaf #afdedb

Analogous Colors of #dbafde

#dbafde #deafca #c4afde

Monochromatic Colors of #dbafde

#dbafde

Complementary Color

#dbafde #b2deaf

#dbafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafde Color CSS Codes

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

#dbafde Text Font Color

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

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


#dbafde Background Color

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

This div background color is #dbafde


#dbafde Border Color

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

This div border color is #dbafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafde


Comments

No comments written yet.

Please login to write comment.