Color Hex Logo

#ddcccf Color Hex

#DDCCCF
(221,204,207)
0 Favorites   0 Comments

Color spaces of #ddcccf

RGB 221204207
HSL0.970.200.83
HSV349°87°
CMYK 0.000.080.06   0.13
XYZ62.674163.062967.9006
Yxy63.06290.32370.3257
Hunter Lab79.41221.90554.8932
CIE-Lab83.47556.42410.6386

#ddcccf color RGB value is (221,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11001111
Octal 335 314 317
Decimal 221 204 207
Hex DD CC CF

RGB Percentages of Color #ddcccf

%34.97
%32.28
%32.75

CMYK Percentages of Color #ddcccf

%0
%8
%6
%13

Triadic Colors of #ddcccf

#ddcccf #cfddcc #cccfdd

Analogous Colors of #ddcccf

#ddcccf #ddd2cc #ddccd8

Monochromatic Colors of #ddcccf

#ddcccf

Complementary Color

#ddcccf #ccddda

#ddcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcccf Color CSS Codes

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

#ddcccf Text Font Color

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

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


#ddcccf Background Color

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

This div background color is #ddcccf


#ddcccf Border Color

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

This div border color is #ddcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcccf


Comments

No comments written yet.

Please login to write comment.