Color Hex Logo

#dfc8dd Color Hex

#DFC8DD
(223,200,221)
0 Favorites   0 Comments

Color spaces of #dfc8dd

RGB 223200221
HSL0.850.260.83
HSV305°10°87°
CMYK 0.000.100.01   0.13
XYZ64.136862.217077.0353
Yxy62.21700.31530.3059
Hunter Lab78.87787.1052-2.6907
CIE-Lab83.028711.7095-7.4741

#dfc8dd color RGB value is (223,200,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 11011101
Octal 337 310 335
Decimal 223 200 221
Hex DF C8 DD

RGB Percentages of Color #dfc8dd

%34.63
%31.06
%34.32

CMYK Percentages of Color #dfc8dd

%0
%10
%1
%13

Triadic Colors of #dfc8dd

#dfc8dd #dddfc8 #c8dddf

Analogous Colors of #dfc8dd

#dfc8dd #dfc8d2 #d6c8df

Monochromatic Colors of #dfc8dd

#dfc8dd

Complementary Color

#dfc8dd #c8dfca

#dfc8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc8dd Color CSS Codes

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

#dfc8dd Text Font Color

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

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


#dfc8dd Background Color

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

This div background color is #dfc8dd


#dfc8dd Border Color

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

This div border color is #dfc8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc8dd


Comments

No comments written yet.

Please login to write comment.