Color Hex Logo

#ddbbef Color Hex

#DDBBEF
(221,187,239)
0 Favorites   0 Comments

Color spaces of #ddbbef

RGB 221187239
HSL0.780.620.84
HSV279°22°94°
CMYK 0.080.220.00   0.06
XYZ63.169157.144889.3620
Yxy57.14480.30130.2725
Hunter Lab75.594216.8709-17.1724
CIE-Lab80.261021.4224-21.2853

#ddbbef color RGB value is (221,187,239).

#ddbbef hex color red value is 221, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ddbbef hue: 0.78 , saturation: 0.62 and the lightness value of ddbbef is 0.84.

The process color (four color CMYK) of #ddbbef color hex is 0.08, 0.22, 0.00, 0.06. Web safe color of #ddbbef is #ccccff. Color #ddbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11101111
Octal 335 273 357
Decimal 221 187 239
Hex DD BB EF

RGB Percentages of Color #ddbbef

%34.16
%28.90
%36.94

CMYK Percentages of Color #ddbbef

%8
%22
%0
%6

Triadic Colors of #ddbbef

#ddbbef #efddbb #bbefdd

Analogous Colors of #ddbbef

#ddbbef #efbbe7 #c3bbef

Monochromatic Colors of #ddbbef

#ddbbef

Complementary Color

#ddbbef #cdefbb

#ddbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbef Color CSS Codes

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

#ddbbef Text Font Color

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

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


#ddbbef Background Color

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

This div background color is #ddbbef


#ddbbef Border Color

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

This div border color is #ddbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbef


Comments

No comments written yet.

Please login to write comment.