Color Hex Logo

#ddbdde Color Hex

#DDBDDE
(221,189,222)
0 Favorites   0 Comments

Color spaces of #ddbdde

RGB 221189222
HSL0.830.330.81
HSV298°15°87°
CMYK 0.000.150.00   0.13
XYZ61.201257.041376.8917
Yxy57.04130.31360.2923
Hunter Lab75.525712.4750-7.4944
CIE-Lab80.202817.0941-12.2355

#ddbdde color RGB value is (221,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11011110
Octal 335 275 336
Decimal 221 189 222
Hex DD BD DE

RGB Percentages of Color #ddbdde

%34.97
%29.91
%35.13

CMYK Percentages of Color #ddbdde

%0
%15
%0
%13

Triadic Colors of #ddbdde

#ddbdde #deddbd #bddedd

Analogous Colors of #ddbdde

#ddbdde #debdcf #cdbdde

Monochromatic Colors of #ddbdde

#ddbdde

Complementary Color

#ddbdde #bedebd

#ddbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdde Color CSS Codes

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

#ddbdde Text Font Color

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

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


#ddbdde Background Color

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

This div background color is #ddbdde


#ddbdde Border Color

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

This div border color is #ddbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdde


Comments

No comments written yet.

Please login to write comment.