Color Hex Logo

#ddbcc2 Color Hex

#DDBCC2
(221,188,194)
0 Favorites   0 Comments

Color spaces of #ddbcc2

RGB 221188194
HSL0.970.330.80
HSV349°15°87°
CMYK 0.000.150.12   0.13
XYZ57.539655.233658.6674
Yxy55.23360.33560.3222
Hunter Lab74.31938.13975.2202
CIE-Lab79.175612.73341.3504

#ddbcc2 color RGB value is (221,188,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11000010
Octal 335 274 302
Decimal 221 188 194
Hex DD BC C2

RGB Percentages of Color #ddbcc2

%36.65
%31.18
%32.17

CMYK Percentages of Color #ddbcc2

%0
%15
%12
%13

Triadic Colors of #ddbcc2

#ddbcc2 #c2ddbc #bcc2dd

Analogous Colors of #ddbcc2

#ddbcc2 #ddc7bc #ddbcd3

Monochromatic Colors of #ddbcc2

#ddbcc2

Complementary Color

#ddbcc2 #bcddd7

#ddbcc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcc2 Color CSS Codes

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

#ddbcc2 Text Font Color

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

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


#ddbcc2 Background Color

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

This div background color is #ddbcc2


#ddbcc2 Border Color

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

This div border color is #ddbcc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcc2


Comments

No comments written yet.

Please login to write comment.