Color Hex Logo

#dcbecf Color Hex

#DCBECF
(220,190,207)
0 Favorites   0 Comments

Color spaces of #dcbecf

RGB 220190207
HSL0.910.300.80
HSV326°14°86°
CMYK 0.000.140.06   0.14
XYZ59.191156.547566.8265
Yxy56.54750.32420.3097
Hunter Lab75.19818.9071-0.0508
CIE-Lab79.924413.5145-4.5781

#dcbecf color RGB value is (220,190,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11001111
Octal 334 276 317
Decimal 220 190 207
Hex DC BE CF

RGB Percentages of Color #dcbecf

%35.66
%30.79
%33.55

CMYK Percentages of Color #dcbecf

%0
%14
%6
%14

Triadic Colors of #dcbecf

#dcbecf #cfdcbe #becfdc

Analogous Colors of #dcbecf

#dcbecf #dcbec0 #dabedc

Monochromatic Colors of #dcbecf

#dcbecf

Complementary Color

#dcbecf #bedccb

#dcbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbecf Color CSS Codes

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

#dcbecf Text Font Color

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

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


#dcbecf Background Color

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

This div background color is #dcbecf


#dcbecf Border Color

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

This div border color is #dcbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbecf


Comments

No comments written yet.

Please login to write comment.