Color Hex Logo

#dcdde6 Color Hex

#DCDDE6
(220,221,230)
0 Favorites   0 Comments

Color spaces of #dcdde6

RGB 220221230
HSL0.650.170.88
HSV234°90°
CMYK 0.040.040.00   0.10
XYZ69.654672.641785.2130
Yxy72.64170.30620.3193
Hunter Lab85.2301-3.27290.3830
CIE-Lab88.27661.3216-4.5213

#dcdde6 color RGB value is (220,221,230).

#dcdde6 hex color red value is 220, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #dcdde6 hue: 0.65 , saturation: 0.17 and the lightness value of dcdde6 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11100110
Octal 334 335 346
Decimal 220 221 230
Hex DC DD E6

RGB Percentages of Color #dcdde6

%32.79
%32.94
%34.28

CMYK Percentages of Color #dcdde6

%4
%4
%0
%10

Triadic Colors of #dcdde6

#dcdde6 #e6dcdd #dde6dc

Analogous Colors of #dcdde6

#dcdde6 #e0dce6 #dce2e6

Monochromatic Colors of #dcdde6

#dcdde6

Complementary Color

#dcdde6 #e6e5dc

#dcdde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdde6 Color CSS Codes

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

#dcdde6 Text Font Color

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

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


#dcdde6 Background Color

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

This div background color is #dcdde6


#dcdde6 Border Color

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

This div border color is #dcdde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdde6


Comments

No comments written yet.

Please login to write comment.