Color Hex Logo

#dccbdd Color Hex

#DCCBDD
(220,203,221)
0 Favorites   0 Comments

Color spaces of #dccbdd

RGB 220203221
HSL0.820.210.83
HSV297°87°
CMYK 0.000.080.00   0.13
XYZ63.922363.148077.2263
Yxy63.14800.31290.3091
Hunter Lab79.46574.5206-1.9932
CIE-Lab83.52029.1015-6.7738

#dccbdd color RGB value is (220,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 11011101
Octal 334 313 335
Decimal 220 203 221
Hex DC CB DD

RGB Percentages of Color #dccbdd

%34.16
%31.52
%34.32

CMYK Percentages of Color #dccbdd

%0
%8
%0
%13

Triadic Colors of #dccbdd

#dccbdd #dddccb #cbdddc

Analogous Colors of #dccbdd

#dccbdd #ddcbd5 #d3cbdd

Monochromatic Colors of #dccbdd

#dccbdd

Complementary Color

#dccbdd #ccddcb

#dccbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbdd Color CSS Codes

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

#dccbdd Text Font Color

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

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


#dccbdd Background Color

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

This div background color is #dccbdd


#dccbdd Border Color

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

This div border color is #dccbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbdd


Comments

No comments written yet.

Please login to write comment.