Color Hex Logo

#dbcbdd Color Hex

#DBCBDD
(219,203,221)
0 Favorites   0 Comments

Color spaces of #dbcbdd

RGB 219203221
HSL0.810.210.83
HSV293°87°
CMYK 0.010.080.00   0.13
XYZ63.620562.992477.2122
Yxy62.99240.31210.3091
Hunter Lab79.36784.1905-2.1223
CIE-Lab83.43848.7636-6.9040

#dbcbdd color RGB value is (219,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 11011101
Octal 333 313 335
Decimal 219 203 221
Hex DB CB DD

RGB Percentages of Color #dbcbdd

%34.06
%31.57
%34.37

CMYK Percentages of Color #dbcbdd

%1
%8
%0
%13

Triadic Colors of #dbcbdd

#dbcbdd #dddbcb #cbdddb

Analogous Colors of #dbcbdd

#dbcbdd #ddcbd6 #d2cbdd

Monochromatic Colors of #dbcbdd

#dbcbdd

Complementary Color

#dbcbdd #cdddcb

#dbcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcbdd Color CSS Codes

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

#dbcbdd Text Font Color

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

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


#dbcbdd Background Color

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

This div background color is #dbcbdd


#dbcbdd Border Color

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

This div border color is #dbcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcbdd


Comments

No comments written yet.

Please login to write comment.