Color Hex Logo

#dddbcc Color Hex

#DDDBCC
(221,219,204)
0 Favorites   0 Comments

Color spaces of #dddbcc

RGB 221219204
HSL0.150.200.83
HSV53°87°
CMYK 0.000.010.08   0.13
XYZ66.049470.394867.2331
Yxy70.39480.32430.3456
Hunter Lab83.9016-6.308211.2201
CIE-Lab87.1901-1.91117.6050

#dddbcc color RGB value is (221,219,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11001100
Octal 335 333 314
Decimal 221 219 204
Hex DD DB CC

RGB Percentages of Color #dddbcc

%34.32
%34.01
%31.68

CMYK Percentages of Color #dddbcc

%0
%1
%8
%13

Triadic Colors of #dddbcc

#dddbcc #ccdddb #dbccdd

Analogous Colors of #dddbcc

#dddbcc #d7ddcc #ddd3cc

Monochromatic Colors of #dddbcc

#dddbcc

Complementary Color

#dddbcc #cccedd

#dddbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbcc Color CSS Codes

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

#dddbcc Text Font Color

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

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


#dddbcc Background Color

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

This div background color is #dddbcc


#dddbcc Border Color

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

This div border color is #dddbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbcc


Comments

No comments written yet.

Please login to write comment.