Color Hex Logo

#ddbbba Color Hex

#DDBBBA
(221,187,186)
0 Favorites   0 Comments

Color spaces of #ddbbba

RGB 221187186
HSL0.000.340.80
HSV16°87°
CMYK 0.000.150.16   0.13
XYZ56.452054.458053.9905
Yxy54.45800.34230.3302
Hunter Lab73.79577.40608.2791
CIE-Lab78.728011.98075.0237

#ddbbba color RGB value is (221,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10111010
Octal 335 273 272
Decimal 221 187 186
Hex DD BB BA

RGB Percentages of Color #ddbbba

%37.21
%31.48
%31.31

CMYK Percentages of Color #ddbbba

%0
%15
%16
%13

Triadic Colors of #ddbbba

#ddbbba #baddbb #bbbadd

Analogous Colors of #ddbbba

#ddbbba #ddcdba #ddbacb

Monochromatic Colors of #ddbbba

#ddbbba

Complementary Color

#ddbbba #badcdd

#ddbbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbba Color CSS Codes

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

#ddbbba Text Font Color

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

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


#ddbbba Background Color

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

This div background color is #ddbbba


#ddbbba Border Color

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

This div border color is #ddbbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbba


Comments

No comments written yet.

Please login to write comment.