Color Hex Logo

#ddc6dc Color Hex

#DDC6DC
(221,198,220)
0 Favorites   0 Comments

Color spaces of #ddc6dc

RGB 221198220
HSL0.840.250.82
HSV303°10°87°
CMYK 0.000.100.00   0.13
XYZ62.931160.927676.1535
Yxy60.92760.31460.3046
Hunter Lab78.05617.3136-3.2055
CIE-Lab82.339811.9132-7.9792

#ddc6dc color RGB value is (221,198,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 11011100
Octal 335 306 334
Decimal 221 198 220
Hex DD C6 DC

RGB Percentages of Color #ddc6dc

%34.59
%30.99
%34.43

CMYK Percentages of Color #ddc6dc

%0
%10
%0
%13

Triadic Colors of #ddc6dc

#ddc6dc #dcddc6 #c6dcdd

Analogous Colors of #ddc6dc

#ddc6dc #ddc6d1 #d3c6dd

Monochromatic Colors of #ddc6dc

#ddc6dc

Complementary Color

#ddc6dc #c6ddc7

#ddc6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc6dc Color CSS Codes

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

#ddc6dc Text Font Color

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

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


#ddc6dc Background Color

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

This div background color is #ddc6dc


#ddc6dc Border Color

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

This div border color is #ddc6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc6dc


Comments

No comments written yet.

Please login to write comment.