Color Hex Logo

#ddbaff Color Hex

#DDBAFF
(221,186,255)
0 Favorites   0 Comments

Color spaces of #ddbaff

RGB 221186255
HSL0.751.000.86
HSV270°27°100°
CMYK 0.130.270.00   0.00
XYZ65.427757.7100102.2985
Yxy57.71000.29020.2560
Hunter Lab75.967120.7931-26.6639
CIE-Lab80.577325.1986-29.3718

#ddbaff color RGB value is (221,186,255).

#ddbaff hex color red value is 221, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ddbaff hue: 0.75 , saturation: 1.00 and the lightness value of ddbaff is 0.86.

The process color (four color CMYK) of #ddbaff color hex is 0.13, 0.27, 0.00, 0.00. Web safe color of #ddbaff is #ccccff. Color #ddbaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11111111
Octal 335 272 377
Decimal 221 186 255
Hex DD BA FF

RGB Percentages of Color #ddbaff

%33.38
%28.10
%38.52

CMYK Percentages of Color #ddbaff

%13
%27
%0
%0

Triadic Colors of #ddbaff

#ddbaff #ffddba #baffdd

Analogous Colors of #ddbaff

#ddbaff #ffbaff #bbbaff

Monochromatic Colors of #ddbaff

#ddbaff

Complementary Color

#ddbaff #dcffba

#ddbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaff Color CSS Codes

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

#ddbaff Text Font Color

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

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


#ddbaff Background Color

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

This div background color is #ddbaff


#ddbaff Border Color

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

This div border color is #ddbaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaff

Related Colors


Comments

No comments written yet.

Please login to write comment.