Color Hex Logo

#dccbec Color Hex

#DCCBEC
(220,203,236)
0 Favorites   0 Comments

Color spaces of #dccbec

RGB 220203236
HSL0.750.460.86
HSV271°14°93°
CMYK 0.070.140.00   0.07
XYZ66.011563.983688.2278
Yxy63.98360.30250.2932
Hunter Lab79.98977.3250-9.4034
CIE-Lab83.957211.9391-14.1168

#dccbec color RGB value is (220,203,236).

#dccbec hex color red value is 220, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dccbec hue: 0.75 , saturation: 0.46 and the lightness value of dccbec is 0.86.

The process color (four color CMYK) of #dccbec color hex is 0.07, 0.14, 0.00, 0.07. Web safe color of #dccbec is #ccccff. Color #dccbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 11101100
Octal 334 313 354
Decimal 220 203 236
Hex DC CB EC

RGB Percentages of Color #dccbec

%33.38
%30.80
%35.81

CMYK Percentages of Color #dccbec

%7
%14
%0
%7

Triadic Colors of #dccbec

#dccbec #ecdccb #cbecdc

Analogous Colors of #dccbec

#dccbec #eccbec #cccbec

Monochromatic Colors of #dccbec

#dccbec

Complementary Color

#dccbec #dbeccb

#dccbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbec Color CSS Codes

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

#dccbec Text Font Color

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

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


#dccbec Background Color

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

This div background color is #dccbec


#dccbec Border Color

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

This div border color is #dccbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbec


Comments

No comments written yet.

Please login to write comment.