Color Hex Logo

#dbccdd Color Hex

#DBCCDD
(219,204,221)
0 Favorites   0 Comments

Color spaces of #dbccdd

RGB 219204221
HSL0.810.200.83
HSV293°87°
CMYK 0.010.080.00   0.13
XYZ63.857463.466377.2912
Yxy63.46630.31210.3102
Hunter Lab79.66573.6646-1.7568
CIE-Lab83.68718.2336-6.5360

#dbccdd color RGB value is (219,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11011101
Octal 333 314 335
Decimal 219 204 221
Hex DB CC DD

RGB Percentages of Color #dbccdd

%34.01
%31.68
%34.32

CMYK Percentages of Color #dbccdd

%1
%8
%0
%13

Triadic Colors of #dbccdd

#dbccdd #dddbcc #ccdddb

Analogous Colors of #dbccdd

#dbccdd #ddccd7 #d3ccdd

Monochromatic Colors of #dbccdd

#dbccdd

Complementary Color

#dbccdd #ceddcc

#dbccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccdd Color CSS Codes

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

#dbccdd Text Font Color

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

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


#dbccdd Background Color

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

This div background color is #dbccdd


#dbccdd Border Color

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

This div border color is #dbccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccdd


Comments

No comments written yet.

Please login to write comment.