Color Hex Logo

#ddbbe4 Color Hex

#DDBBE4
(221,187,228)
0 Favorites   0 Comments

Color spaces of #ddbbe4

RGB 221187228
HSL0.800.430.81
HSV290°18°89°
CMYK 0.030.180.00   0.11
XYZ61.592756.514281.0608
Yxy56.51420.30930.2838
Hunter Lab75.175914.6897-11.3082
CIE-Lab79.905619.2940-15.9104

#ddbbe4 color RGB value is (221,187,228).

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

The process color (four color CMYK) of #ddbbe4 color hex is 0.03, 0.18, 0.00, 0.11. Web safe color of #ddbbe4 is #cccccc. Color #ddbbe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11100100
Octal 335 273 344
Decimal 221 187 228
Hex DD BB E4

RGB Percentages of Color #ddbbe4

%34.75
%29.40
%35.85

CMYK Percentages of Color #ddbbe4

%3
%18
%0
%11

Triadic Colors of #ddbbe4

#ddbbe4 #e4ddbb #bbe4dd

Analogous Colors of #ddbbe4

#ddbbe4 #e4bbd7 #c9bbe4

Monochromatic Colors of #ddbbe4

#ddbbe4

Complementary Color

#ddbbe4 #c2e4bb

#ddbbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbe4 Color CSS Codes

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

#ddbbe4 Text Font Color

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

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


#ddbbe4 Background Color

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

This div background color is #ddbbe4


#ddbbe4 Border Color

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

This div border color is #ddbbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbe4


Comments

No comments written yet.

Please login to write comment.