Color Hex Logo

#ddc3dc Color Hex

#DDC3DC
(221,195,220)
0 Favorites   0 Comments

Color spaces of #ddc3dc

RGB 221195220
HSL0.840.280.82
HSV302°12°87°
CMYK 0.000.120.00   0.13
XYZ62.252259.569775.9272
Yxy59.56970.31480.3012
Hunter Lab77.18148.9053-4.2995
CIE-Lab81.603713.5132-9.0723

#ddc3dc color RGB value is (221,195,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 11011100
Octal 335 303 334
Decimal 221 195 220
Hex DD C3 DC

RGB Percentages of Color #ddc3dc

%34.75
%30.66
%34.59

CMYK Percentages of Color #ddc3dc

%0
%12
%0
%13

Triadic Colors of #ddc3dc

#ddc3dc #dcddc3 #c3dcdd

Analogous Colors of #ddc3dc

#ddc3dc #ddc3cf #d1c3dd

Monochromatic Colors of #ddc3dc

#ddc3dc

Complementary Color

#ddc3dc #c3ddc4

#ddc3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc3dc Color CSS Codes

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

#ddc3dc Text Font Color

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

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


#ddc3dc Background Color

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

This div background color is #ddc3dc


#ddc3dc Border Color

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

This div border color is #ddc3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc3dc


Comments

No comments written yet.

Please login to write comment.