Color Hex Logo

#ddbbf6 Color Hex

#DDBBF6
(221,187,246)
0 Favorites   0 Comments

Color spaces of #ddbbf6

RGB 221187246
HSL0.760.770.85
HSV275°24°96°
CMYK 0.100.240.00   0.04
XYZ64.223757.566694.9153
Yxy57.56660.29640.2656
Hunter Lab75.872718.3172-21.0598
CIE-Lab80.497222.8189-24.6791

#ddbbf6 color RGB value is (221,187,246).

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

The process color (four color CMYK) of #ddbbf6 color hex is 0.10, 0.24, 0.00, 0.04. Web safe color of #ddbbf6 is #ccccff. Color #ddbbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11110110
Octal 335 273 366
Decimal 221 187 246
Hex DD BB F6

RGB Percentages of Color #ddbbf6

%33.79
%28.59
%37.61

CMYK Percentages of Color #ddbbf6

%10
%24
%0
%4

Triadic Colors of #ddbbf6

#ddbbf6 #f6ddbb #bbf6dd

Analogous Colors of #ddbbf6

#ddbbf6 #f6bbf2 #c0bbf6

Monochromatic Colors of #ddbbf6

#ddbbf6

Complementary Color

#ddbbf6 #d4f6bb

#ddbbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbf6 Color CSS Codes

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

#ddbbf6 Text Font Color

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

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


#ddbbf6 Background Color

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

This div background color is #ddbbf6


#ddbbf6 Border Color

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

This div border color is #ddbbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbf6


Comments

No comments written yet.

Please login to write comment.