Color Hex Logo

#ddcbba Color Hex

#DDCBBA
(221,203,186)
0 Favorites   0 Comments

Color spaces of #ddcbba

RGB 221203186
HSL0.080.340.80
HSV29°16°87°
CMYK 0.000.080.16   0.13
XYZ60.037761.629255.1857
Yxy61.62920.33950.3485
Hunter Lab78.5043-0.871013.2742
CIE-Lab82.71583.508510.7396

#ddcbba color RGB value is (221,203,186).

#ddcbba hex color red value is 221, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ddcbba hue: 0.08 , saturation: 0.34 and the lightness value of ddcbba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 10111010
Octal 335 313 272
Decimal 221 203 186
Hex DD CB BA

RGB Percentages of Color #ddcbba

%36.23
%33.28
%30.49

CMYK Percentages of Color #ddcbba

%0
%8
%16
%13

Triadic Colors of #ddcbba

#ddcbba #baddcb #cbbadd

Analogous Colors of #ddcbba

#ddcbba #ddddba #ddbabb

Monochromatic Colors of #ddcbba

#ddcbba

Complementary Color

#ddcbba #baccdd

#ddcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbba Color CSS Codes

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

#ddcbba Text Font Color

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

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


#ddcbba Background Color

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

This div background color is #ddcbba


#ddcbba Border Color

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

This div border color is #ddcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbba


Comments

No comments written yet.

Please login to write comment.