Color Hex Logo

#ddbbf5 Color Hex

#DDBBF5
(221,187,245)
0 Favorites   0 Comments

Color spaces of #ddbbf5

RGB 221187245
HSL0.760.740.85
HSV275°24°96°
CMYK 0.100.240.00   0.04
XYZ64.070557.505494.1090
Yxy57.50540.29710.2666
Hunter Lab75.832318.1076-20.4971
CIE-Lab80.463022.6172-24.1956

#ddbbf5 color RGB value is (221,187,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11110101
Octal 335 273 365
Decimal 221 187 245
Hex DD BB F5

RGB Percentages of Color #ddbbf5

%33.84
%28.64
%37.52

CMYK Percentages of Color #ddbbf5

%10
%24
%0
%4

Triadic Colors of #ddbbf5

#ddbbf5 #f5ddbb #bbf5dd

Analogous Colors of #ddbbf5

#ddbbf5 #f5bbf0 #c0bbf5

Monochromatic Colors of #ddbbf5

#ddbbf5

Complementary Color

#ddbbf5 #d3f5bb

#ddbbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbf5 Color CSS Codes

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

#ddbbf5 Text Font Color

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

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


#ddbbf5 Background Color

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

This div background color is #ddbbf5


#ddbbf5 Border Color

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

This div border color is #ddbbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbf5


Comments

No comments written yet.

Please login to write comment.