Color Hex Logo

#ddbbe7 Color Hex

#DDBBE7
(221,187,231)
0 Favorites   0 Comments

Color spaces of #ddbbe7

RGB 221187231
HSL0.800.480.82
HSV286°19°91°
CMYK 0.040.190.00   0.09
XYZ62.012956.682383.2737
Yxy56.68230.30700.2806
Hunter Lab75.287615.2734-12.8778
CIE-Lab80.000619.8663-17.3813

#ddbbe7 color RGB value is (221,187,231).

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

The process color (four color CMYK) of #ddbbe7 color hex is 0.04, 0.19, 0.00, 0.09. Web safe color of #ddbbe7 is #ccccff. Color #ddbbe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11100111
Octal 335 273 347
Decimal 221 187 231
Hex DD BB E7

RGB Percentages of Color #ddbbe7

%34.59
%29.26
%36.15

CMYK Percentages of Color #ddbbe7

%4
%19
%0
%9

Triadic Colors of #ddbbe7

#ddbbe7 #e7ddbb #bbe7dd

Analogous Colors of #ddbbe7

#ddbbe7 #e7bbdb #c7bbe7

Monochromatic Colors of #ddbbe7

#ddbbe7

Complementary Color

#ddbbe7 #c5e7bb

#ddbbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbe7 Color CSS Codes

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

#ddbbe7 Text Font Color

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

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


#ddbbe7 Background Color

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

This div background color is #ddbbe7


#ddbbe7 Border Color

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

This div border color is #ddbbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbe7


Comments

No comments written yet.

Please login to write comment.