Color Hex Logo

#dccedf Color Hex

#DCCEDF
(220,206,223)
0 Favorites   0 Comments

Color spaces of #dccedf

RGB 220206223
HSL0.800.210.84
HSV289°87°
CMYK 0.010.080.00   0.13
XYZ64.905864.686078.8768
Yxy64.68600.31130.3103
Hunter Lab80.42763.3028-1.8474
CIE-Lab84.32177.8821-6.6537

#dccedf color RGB value is (220,206,223).

#dccedf hex color red value is 220, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dccedf hue: 0.80 , saturation: 0.21 and the lightness value of dccedf is 0.84.

The process color (four color CMYK) of #dccedf color hex is 0.01, 0.08, 0.00, 0.13. Web safe color of #dccedf is #cccccc. Color #dccedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11011111
Octal 334 316 337
Decimal 220 206 223
Hex DC CE DF

RGB Percentages of Color #dccedf

%33.90
%31.74
%34.36

CMYK Percentages of Color #dccedf

%1
%8
%0
%13

Triadic Colors of #dccedf

#dccedf #dfdcce #cedfdc

Analogous Colors of #dccedf

#dccedf #dfceda #d4cedf

Monochromatic Colors of #dccedf

#dccedf

Complementary Color

#dccedf #d1dfce

#dccedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccedf Color CSS Codes

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

#dccedf Text Font Color

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

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


#dccedf Background Color

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

This div background color is #dccedf


#dccedf Border Color

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

This div border color is #dccedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccedf


Comments

No comments written yet.

Please login to write comment.