Color Hex Logo

#dddcbc Color Hex

#DDDCBC
(221,220,188)
0 Favorites   0 Comments

Color spaces of #dddcbc

RGB 221220188
HSL0.160.330.80
HSV58°15°87°
CMYK 0.000.000.15   0.13
XYZ64.489170.189457.7259
Yxy70.18940.33520.3648
Hunter Lab83.7791-9.212817.7931
CIE-Lab87.0897-4.993315.8706

#dddcbc color RGB value is (221,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10111100
Octal 335 334 274
Decimal 221 220 188
Hex DD DC BC

RGB Percentages of Color #dddcbc

%35.14
%34.98
%29.89

CMYK Percentages of Color #dddcbc

%0
%0
%15
%13

Triadic Colors of #dddcbc

#dddcbc #bcdddc #dcbcdd

Analogous Colors of #dddcbc

#dddcbc #ceddbc #ddccbc

Monochromatic Colors of #dddcbc

#dddcbc

Complementary Color

#dddcbc #bcbddd

#dddcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcbc Color CSS Codes

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

#dddcbc Text Font Color

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

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


#dddcbc Background Color

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

This div background color is #dddcbc


#dddcbc Border Color

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

This div border color is #dddcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcbc


Comments

No comments written yet.

Please login to write comment.