Color Hex Logo

#ddbbeb Color Hex

#DDBBEB
(221,187,235)
0 Favorites   0 Comments

Color spaces of #ddbbeb

RGB 221187235
HSL0.780.550.83
HSV283°20°92°
CMYK 0.060.200.00   0.08
XYZ62.584556.911086.2836
Yxy56.91100.30410.2766
Hunter Lab75.439416.0647-15.0052
CIE-Lab80.129520.6389-19.3366

#ddbbeb color RGB value is (221,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11101011
Octal 335 273 353
Decimal 221 187 235
Hex DD BB EB

RGB Percentages of Color #ddbbeb

%34.37
%29.08
%36.55

CMYK Percentages of Color #ddbbeb

%6
%20
%0
%8

Triadic Colors of #ddbbeb

#ddbbeb #ebddbb #bbebdd

Analogous Colors of #ddbbeb

#ddbbeb #ebbbe1 #c5bbeb

Monochromatic Colors of #ddbbeb

#ddbbeb

Complementary Color

#ddbbeb #c9ebbb

#ddbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbeb Color CSS Codes

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

#ddbbeb Text Font Color

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

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


#ddbbeb Background Color

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

This div background color is #ddbbeb


#ddbbeb Border Color

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

This div border color is #ddbbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,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 #ddbbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbeb


Comments

No comments written yet.

Please login to write comment.