Color Hex Logo

#dccbeb Color Hex

#DCCBEB
(220,203,235)
0 Favorites   0 Comments

Color spaces of #dccbeb

RGB 220203235
HSL0.760.440.86
HSV272°14°92°
CMYK 0.060.140.00   0.08
XYZ65.866563.925787.4646
Yxy63.92570.30320.2942
Hunter Lab79.95357.1313-8.8924
CIE-Lab83.927111.7447-13.6296

#dccbeb color RGB value is (220,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 11101011
Octal 334 313 353
Decimal 220 203 235
Hex DC CB EB

RGB Percentages of Color #dccbeb

%33.43
%30.85
%35.71

CMYK Percentages of Color #dccbeb

%6
%14
%0
%8

Triadic Colors of #dccbeb

#dccbeb #ebdccb #cbebdc

Analogous Colors of #dccbeb

#dccbeb #ebcbea #cccbeb

Monochromatic Colors of #dccbeb

#dccbeb

Complementary Color

#dccbeb #daebcb

#dccbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbeb Color CSS Codes

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

#dccbeb Text Font Color

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

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


#dccbeb Background Color

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

This div background color is #dccbeb


#dccbeb Border Color

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

This div border color is #dccbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbeb


Comments

No comments written yet.

Please login to write comment.