Color Hex Logo

#dfccce Color Hex

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

Color spaces of #dfccce

RGB 223204206
HSL0.980.230.84
HSV354°87°
CMYK 0.000.090.08   0.13
XYZ63.164963.329967.2873
Yxy63.32990.32600.3268
Hunter Lab79.58012.41525.5746
CIE-Lab83.61576.95291.3963

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

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

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

Base Numbers

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

RGB Percentages of Color #dfccce

%35.23
%32.23
%32.54

CMYK Percentages of Color #dfccce

%0
%9
%8
%13

Triadic Colors of #dfccce

#dfccce #cedfcc #cccedf

Analogous Colors of #dfccce

#dfccce #dfd4cc #dfccd8

Monochromatic Colors of #dfccce

#dfccce

Complementary Color

#dfccce #ccdfdd

#dfccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccce Color CSS Codes

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

#dfccce Text Font Color

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

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


#dfccce Background Color

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

This div background color is #dfccce


#dfccce Border Color

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

This div border color is #dfccce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfccce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccce


Comments

No comments written yet.

Please login to write comment.