Color Hex Logo

#dfcddd Color Hex

#DFCDDD
(223,205,221)
0 Favorites   0 Comments

Color spaces of #dfcddd

RGB 223205221
HSL0.850.220.84
HSV307°87°
CMYK 0.000.080.01   0.13
XYZ65.313964.571177.4277
Yxy64.57110.31510.3115
Hunter Lab80.35614.4625-0.8800
CIE-Lab84.26229.0591-5.6494

#dfcddd color RGB value is (223,205,221).

#dfcddd hex color red value is 223, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfcddd hue: 0.85 , saturation: 0.22 and the lightness value of dfcddd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 11011101
Octal 337 315 335
Decimal 223 205 221
Hex DF CD DD

RGB Percentages of Color #dfcddd

%34.36
%31.59
%34.05

CMYK Percentages of Color #dfcddd

%0
%8
%1
%13

Triadic Colors of #dfcddd

#dfcddd #dddfcd #cddddf

Analogous Colors of #dfcddd

#dfcddd #dfcdd4 #d8cddf

Monochromatic Colors of #dfcddd

#dfcddd

Complementary Color

#dfcddd #cddfcf

#dfcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcddd Color CSS Codes

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

#dfcddd Text Font Color

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

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


#dfcddd Background Color

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

This div background color is #dfcddd


#dfcddd Border Color

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

This div border color is #dfcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcddd


Comments

No comments written yet.

Please login to write comment.