Color Hex Logo

#dfcecc Color Hex

#DFCECC
(223,206,204)
0 Favorites   0 Comments

Color spaces of #dfcecc

RGB 223206204
HSL0.020.230.84
HSV87°
CMYK 0.000.080.09   0.13
XYZ63.401864.190266.1751
Yxy64.19020.32720.3313
Hunter Lab80.11881.04767.1118
CIE-Lab84.06475.56223.1144

#dfcecc color RGB value is (223,206,204).

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

The process color (four color CMYK) of #dfcecc color hex is 0.00, 0.08, 0.09, 0.13. Web safe color of #dfcecc is #cccccc. Color #dfcecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11001100
Octal 337 316 314
Decimal 223 206 204
Hex DF CE CC

RGB Percentages of Color #dfcecc

%35.23
%32.54
%32.23

CMYK Percentages of Color #dfcecc

%0
%8
%9
%13

Triadic Colors of #dfcecc

#dfcecc #ccdfce #ceccdf

Analogous Colors of #dfcecc

#dfcecc #dfd8cc #dfccd4

Monochromatic Colors of #dfcecc

#dfcecc

Complementary Color

#dfcecc #ccdddf

#dfcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcecc Color CSS Codes

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

#dfcecc Text Font Color

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

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


#dfcecc Background Color

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

This div background color is #dfcecc


#dfcecc Border Color

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

This div border color is #dfcecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcecc


Comments

No comments written yet.

Please login to write comment.