Color Hex Logo

#ddd6cb Color Hex

#DDD6CB
(221,214,203)
0 Favorites   0 Comments

Color spaces of #ddd6cb

RGB 221214203
HSL0.100.210.83
HSV37°87°
CMYK 0.000.030.08   0.13
XYZ64.644967.777166.1750
Yxy67.77710.32550.3413
Hunter Lab82.3268-3.90989.9710
CIE-Lab85.89490.51036.2699

#ddd6cb color RGB value is (221,214,203).

#ddd6cb hex color red value is 221, green value is 214 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ddd6cb hue: 0.10 , saturation: 0.21 and the lightness value of ddd6cb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 11001011
Octal 335 326 313
Decimal 221 214 203
Hex DD D6 CB

RGB Percentages of Color #ddd6cb

%34.64
%33.54
%31.82

CMYK Percentages of Color #ddd6cb

%0
%3
%8
%13

Triadic Colors of #ddd6cb

#ddd6cb #cbddd6 #d6cbdd

Analogous Colors of #ddd6cb

#ddd6cb #dbddcb #ddcdcb

Monochromatic Colors of #ddd6cb

#ddd6cb

Complementary Color

#ddd6cb #cbd2dd

#ddd6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd6cb Color CSS Codes

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

#ddd6cb Text Font Color

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

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


#ddd6cb Background Color

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

This div background color is #ddd6cb


#ddd6cb Border Color

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

This div border color is #ddd6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd6cb


Comments

No comments written yet.

Please login to write comment.