Color Hex Logo

#dbcad9 Color Hex

#DBCAD9
(219,202,217)
0 Favorites   0 Comments

Color spaces of #dbcad9

RGB 219202217
HSL0.850.190.83
HSV307°86°
CMYK 0.000.080.01   0.14
XYZ62.858362.310974.3599
Yxy62.31090.31500.3123
Hunter Lab78.93734.0006-0.5959
CIE-Lab83.07858.5612-5.3008

#dbcad9 color RGB value is (219,202,217).

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

The process color (four color CMYK) of #dbcad9 color hex is 0.00, 0.08, 0.01, 0.14. Web safe color of #dbcad9 is #cccccc. Color #dbcad9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11011001
Octal 333 312 331
Decimal 219 202 217
Hex DB CA D9

RGB Percentages of Color #dbcad9

%34.33
%31.66
%34.01

CMYK Percentages of Color #dbcad9

%0
%8
%1
%14

Triadic Colors of #dbcad9

#dbcad9 #d9dbca #cad9db

Analogous Colors of #dbcad9

#dbcad9 #dbcad1 #d5cadb

Monochromatic Colors of #dbcad9

#dbcad9

Complementary Color

#dbcad9 #cadbcc

#dbcad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcad9 Color CSS Codes

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

#dbcad9 Text Font Color

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

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


#dbcad9 Background Color

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

This div background color is #dbcad9


#dbcad9 Border Color

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

This div border color is #dbcad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcad9


Comments

No comments written yet.

Please login to write comment.