Color Hex Logo

#ddbbda Color Hex

#DDBBDA
(221,187,218)
0 Favorites   0 Comments

Color spaces of #ddbbda

RGB 221187218
HSL0.850.330.80
HSV305°15°87°
CMYK 0.000.150.01   0.13
XYZ60.244055.974873.9587
Yxy55.97480.31680.2943
Hunter Lab74.816312.8042-6.2390
CIE-Lab79.599517.4319-10.9818

#ddbbda color RGB value is (221,187,218).

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

The process color (four color CMYK) of #ddbbda color hex is 0.00, 0.15, 0.01, 0.13. Web safe color of #ddbbda is #cccccc. Color #ddbbda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11011010
Octal 335 273 332
Decimal 221 187 218
Hex DD BB DA

RGB Percentages of Color #ddbbda

%35.30
%29.87
%34.82

CMYK Percentages of Color #ddbbda

%0
%15
%1
%13

Triadic Colors of #ddbbda

#ddbbda #daddbb #bbdadd

Analogous Colors of #ddbbda

#ddbbda #ddbbc9 #cfbbdd

Monochromatic Colors of #ddbbda

#ddbbda

Complementary Color

#ddbbda #bbddbe

#ddbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbda Color CSS Codes

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

#ddbbda Text Font Color

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

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


#ddbbda Background Color

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

This div background color is #ddbbda


#ddbbda Border Color

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

This div border color is #ddbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbda


Comments

No comments written yet.

Please login to write comment.