Color Hex Logo

#dccedd Color Hex

#DCCEDD
(220,206,221)
0 Favorites   0 Comments

Color spaces of #dccedd

RGB 220206221
HSL0.820.180.84
HSV296°87°
CMYK 0.000.070.00   0.13
XYZ64.637764.578777.4648
Yxy64.57870.31270.3125
Hunter Lab80.36092.9437-0.9007
CIE-Lab84.26627.5142-5.6711

#dccedd color RGB value is (220,206,221).

#dccedd hex color red value is 220, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dccedd hue: 0.82 , saturation: 0.18 and the lightness value of dccedd is 0.84.

The process color (four color CMYK) of #dccedd color hex is 0.00, 0.07, 0.00, 0.13. Web safe color of #dccedd is #cccccc. Color #dccedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11011101
Octal 334 316 335
Decimal 220 206 221
Hex DC CE DD

RGB Percentages of Color #dccedd

%34.00
%31.84
%34.16

CMYK Percentages of Color #dccedd

%0
%7
%0
%13

Triadic Colors of #dccedd

#dccedd #dddcce #cedddc

Analogous Colors of #dccedd

#dccedd #ddced7 #d5cedd

Monochromatic Colors of #dccedd

#dccedd

Complementary Color

#dccedd #cfddce

#dccedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccedd Color CSS Codes

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

#dccedd Text Font Color

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

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


#dccedd Background Color

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

This div background color is #dccedd


#dccedd Border Color

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

This div border color is #dccedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccedd


Comments

No comments written yet.

Please login to write comment.