Color Hex Logo

#dddccc Color Hex

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

Color spaces of #dddccc

RGB 221220204
HSL0.160.200.83
HSV56°87°
CMYK 0.000.000.08   0.13
XYZ66.311170.918267.3204
Yxy70.91820.32420.3467
Hunter Lab84.2129-6.817911.5522
CIE-Lab87.4453-2.42667.9712

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

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

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

Base Numbers

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

RGB Percentages of Color #dddccc

%34.26
%34.11
%31.63

CMYK Percentages of Color #dddccc

%0
%0
%8
%13

Triadic Colors of #dddccc

#dddccc #ccdddc #dcccdd

Analogous Colors of #dddccc

#dddccc #d6ddcc #ddd4cc

Monochromatic Colors of #dddccc

#dddccc

Complementary Color

#dddccc #cccddd

#dddccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddccc Color CSS Codes

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

#dddccc Text Font Color

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

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


#dddccc Background Color

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

This div background color is #dddccc


#dddccc Border Color

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

This div border color is #dddccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddccc


Comments

No comments written yet.

Please login to write comment.