Color Hex Logo

#dccdfa Color Hex

#DCCDFA
(220,205,250)
0 Favorites   0 Comments

Color spaces of #dccdfa

RGB 220205250
HSL0.720.820.89
HSV260°18°98°
CMYK 0.120.180.00   0.02
XYZ68.601865.780499.5237
Yxy65.78040.29330.2812
Hunter Lab81.10519.0482-15.9809
CIE-Lab84.884313.6608-20.1586

#dccdfa color RGB value is (220,205,250).

#dccdfa hex color red value is 220, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dccdfa hue: 0.72 , saturation: 0.82 and the lightness value of dccdfa is 0.89.

The process color (four color CMYK) of #dccdfa color hex is 0.12, 0.18, 0.00, 0.02. Web safe color of #dccdfa is #ccccff. Color #dccdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 11111010
Octal 334 315 372
Decimal 220 205 250
Hex DC CD FA

RGB Percentages of Color #dccdfa

%32.59
%30.37
%37.04

CMYK Percentages of Color #dccdfa

%12
%18
%0
%2

Triadic Colors of #dccdfa

#dccdfa #fadccd #cdfadc

Analogous Colors of #dccdfa

#dccdfa #f3cdfa #cdd5fa

Monochromatic Colors of #dccdfa

#dccdfa

Complementary Color

#dccdfa #ebfacd

#dccdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccdfa Color CSS Codes

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

#dccdfa Text Font Color

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

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


#dccdfa Background Color

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

This div background color is #dccdfa


#dccdfa Border Color

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

This div border color is #dccdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccdfa


Comments

No comments written yet.

Please login to write comment.