Color Hex Logo

#dddbc6 Color Hex

#DDDBC6
(221,219,198)
0 Favorites   0 Comments

Color spaces of #dddbc6

RGB 221219198
HSL0.150.250.82
HSV55°10°87°
CMYK 0.000.010.10   0.13
XYZ65.343470.112463.5152
Yxy70.11240.32840.3524
Hunter Lab83.7331-7.235813.6392
CIE-Lab87.0520-2.899110.5658

#dddbc6 color RGB value is (221,219,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11000110
Octal 335 333 306
Decimal 221 219 198
Hex DD DB C6

RGB Percentages of Color #dddbc6

%34.64
%34.33
%31.03

CMYK Percentages of Color #dddbc6

%0
%1
%10
%13

Triadic Colors of #dddbc6

#dddbc6 #c6dddb #dbc6dd

Analogous Colors of #dddbc6

#dddbc6 #d4ddc6 #ddd0c6

Monochromatic Colors of #dddbc6

#dddbc6

Complementary Color

#dddbc6 #c6c8dd

#dddbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbc6 Color CSS Codes

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

#dddbc6 Text Font Color

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

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


#dddbc6 Background Color

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

This div background color is #dddbc6


#dddbc6 Border Color

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

This div border color is #dddbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbc6

#dddbc6 Color Palettes


Comments

No comments written yet.

Please login to write comment.