Color Hex Logo

#ddbbde Color Hex

#DDBBDE
(221,187,222)
0 Favorites   0 Comments

Color spaces of #ddbbde

RGB 221187222
HSL0.830.350.80
HSV298°16°87°
CMYK 0.000.160.00   0.13
XYZ60.773956.186776.7492
Yxy56.18670.31370.2901
Hunter Lab74.957813.5472-8.2365
CIE-Lab79.720018.1682-12.9579

#ddbbde color RGB value is (221,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11011110
Octal 335 273 336
Decimal 221 187 222
Hex DD BB DE

RGB Percentages of Color #ddbbde

%35.08
%29.68
%35.24

CMYK Percentages of Color #ddbbde

%0
%16
%0
%13

Triadic Colors of #ddbbde

#ddbbde #deddbb #bbdedd

Analogous Colors of #ddbbde

#ddbbde #debbce #ccbbde

Monochromatic Colors of #ddbbde

#ddbbde

Complementary Color

#ddbbde #bcdebb

#ddbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbde Color CSS Codes

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

#ddbbde Text Font Color

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

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


#ddbbde Background Color

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

This div background color is #ddbbde


#ddbbde Border Color

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

This div border color is #ddbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbde


Comments

No comments written yet.

Please login to write comment.