Color Hex Logo

#dbcadd Color Hex

#DBCADD
(219,202,221)
0 Favorites   0 Comments

Color spaces of #dbcadd

RGB 219202221
HSL0.820.220.83
HSV294°87°
CMYK 0.010.090.00   0.13
XYZ63.385162.521677.1337
Yxy62.52160.31220.3079
Hunter Lab79.07064.7168-2.4882
CIE-Lab83.19009.2939-7.2718

#dbcadd color RGB value is (219,202,221).

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

The process color (four color CMYK) of #dbcadd color hex is 0.01, 0.09, 0.00, 0.13. Web safe color of #dbcadd is #cccccc. Color #dbcadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11011101
Octal 333 312 335
Decimal 219 202 221
Hex DB CA DD

RGB Percentages of Color #dbcadd

%34.11
%31.46
%34.42

CMYK Percentages of Color #dbcadd

%1
%9
%0
%13

Triadic Colors of #dbcadd

#dbcadd #dddbca #cadddb

Analogous Colors of #dbcadd

#dbcadd #ddcad6 #d2cadd

Monochromatic Colors of #dbcadd

#dbcadd

Complementary Color

#dbcadd #ccddca

#dbcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcadd Color CSS Codes

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

#dbcadd Text Font Color

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

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


#dbcadd Background Color

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

This div background color is #dbcadd


#dbcadd Border Color

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

This div border color is #dbcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcadd


Comments

No comments written yet.

Please login to write comment.