Color Hex Logo

#dcccce Color Hex

#DCCCCE
(220,204,206)
0 Favorites   0 Comments

Color spaces of #dcccce

RGB 220204206
HSL0.980.190.83
HSV353°86°
CMYK 0.000.070.06   0.14
XYZ62.248662.857667.2444
Yxy62.85760.32360.3268
Hunter Lab79.28281.40385.2106
CIE-Lab83.36745.90281.0045

#dcccce color RGB value is (220,204,206).

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

The process color (four color CMYK) of #dcccce color hex is 0.00, 0.07, 0.06, 0.14. Web safe color of #dcccce is #cccccc. Color #dcccce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 11001110
Octal 334 314 316
Decimal 220 204 206
Hex DC CC CE

RGB Percentages of Color #dcccce

%34.92
%32.38
%32.70

CMYK Percentages of Color #dcccce

%0
%7
%6
%14

Triadic Colors of #dcccce

#dcccce #cedccc #cccedc

Analogous Colors of #dcccce

#dcccce #dcd2cc #dcccd6

Monochromatic Colors of #dcccce

#dcccce

Complementary Color

#dcccce #ccdcda

#dcccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccce Color CSS Codes

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

#dcccce Text Font Color

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

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


#dcccce Background Color

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

This div background color is #dcccce


#dcccce Border Color

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

This div border color is #dcccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccce


Comments

No comments written yet.

Please login to write comment.