Color Hex Logo

#dcccfe Color Hex

#DCCCFE
(220,204,254)
0 Favorites   0 Comments

Color spaces of #dcccfe

RGB 220204254
HSL0.720.960.90
HSV259°20°100°
CMYK 0.130.200.00   0.00
XYZ68.997565.5571102.7832
Yxy65.55710.29070.2762
Hunter Lab80.967310.4185-18.5880
CIE-Lab84.770015.0141-22.4519

#dcccfe color RGB value is (220,204,254).

#dcccfe hex color red value is 220, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dcccfe hue: 0.72 , saturation: 0.96 and the lightness value of dcccfe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 11111110
Octal 334 314 376
Decimal 220 204 254
Hex DC CC FE

RGB Percentages of Color #dcccfe

%32.45
%30.09
%37.46

CMYK Percentages of Color #dcccfe

%13
%20
%0
%0

Triadic Colors of #dcccfe

#dcccfe #fedccc #ccfedc

Analogous Colors of #dcccfe

#dcccfe #f5ccfe #ccd5fe

Monochromatic Colors of #dcccfe

#dcccfe

Complementary Color

#dcccfe #eefecc

#dcccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccfe Color CSS Codes

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

#dcccfe Text Font Color

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

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


#dcccfe Background Color

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

This div background color is #dcccfe


#dcccfe Border Color

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

This div border color is #dcccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccfe

Related Colors


Comments

No comments written yet.

Please login to write comment.