Color Hex Logo

#dddcc6 Color Hex

#DDDCC6
(221,220,198)
0 Favorites   0 Comments

Color spaces of #dddcc6

RGB 221220198
HSL0.160.250.82
HSV57°10°87°
CMYK 0.000.000.10   0.13
XYZ65.605070.635863.6024
Yxy70.63580.32830.3535
Hunter Lab84.0451-7.743113.9630
CIE-Lab87.3078-3.413610.9304

#dddcc6 color RGB value is (221,220,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11000110
Octal 335 334 306
Decimal 221 220 198
Hex DD DC C6

RGB Percentages of Color #dddcc6

%34.59
%34.43
%30.99

CMYK Percentages of Color #dddcc6

%0
%0
%10
%13

Triadic Colors of #dddcc6

#dddcc6 #c6dddc #dcc6dd

Analogous Colors of #dddcc6

#dddcc6 #d3ddc6 #ddd1c6

Monochromatic Colors of #dddcc6

#dddcc6

Complementary Color

#dddcc6 #c6c7dd

#dddcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcc6 Color CSS Codes

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

#dddcc6 Text Font Color

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

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


#dddcc6 Background Color

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

This div background color is #dddcc6


#dddcc6 Border Color

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

This div border color is #dddcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcc6


Comments

No comments written yet.

Please login to write comment.