Color Hex Logo

#dcbbdf Color Hex

#DCBBDF
(220,187,223)
0 Favorites   0 Comments

Color spaces of #dcbbdf

RGB 220187223
HSL0.820.360.80
HSV295°16°87°
CMYK 0.010.160.00   0.13
XYZ60.604856.084077.4431
Yxy56.08400.31220.2889
Hunter Lab74.889313.3965-8.8894
CIE-Lab79.661618.0199-13.5933

#dcbbdf color RGB value is (220,187,223).

#dcbbdf hex color red value is 220, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcbbdf hue: 0.82 , saturation: 0.36 and the lightness value of dcbbdf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11011111
Octal 334 273 337
Decimal 220 187 223
Hex DC BB DF

RGB Percentages of Color #dcbbdf

%34.92
%29.68
%35.40

CMYK Percentages of Color #dcbbdf

%1
%16
%0
%13

Triadic Colors of #dcbbdf

#dcbbdf #dfdcbb #bbdfdc

Analogous Colors of #dcbbdf

#dcbbdf #dfbbd0 #cabbdf

Monochromatic Colors of #dcbbdf

#dcbbdf

Complementary Color

#dcbbdf #bedfbb

#dcbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbdf Color CSS Codes

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

#dcbbdf Text Font Color

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

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


#dcbbdf Background Color

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

This div background color is #dcbbdf


#dcbbdf Border Color

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

This div border color is #dcbbdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,187,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcbbdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcbbdf;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbbdf;
  box-shadow:         1px 1px 3px 2px #dcbbdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbdf


Comments

No comments written yet.

Please login to write comment.