Color Hex Logo

#dcd3f6 Color Hex

#DCD3F6
(220,211,246)
2 Favorites   0 Comments

Color spaces of #dcd3f6

RGB 220211246
HSL0.710.660.90
HSV255°14°96°
CMYK 0.110.140.00   0.04
XYZ69.444068.458096.7424
Yxy68.45800.29600.2918
Hunter Lab82.73935.0231-11.4069
CIE-Lab86.23509.6668-16.0046

#dcd3f6 color RGB value is (220,211,246).

#dcd3f6 hex color red value is 220, green value is 211 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dcd3f6 hue: 0.71 , saturation: 0.66 and the lightness value of dcd3f6 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 11110110
Octal 334 323 366
Decimal 220 211 246
Hex DC D3 F6

RGB Percentages of Color #dcd3f6

%32.50
%31.17
%36.34

CMYK Percentages of Color #dcd3f6

%11
%14
%0
%4

Triadic Colors of #dcd3f6

#dcd3f6 #f6dcd3 #d3f6dc

Analogous Colors of #dcd3f6

#dcd3f6 #eed3f6 #d3dcf6

Monochromatic Colors of #dcd3f6

#dcd3f6

Complementary Color

#dcd3f6 #edf6d3

#dcd3f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd3f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd3f6 Color CSS Codes

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

#dcd3f6 Text Font Color

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

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


#dcd3f6 Background Color

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

This div background color is #dcd3f6


#dcd3f6 Border Color

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

This div border color is #dcd3f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd3f6


Comments

No comments written yet.

Please login to write comment.