Color Hex Logo

#ddbcc4 Color Hex

#DDBCC4
(221,188,196)
0 Favorites   0 Comments

Color spaces of #ddbcc4

RGB 221188196
HSL0.960.330.80
HSV345°15°87°
CMYK 0.000.150.11   0.13
XYZ57.765855.324159.8586
Yxy55.32410.33400.3199
Hunter Lab74.38028.46304.3516
CIE-Lab79.227613.06300.3459

#ddbcc4 color RGB value is (221,188,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11000100
Octal 335 274 304
Decimal 221 188 196
Hex DD BC C4

RGB Percentages of Color #ddbcc4

%36.53
%31.07
%32.40

CMYK Percentages of Color #ddbcc4

%0
%15
%11
%13

Triadic Colors of #ddbcc4

#ddbcc4 #c4ddbc #bcc4dd

Analogous Colors of #ddbcc4

#ddbcc4 #ddc5bc #ddbcd5

Monochromatic Colors of #ddbcc4

#ddbcc4

Complementary Color

#ddbcc4 #bcddd5

#ddbcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcc4 Color CSS Codes

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

#ddbcc4 Text Font Color

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

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


#ddbcc4 Background Color

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

This div background color is #ddbcc4


#ddbcc4 Border Color

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

This div border color is #ddbcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcc4


Comments

No comments written yet.

Please login to write comment.