Color Hex Logo

#dcdff6 Color Hex

#DCDFF6
(220,223,246)
0 Favorites   0 Comments

Color spaces of #dcdff6

RGB 220223246
HSL0.650.590.91
HSV233°11°96°
CMYK 0.110.090.00   0.04
XYZ72.537474.644897.7735
Yxy74.64480.29610.3047
Hunter Lab86.3972-1.3301-6.6189
CIE-Lab89.22643.3627-11.5277

#dcdff6 color RGB value is (220,223,246).

#dcdff6 hex color red value is 220, green value is 223 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dcdff6 hue: 0.65 , saturation: 0.59 and the lightness value of dcdff6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 11110110
Octal 334 337 366
Decimal 220 223 246
Hex DC DF F6

RGB Percentages of Color #dcdff6

%31.93
%32.37
%35.70

CMYK Percentages of Color #dcdff6

%11
%9
%0
%4

Triadic Colors of #dcdff6

#dcdff6 #f6dcdf #dff6dc

Analogous Colors of #dcdff6

#dcdff6 #e6dcf6 #dcecf6

Monochromatic Colors of #dcdff6

#dcdff6

Complementary Color

#dcdff6 #f6f3dc

#dcdff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdff6 Color CSS Codes

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

#dcdff6 Text Font Color

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

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


#dcdff6 Background Color

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

This div background color is #dcdff6


#dcdff6 Border Color

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

This div border color is #dcdff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdff6


Comments

No comments written yet.

Please login to write comment.