Color Hex Logo

#ddb3ed Color Hex

#DDB3ED
(221,179,237)
0 Favorites   0 Comments

Color spaces of #ddb3ed

RGB 221179237
HSL0.790.620.82
HSV283°24°93°
CMYK 0.070.240.00   0.07
XYZ61.225053.726887.2642
Yxy53.72680.30280.2657
Hunter Lab73.298620.8254-19.2776
CIE-Lab78.302225.3426-23.1857

#ddb3ed color RGB value is (221,179,237).

#ddb3ed hex color red value is 221, green value is 179 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddb3ed hue: 0.79 , saturation: 0.62 and the lightness value of ddb3ed is 0.82.

The process color (four color CMYK) of #ddb3ed color hex is 0.07, 0.24, 0.00, 0.07. Web safe color of #ddb3ed is #ccccff. Color #ddb3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 11101101
Octal 335 263 355
Decimal 221 179 237
Hex DD B3 ED

RGB Percentages of Color #ddb3ed

%34.69
%28.10
%37.21

CMYK Percentages of Color #ddb3ed

%7
%24
%0
%7

Triadic Colors of #ddb3ed

#ddb3ed #edddb3 #b3eddd

Analogous Colors of #ddb3ed

#ddb3ed #edb3e0 #c0b3ed

Monochromatic Colors of #ddb3ed

#ddb3ed

Complementary Color

#ddb3ed #c3edb3

#ddb3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb3ed Color CSS Codes

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

#ddb3ed Text Font Color

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

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


#ddb3ed Background Color

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

This div background color is #ddb3ed


#ddb3ed Border Color

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

This div border color is #ddb3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb3ed


Comments

No comments written yet.

Please login to write comment.