Color Hex Logo

#dfcedd Color Hex

#DFCEDD
(223,206,221)
0 Favorites   0 Comments

Color spaces of #dfcedd

RGB 223206221
HSL0.850.210.84
HSV307°87°
CMYK 0.000.080.01   0.13
XYZ65.553965.051077.5077
Yxy65.05100.31500.3126
Hunter Lab80.65423.9359-0.5190
CIE-Lab84.51008.5309-5.2836

#dfcedd color RGB value is (223,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11011101
Octal 337 316 335
Decimal 223 206 221
Hex DF CE DD

RGB Percentages of Color #dfcedd

%34.31
%31.69
%34.00

CMYK Percentages of Color #dfcedd

%0
%8
%1
%13

Triadic Colors of #dfcedd

#dfcedd #dddfce #cedddf

Analogous Colors of #dfcedd

#dfcedd #dfced5 #d9cedf

Monochromatic Colors of #dfcedd

#dfcedd

Complementary Color

#dfcedd #cedfd0

#dfcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcedd Color CSS Codes

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

#dfcedd Text Font Color

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

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


#dfcedd Background Color

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

This div background color is #dfcedd


#dfcedd Border Color

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

This div border color is #dfcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcedd


Comments

No comments written yet.

Please login to write comment.