Color Hex Logo

#dbccd6 Color Hex

#DBCCD6
(219,204,214)
0 Favorites   0 Comments

Color spaces of #dbccd6

RGB 219204214
HSL0.890.170.83
HSV320°86°
CMYK 0.000.070.02   0.14
XYZ62.943963.100872.4805
Yxy63.10080.31710.3178
Hunter Lab79.43602.42771.5067
CIE-Lab83.49546.9618-3.0855

#dbccd6 color RGB value is (219,204,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11010110
Octal 333 314 326
Decimal 219 204 214
Hex DB CC D6

RGB Percentages of Color #dbccd6

%34.38
%32.03
%33.59

CMYK Percentages of Color #dbccd6

%0
%7
%2
%14

Triadic Colors of #dbccd6

#dbccd6 #d6dbcc #ccd6db

Analogous Colors of #dbccd6

#dbccd6 #dbcccf #d9ccdb

Monochromatic Colors of #dbccd6

#dbccd6

Complementary Color

#dbccd6 #ccdbd1

#dbccd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccd6 Color CSS Codes

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

#dbccd6 Text Font Color

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

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


#dbccd6 Background Color

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

This div background color is #dbccd6


#dbccd6 Border Color

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

This div border color is #dbccd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccd6


Comments

No comments written yet.

Please login to write comment.