Color Hex Logo

#ddbaee Color Hex

#DDBAEE
(221,186,238)
0 Favorites   0 Comments

Color spaces of #ddbaee

RGB 221186238
HSL0.780.600.83
HSV280°22°93°
CMYK 0.070.220.00   0.07
XYZ62.810356.663088.5155
Yxy56.66300.30200.2724
Hunter Lab75.274817.2118-17.0266
CIE-Lab79.989721.7641-21.1599

#ddbaee color RGB value is (221,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11101110
Octal 335 272 356
Decimal 221 186 238
Hex DD BA EE

RGB Percentages of Color #ddbaee

%34.26
%28.84
%36.90

CMYK Percentages of Color #ddbaee

%7
%22
%0
%7

Triadic Colors of #ddbaee

#ddbaee #eeddba #baeedd

Analogous Colors of #ddbaee

#ddbaee #eebae5 #c3baee

Monochromatic Colors of #ddbaee

#ddbaee

Complementary Color

#ddbaee #cbeeba

#ddbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaee Color CSS Codes

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

#ddbaee Text Font Color

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

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


#ddbaee Background Color

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

This div background color is #ddbaee


#ddbaee Border Color

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

This div border color is #ddbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaee


Comments

No comments written yet.

Please login to write comment.