Color Hex Logo

#ddbbfb Color Hex

#DDBBFB
(221,187,251)
0 Favorites   0 Comments

Color spaces of #ddbbfb

RGB 221187251
HSL0.760.890.86
HSV272°25°98°
CMYK 0.120.250.00   0.02
XYZ65.001757.877899.0124
Yxy57.87780.29290.2608
Hunter Lab76.077519.3775-23.9098
CIE-Lab80.670823.8353-27.0902

#ddbbfb color RGB value is (221,187,251).

#ddbbfb hex color red value is 221, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddbbfb hue: 0.76 , saturation: 0.89 and the lightness value of ddbbfb is 0.86.

The process color (four color CMYK) of #ddbbfb color hex is 0.12, 0.25, 0.00, 0.02. Web safe color of #ddbbfb is #ccccff. Color #ddbbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11111011
Octal 335 273 373
Decimal 221 187 251
Hex DD BB FB

RGB Percentages of Color #ddbbfb

%33.54
%28.38
%38.09

CMYK Percentages of Color #ddbbfb

%12
%25
%0
%2

Triadic Colors of #ddbbfb

#ddbbfb #fbddbb #bbfbdd

Analogous Colors of #ddbbfb

#ddbbfb #fbbbf9 #bdbbfb

Monochromatic Colors of #ddbbfb

#ddbbfb

Complementary Color

#ddbbfb #d9fbbb

#ddbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbfb Color CSS Codes

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

#ddbbfb Text Font Color

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

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


#ddbbfb Background Color

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

This div background color is #ddbbfb


#ddbbfb Border Color

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

This div border color is #ddbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbfb


Comments

No comments written yet.

Please login to write comment.