Color Hex Logo

#ddbbc4 Color Hex

#DDBBC4
(221,187,196)
0 Favorites   0 Comments

Color spaces of #ddbbc4

RGB 221187196
HSL0.960.330.80
HSV344°15°87°
CMYK 0.000.150.11   0.13
XYZ57.552954.898359.7876
Yxy54.89830.33410.3187
Hunter Lab74.09348.98854.0230
CIE-Lab78.982713.5978-0.0116

#ddbbc4 color RGB value is (221,187,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11000100
Octal 335 273 304
Decimal 221 187 196
Hex DD BB C4

RGB Percentages of Color #ddbbc4

%36.59
%30.96
%32.45

CMYK Percentages of Color #ddbbc4

%0
%15
%11
%13

Triadic Colors of #ddbbc4

#ddbbc4 #c4ddbb #bbc4dd

Analogous Colors of #ddbbc4

#ddbbc4 #ddc3bb #ddbbd5

Monochromatic Colors of #ddbbc4

#ddbbc4

Complementary Color

#ddbbc4 #bbddd4

#ddbbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbc4 Color CSS Codes

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

#ddbbc4 Text Font Color

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

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


#ddbbc4 Background Color

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

This div background color is #ddbbc4


#ddbbc4 Border Color

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

This div border color is #ddbbc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,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 #ddbbc4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbc4


Comments

No comments written yet.

Please login to write comment.