Color Hex Logo

#dcccdb Color Hex

#DCCCDB
(220,204,219)
0 Favorites   0 Comments

Color spaces of #dcccdb

RGB 220204219
HSL0.840.190.83
HSV304°86°
CMYK 0.000.070.00   0.14
XYZ63.894263.515875.9100
Yxy63.51580.31430.3124
Hunter Lab79.69683.6369-0.6851
CIE-Lab83.71308.2061-5.4222

#dcccdb color RGB value is (220,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 11011011
Octal 334 314 333
Decimal 220 204 219
Hex DC CC DB

RGB Percentages of Color #dcccdb

%34.21
%31.73
%34.06

CMYK Percentages of Color #dcccdb

%0
%7
%0
%14

Triadic Colors of #dcccdb

#dcccdb #dbdccc #ccdbdc

Analogous Colors of #dcccdb

#dcccdb #dcccd3 #d5ccdc

Monochromatic Colors of #dcccdb

#dcccdb

Complementary Color

#dcccdb #ccdccd

#dcccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccdb Color CSS Codes

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

#dcccdb Text Font Color

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

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


#dcccdb Background Color

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

This div background color is #dcccdb


#dcccdb Border Color

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

This div border color is #dcccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccdb

#dcccdb Color Palettes


Comments

No comments written yet.

Please login to write comment.