Color Hex Logo

#dbaddc Color Hex

#DBADDC
(219,173,220)
0 Favorites   0 Comments

Color spaces of #dbaddc

RGB 219173220
HSL0.830.400.77
HSV299°21°86°
CMYK 0.000.210.00   0.14
XYZ57.075350.114574.3750
Yxy50.11450.31440.2760
Hunter Lab70.791620.0293-12.7371
CIE-Lab76.139524.6794-17.2765

#dbaddc color RGB value is (219,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11011100
Octal 333 255 334
Decimal 219 173 220
Hex DB AD DC

RGB Percentages of Color #dbaddc

%35.78
%28.27
%35.95

CMYK Percentages of Color #dbaddc

%0
%21
%0
%14

Triadic Colors of #dbaddc

#dbaddc #dcdbad #addcdb

Analogous Colors of #dbaddc

#dbaddc #dcadc6 #c4addc

Monochromatic Colors of #dbaddc

#dbaddc

Complementary Color

#dbaddc #aedcad

#dbaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaddc Color CSS Codes

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

#dbaddc Text Font Color

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

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


#dbaddc Background Color

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

This div background color is #dbaddc


#dbaddc Border Color

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

This div border color is #dbaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaddc


Comments

No comments written yet.

Please login to write comment.