Color Hex Logo

#ddcccc Color Hex

#DDCCCC
(221,204,204)
1 Favorites   0 Comments

Color spaces of #ddcccc

RGB 221204204
HSL0.000.200.83
HSV87°
CMYK 0.000.080.08   0.13
XYZ62.310762.917565.9869
Yxy62.91750.32590.3290
Hunter Lab79.32061.41076.2009
CIE-Lab83.39905.91122.1273

#ddcccc color RGB value is (221,204,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11001100
Octal 335 314 314
Decimal 221 204 204
Hex DD CC CC

RGB Percentages of Color #ddcccc

%35.14
%32.43
%32.43

CMYK Percentages of Color #ddcccc

%0
%8
%8
%13

Triadic Colors of #ddcccc

#ddcccc #ccddcc #ccccdd

Analogous Colors of #ddcccc

#ddcccc #ddd5cc #ddccd5

Monochromatic Colors of #ddcccc

#ddcccc

Complementary Color

#ddcccc #ccdddd

#ddcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcccc Color CSS Codes

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

#ddcccc Text Font Color

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

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


#ddcccc Background Color

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

This div background color is #ddcccc


#ddcccc Border Color

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

This div border color is #ddcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcccc


Comments

No comments written yet.

Please login to write comment.