Color Hex Logo

#dccec5 Color Hex

#DCCEC5
(220,206,197)
0 Favorites   0 Comments

Color spaces of #dccec5

RGB 220206197
HSL0.070.250.82
HSV23°10°86°
CMYK 0.000.060.10   0.14
XYZ61.664663.389561.8086
Yxy63.38950.33000.3392
Hunter Lab79.6175-1.08069.7043
CIE-Lab83.64693.33606.2053

#dccec5 color RGB value is (220,206,197).

#dccec5 hex color red value is 220, green value is 206 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dccec5 hue: 0.07 , saturation: 0.25 and the lightness value of dccec5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11000101
Octal 334 316 305
Decimal 220 206 197
Hex DC CE C5

RGB Percentages of Color #dccec5

%35.31
%33.07
%31.62

CMYK Percentages of Color #dccec5

%0
%6
%10
%14

Triadic Colors of #dccec5

#dccec5 #c5dcce #cec5dc

Analogous Colors of #dccec5

#dccec5 #dcdac5 #dcc5c8

Monochromatic Colors of #dccec5

#dccec5

Complementary Color

#dccec5 #c5d3dc

#dccec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccec5 Color CSS Codes

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

#dccec5 Text Font Color

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

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


#dccec5 Background Color

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

This div background color is #dccec5


#dccec5 Border Color

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

This div border color is #dccec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccec5


Comments

No comments written yet.

Please login to write comment.