Color Hex Logo

#dcccec Color Hex

#DCCCEC
(220,204,236)
0 Favorites   0 Comments

Color spaces of #dcccec

RGB 220204236
HSL0.750.460.86
HSV270°14°93°
CMYK 0.070.140.00   0.07
XYZ66.248464.457588.3068
Yxy64.45750.30250.2943
Hunter Lab80.28546.7917-9.0139
CIE-Lab84.203411.4071-13.7480

#dcccec color RGB value is (220,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 11101100
Octal 334 314 354
Decimal 220 204 236
Hex DC CC EC

RGB Percentages of Color #dcccec

%33.33
%30.91
%35.76

CMYK Percentages of Color #dcccec

%7
%14
%0
%7

Triadic Colors of #dcccec

#dcccec #ecdccc #ccecdc

Analogous Colors of #dcccec

#dcccec #ecccec #ccccec

Monochromatic Colors of #dcccec

#dcccec

Complementary Color

#dcccec #dceccc

#dcccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccec Color CSS Codes

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

#dcccec Text Font Color

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

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


#dcccec Background Color

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

This div background color is #dcccec


#dcccec Border Color

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

This div border color is #dcccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccec


Comments

No comments written yet.

Please login to write comment.