Color Hex Logo

#ddccc8 Color Hex

#DDCCC8
(221,204,200)
0 Favorites   0 Comments

Color spaces of #ddccc8

RGB 221204200
HSL0.030.240.83
HSV11°10°87°
CMYK 0.000.080.10   0.13
XYZ61.837062.728063.4921
Yxy62.72800.32880.3336
Hunter Lab79.20100.76397.9104
CIE-Lab83.29915.23824.1155

#ddccc8 color RGB value is (221,204,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11001000
Octal 335 314 310
Decimal 221 204 200
Hex DD CC C8

RGB Percentages of Color #ddccc8

%35.36
%32.64
%32.00

CMYK Percentages of Color #ddccc8

%0
%8
%10
%13

Triadic Colors of #ddccc8

#ddccc8 #c8ddcc #ccc8dd

Analogous Colors of #ddccc8

#ddccc8 #ddd7c8 #ddc8cf

Monochromatic Colors of #ddccc8

#ddccc8

Complementary Color

#ddccc8 #c8d9dd

#ddccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccc8 Color CSS Codes

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

#ddccc8 Text Font Color

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

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


#ddccc8 Background Color

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

This div background color is #ddccc8


#ddccc8 Border Color

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

This div border color is #ddccc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccc8


Comments

No comments written yet.

Please login to write comment.