Color Hex Logo

#dcdcff Color Hex

#DCDCFF
(220,220,255)
0 Favorites   0 Comments

Color spaces of #dcdcff

RGB 220220255
HSL0.671.000.93
HSV240°14°100°
CMYK 0.140.140.00   0.00
XYZ73.158473.6220104.9624
Yxy73.62200.29060.2924
Hunter Lab85.80332.0387-12.4667
CIE-Lab88.74356.7441-16.9778

#dcdcff color RGB value is (220,220,255).

#dcdcff hex color red value is 220, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcdcff hue: 0.67 , saturation: 1.00 and the lightness value of dcdcff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 11111111
Octal 334 334 377
Decimal 220 220 255
Hex DC DC FF

RGB Percentages of Color #dcdcff

%31.65
%31.65
%36.69

CMYK Percentages of Color #dcdcff

%14
%14
%0
%0

Triadic Colors of #dcdcff

#dcdcff #ffdcdc #dcffdc

Analogous Colors of #dcdcff

#dcdcff #eedcff #dceeff

Monochromatic Colors of #dcdcff

#dcdcff

Complementary Color

#dcdcff #ffffdc

#dcdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdcff Color CSS Codes

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

#dcdcff Text Font Color

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

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


#dcdcff Background Color

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

This div background color is #dcdcff


#dcdcff Border Color

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

This div border color is #dcdcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdcff

#dcdcff Color Palettes


Comments

No comments written yet.

Please login to write comment.