Color Hex Logo

#ddccc5 Color Hex

#DDCCC5
(221,204,197)
0 Favorites   0 Comments

Color spaces of #ddccc5

RGB 221204197
HSL0.050.260.82
HSV18°11°87°
CMYK 0.000.080.11   0.13
XYZ61.489762.589161.6634
Yxy62.58910.33100.3370
Hunter Lab79.11330.28849.1668
CIE-Lab83.22574.74185.6089

#ddccc5 color RGB value is (221,204,197).

#ddccc5 hex color red value is 221, green value is 204 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ddccc5 hue: 0.05 , saturation: 0.26 and the lightness value of ddccc5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11000101
Octal 335 314 305
Decimal 221 204 197
Hex DD CC C5

RGB Percentages of Color #ddccc5

%35.53
%32.80
%31.67

CMYK Percentages of Color #ddccc5

%0
%8
%11
%13

Triadic Colors of #ddccc5

#ddccc5 #c5ddcc #ccc5dd

Analogous Colors of #ddccc5

#ddccc5 #ddd8c5 #ddc5ca

Monochromatic Colors of #ddccc5

#ddccc5

Complementary Color

#ddccc5 #c5d6dd

#ddccc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccc5 Color CSS Codes

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

#ddccc5 Text Font Color

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

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


#ddccc5 Background Color

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

This div background color is #ddccc5


#ddccc5 Border Color

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

This div border color is #ddccc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccc5


Comments

No comments written yet.

Please login to write comment.