Color Hex Logo

#dcc6ca Color Hex

#DCC6CA
(220,198,202)
0 Favorites   0 Comments

Color spaces of #dcc6ca

RGB 220198202
HSL0.970.240.82
HSV349°10°86°
CMYK 0.000.100.08   0.14
XYZ60.370059.868164.2510
Yxy59.86810.32720.3245
Hunter Lab77.37453.86604.9283
CIE-Lab81.76648.39080.8100

#dcc6ca color RGB value is (220,198,202).

#dcc6ca hex color red value is 220, green value is 198 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dcc6ca hue: 0.97 , saturation: 0.24 and the lightness value of dcc6ca is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 11001010
Octal 334 306 312
Decimal 220 198 202
Hex DC C6 CA

RGB Percentages of Color #dcc6ca

%35.48
%31.94
%32.58

CMYK Percentages of Color #dcc6ca

%0
%10
%8
%14

Triadic Colors of #dcc6ca

#dcc6ca #cadcc6 #c6cadc

Analogous Colors of #dcc6ca

#dcc6ca #dccdc6 #dcc6d5

Monochromatic Colors of #dcc6ca

#dcc6ca

Complementary Color

#dcc6ca #c6dcd8

#dcc6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc6ca Color CSS Codes

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

#dcc6ca Text Font Color

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

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


#dcc6ca Background Color

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

This div background color is #dcc6ca


#dcc6ca Border Color

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

This div border color is #dcc6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc6ca


Comments

No comments written yet.

Please login to write comment.