Color Hex Logo

#dbccd3 Color Hex

#DBCCD3
(219,204,211)
0 Favorites   0 Comments

Color spaces of #dbccd3

RGB 219204211
HSL0.920.170.83
HSV332°86°
CMYK 0.000.070.04   0.14
XYZ62.564262.948970.4809
Yxy62.94890.31920.3212
Hunter Lab79.34031.91142.8688
CIE-Lab83.41556.4281-1.6024

#dbccd3 color RGB value is (219,204,211).

#dbccd3 hex color red value is 219, green value is 204 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #dbccd3 hue: 0.92 , saturation: 0.17 and the lightness value of dbccd3 is 0.83.

The process color (four color CMYK) of #dbccd3 color hex is 0.00, 0.07, 0.04, 0.14. Web safe color of #dbccd3 is #cccccc. Color #dbccd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11010011
Octal 333 314 323
Decimal 219 204 211
Hex DB CC D3

RGB Percentages of Color #dbccd3

%34.54
%32.18
%33.28

CMYK Percentages of Color #dbccd3

%0
%7
%4
%14

Triadic Colors of #dbccd3

#dbccd3 #d3dbcc #ccd3db

Analogous Colors of #dbccd3

#dbccd3 #dbcdcc #dbccdb

Monochromatic Colors of #dbccd3

#dbccd3

Complementary Color

#dbccd3 #ccdbd4

#dbccd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccd3 Color CSS Codes

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

#dbccd3 Text Font Color

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

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


#dbccd3 Background Color

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

This div background color is #dbccd3


#dbccd3 Border Color

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

This div border color is #dbccd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccd3


Comments

No comments written yet.

Please login to write comment.