Color Hex Logo

#ddbbb7 Color Hex

#DDBBB7
(221,187,183)
0 Favorites   0 Comments

Color spaces of #ddbbb7

RGB 221187183
HSL0.020.360.79
HSV17°87°
CMYK 0.000.150.17   0.13
XYZ56.136454.331752.3281
Yxy54.33170.34480.3337
Hunter Lab73.71006.95029.5060
CIE-Lab78.654811.51196.5390

#ddbbb7 color RGB value is (221,187,183).

#ddbbb7 hex color red value is 221, green value is 187 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ddbbb7 hue: 0.02 , saturation: 0.36 and the lightness value of ddbbb7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10110111
Octal 335 273 267
Decimal 221 187 183
Hex DD BB B7

RGB Percentages of Color #ddbbb7

%37.39
%31.64
%30.96

CMYK Percentages of Color #ddbbb7

%0
%15
%17
%13

Triadic Colors of #ddbbb7

#ddbbb7 #b7ddbb #bbb7dd

Analogous Colors of #ddbbb7

#ddbbb7 #ddceb7 #ddb7c6

Monochromatic Colors of #ddbbb7

#ddbbb7

Complementary Color

#ddbbb7 #b7d9dd

#ddbbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbb7 Color CSS Codes

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

#ddbbb7 Text Font Color

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

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


#ddbbb7 Background Color

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

This div background color is #ddbbb7


#ddbbb7 Border Color

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

This div border color is #ddbbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbb7


Comments

No comments written yet.

Please login to write comment.