Color Hex Logo

#ddccdc Color Hex

#DDCCDC
(221,204,220)
0 Favorites   0 Comments

Color spaces of #ddccdc

RGB 221204220
HSL0.840.200.83
HSV304°87°
CMYK 0.000.080.00   0.13
XYZ64.329963.725276.6198
Yxy63.72520.31430.3113
Hunter Lab79.82814.1461-1.0275
CIE-Lab83.82258.7276-5.7845

#ddccdc color RGB value is (221,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11011100
Octal 335 314 334
Decimal 221 204 220
Hex DD CC DC

RGB Percentages of Color #ddccdc

%34.26
%31.63
%34.11

CMYK Percentages of Color #ddccdc

%0
%8
%0
%13

Triadic Colors of #ddccdc

#ddccdc #dcddcc #ccdcdd

Analogous Colors of #ddccdc

#ddccdc #ddccd4 #d6ccdd

Monochromatic Colors of #ddccdc

#ddccdc

Complementary Color

#ddccdc #ccddcd

#ddccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccdc Color CSS Codes

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

#ddccdc Text Font Color

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

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


#ddccdc Background Color

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

This div background color is #ddccdc


#ddccdc Border Color

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

This div border color is #ddccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccdc


Comments

No comments written yet.

Please login to write comment.