Color Hex Logo

#ddb2eb Color Hex

#DDB2EB
(221,178,235)
0 Favorites   0 Comments

Color spaces of #ddb2eb

RGB 221178235
HSL0.790.590.81
HSV285°24°92°
CMYK 0.060.240.00   0.08
XYZ60.734653.211185.6670
Yxy53.21110.30430.2666
Hunter Lab72.945920.9632-18.5674
CIE-Lab77.999525.4913-22.5671

#ddb2eb color RGB value is (221,178,235).

#ddb2eb hex color red value is 221, green value is 178 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddb2eb hue: 0.79 , saturation: 0.59 and the lightness value of ddb2eb is 0.81.

The process color (four color CMYK) of #ddb2eb color hex is 0.06, 0.24, 0.00, 0.08. Web safe color of #ddb2eb is #cc99ff. Color #ddb2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 11101011
Octal 335 262 353
Decimal 221 178 235
Hex DD B2 EB

RGB Percentages of Color #ddb2eb

%34.86
%28.08
%37.07

CMYK Percentages of Color #ddb2eb

%6
%24
%0
%8

Triadic Colors of #ddb2eb

#ddb2eb #ebddb2 #b2ebdd

Analogous Colors of #ddb2eb

#ddb2eb #ebb2dd #c1b2eb

Monochromatic Colors of #ddb2eb

#ddb2eb

Complementary Color

#ddb2eb #c0ebb2

#ddb2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb2eb Color CSS Codes

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

#ddb2eb Text Font Color

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

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


#ddb2eb Background Color

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

This div background color is #ddb2eb


#ddb2eb Border Color

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

This div border color is #ddb2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb2eb


Comments

No comments written yet.

Please login to write comment.