Color Hex Logo

#dcc9cb Color Hex

#DCC9CB
(220,201,203)
0 Favorites   0 Comments

Color spaces of #dcc9cb

RGB 220201203
HSL0.980.210.83
HSV354°86°
CMYK 0.000.090.08   0.14
XYZ61.181361.300765.1075
Yxy61.30070.32610.3268
Hunter Lab78.29482.46815.5026
CIE-Lab82.54016.97271.4018

#dcc9cb color RGB value is (220,201,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 11001011
Octal 334 311 313
Decimal 220 201 203
Hex DC C9 CB

RGB Percentages of Color #dcc9cb

%35.26
%32.21
%32.53

CMYK Percentages of Color #dcc9cb

%0
%9
%8
%14

Triadic Colors of #dcc9cb

#dcc9cb #cbdcc9 #c9cbdc

Analogous Colors of #dcc9cb

#dcc9cb #dcd1c9 #dcc9d5

Monochromatic Colors of #dcc9cb

#dcc9cb

Complementary Color

#dcc9cb #c9dcda

#dcc9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc9cb Color CSS Codes

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

#dcc9cb Text Font Color

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

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


#dcc9cb Background Color

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

This div background color is #dcc9cb


#dcc9cb Border Color

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

This div border color is #dcc9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc9cb


Comments

No comments written yet.

Please login to write comment.