Color Hex Logo

#dcbccf Color Hex

#DCBCCF
(220,188,207)
0 Favorites   0 Comments

Color spaces of #dcbccf

RGB 220188207
HSL0.900.310.80
HSV324°15°86°
CMYK 0.000.150.06   0.14
XYZ58.760955.687166.6831
Yxy55.68710.32440.3074
Hunter Lab74.62389.9644-0.7443
CIE-Lab79.435414.5853-5.2996

#dcbccf color RGB value is (220,188,207).

#dcbccf hex color red value is 220, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dcbccf hue: 0.90 , saturation: 0.31 and the lightness value of dcbccf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 11001111
Octal 334 274 317
Decimal 220 188 207
Hex DC BC CF

RGB Percentages of Color #dcbccf

%35.77
%30.57
%33.66

CMYK Percentages of Color #dcbccf

%0
%15
%6
%14

Triadic Colors of #dcbccf

#dcbccf #cfdcbc #bccfdc

Analogous Colors of #dcbccf

#dcbccf #dcbcbf #d9bcdc

Monochromatic Colors of #dcbccf

#dcbccf

Complementary Color

#dcbccf #bcdcc9

#dcbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbccf Color CSS Codes

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

#dcbccf Text Font Color

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

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


#dcbccf Background Color

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

This div background color is #dcbccf


#dcbccf Border Color

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

This div border color is #dcbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbccf


Comments

No comments written yet.

Please login to write comment.