Color Hex Logo

#ddc8dd Color Hex

#DDC8DD
(221,200,221)
0 Favorites   0 Comments

Color spaces of #ddc8dd

RGB 221200221
HSL0.830.240.83
HSV300°10°87°
CMYK 0.000.100.00   0.13
XYZ63.524261.901277.0066
Yxy61.90120.31380.3058
Hunter Lab78.67736.4359-2.9569
CIE-Lab82.860911.0321-7.7413

#ddc8dd color RGB value is (221,200,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 11011101
Octal 335 310 335
Decimal 221 200 221
Hex DD C8 DD

RGB Percentages of Color #ddc8dd

%34.42
%31.15
%34.42

CMYK Percentages of Color #ddc8dd

%0
%10
%0
%13

Triadic Colors of #ddc8dd

#ddc8dd #ddddc8 #c8dddd

Analogous Colors of #ddc8dd

#ddc8dd #ddc8d3 #d3c8dd

Monochromatic Colors of #ddc8dd

#ddc8dd

Complementary Color

#ddc8dd #c8ddc8

#ddc8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc8dd Color CSS Codes

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

#ddc8dd Text Font Color

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

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


#ddc8dd Background Color

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

This div background color is #ddc8dd


#ddc8dd Border Color

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

This div border color is #ddc8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc8dd


Comments

No comments written yet.

Please login to write comment.