Color Hex Logo

#dcccea Color Hex

#DCCCEA
(220,204,234)
0 Favorites   0 Comments

Color spaces of #dcccea

RGB 220204234
HSL0.760.420.86
HSV272°13°92°
CMYK 0.060.130.00   0.08
XYZ65.959364.341986.7847
Yxy64.34190.30380.2964
Hunter Lab80.21346.4067-7.9978
CIE-Lab84.143511.0196-12.7736

#dcccea color RGB value is (220,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 11101010
Octal 334 314 352
Decimal 220 204 234
Hex DC CC EA

RGB Percentages of Color #dcccea

%33.43
%31.00
%35.56

CMYK Percentages of Color #dcccea

%6
%13
%0
%8

Triadic Colors of #dcccea

#dcccea #eadccc #cceadc

Analogous Colors of #dcccea

#dcccea #eacce9 #cdccea

Monochromatic Colors of #dcccea

#dcccea

Complementary Color

#dcccea #daeacc

#dcccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccea Color CSS Codes

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

#dcccea Text Font Color

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

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


#dcccea Background Color

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

This div background color is #dcccea


#dcccea Border Color

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

This div border color is #dcccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccea


Comments

No comments written yet.

Please login to write comment.