Color Hex Logo

#dcbfdb Color Hex

#DCBFDB
(220,191,219)
0 Favorites   0 Comments

Color spaces of #dcbfdb

RGB 220191219
HSL0.840.290.81
HSV302°13°86°
CMYK 0.000.130.00   0.14
XYZ60.932257.591774.9227
Yxy57.59170.31500.2977
Hunter Lab75.889210.5134-5.4125
CIE-Lab80.511315.1311-10.1703

#dcbfdb color RGB value is (220,191,219).

#dcbfdb hex color red value is 220, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dcbfdb hue: 0.84 , saturation: 0.29 and the lightness value of dcbfdb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 11011011
Octal 334 277 333
Decimal 220 191 219
Hex DC BF DB

RGB Percentages of Color #dcbfdb

%34.92
%30.32
%34.76

CMYK Percentages of Color #dcbfdb

%0
%13
%0
%14

Triadic Colors of #dcbfdb

#dcbfdb #dbdcbf #bfdbdc

Analogous Colors of #dcbfdb

#dcbfdb #dcbfcd #cfbfdc

Monochromatic Colors of #dcbfdb

#dcbfdb

Complementary Color

#dcbfdb #bfdcc0

#dcbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbfdb Color CSS Codes

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

#dcbfdb Text Font Color

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

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


#dcbfdb Background Color

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

This div background color is #dcbfdb


#dcbfdb Border Color

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

This div border color is #dcbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbfdb


Comments

No comments written yet.

Please login to write comment.