Color Hex Logo

#dccbd5 Color Hex

#DCCBD5
(220,203,213)
0 Favorites   0 Comments

Color spaces of #dccbd5

RGB 220203213
HSL0.900.200.83
HSV325°86°
CMYK 0.000.080.03   0.14
XYZ62.881462.731671.7450
Yxy62.73160.31860.3179
Hunter Lab79.20333.10971.7354
CIE-Lab83.30107.6556-2.8280

#dccbd5 color RGB value is (220,203,213).

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

The process color (four color CMYK) of #dccbd5 color hex is 0.00, 0.08, 0.03, 0.14. Web safe color of #dccbd5 is #cccccc. Color #dccbd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 11010101
Octal 334 313 325
Decimal 220 203 213
Hex DC CB D5

RGB Percentages of Color #dccbd5

%34.59
%31.92
%33.49

CMYK Percentages of Color #dccbd5

%0
%8
%3
%14

Triadic Colors of #dccbd5

#dccbd5 #d5dccb #cbd5dc

Analogous Colors of #dccbd5

#dccbd5 #dccbcd #dbcbdc

Monochromatic Colors of #dccbd5

#dccbd5

Complementary Color

#dccbd5 #cbdcd2

#dccbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbd5 Color CSS Codes

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

#dccbd5 Text Font Color

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

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


#dccbd5 Background Color

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

This div background color is #dccbd5


#dccbd5 Border Color

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

This div border color is #dccbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbd5


Comments

No comments written yet.

Please login to write comment.