Color Hex Logo

#ddc8dc Color Hex

#DDC8DC
(221,200,220)
0 Favorites   0 Comments

Color spaces of #ddc8dc

RGB 221200220
HSL0.840.240.83
HSV303°10°87°
CMYK 0.000.100.00   0.13
XYZ63.391361.848076.3069
Yxy61.84800.31450.3069
Hunter Lab78.64356.2554-2.4780
CIE-Lab82.832510.8492-7.2488

#ddc8dc color RGB value is (221,200,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 11011100
Octal 335 310 334
Decimal 221 200 220
Hex DD C8 DC

RGB Percentages of Color #ddc8dc

%34.48
%31.20
%34.32

CMYK Percentages of Color #ddc8dc

%0
%10
%0
%13

Triadic Colors of #ddc8dc

#ddc8dc #dcddc8 #c8dcdd

Analogous Colors of #ddc8dc

#ddc8dc #ddc8d2 #d4c8dd

Monochromatic Colors of #ddc8dc

#ddc8dc

Complementary Color

#ddc8dc #c8ddc9

#ddc8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc8dc Color CSS Codes

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

#ddc8dc Text Font Color

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

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


#ddc8dc Background Color

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

This div background color is #ddc8dc


#ddc8dc Border Color

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

This div border color is #ddc8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc8dc


Comments

No comments written yet.

Please login to write comment.