Color Hex Logo

#ddbbdc Color Hex

#DDBBDC
(221,187,220)
0 Favorites   0 Comments

Color spaces of #ddbbdc

RGB 221187220
HSL0.840.330.80
HSV302°15°87°
CMYK 0.000.150.00   0.13
XYZ60.507456.080175.3456
Yxy56.08010.31530.2922
Hunter Lab74.886613.1740-7.2327
CIE-Lab79.659417.7988-11.9706

#ddbbdc color RGB value is (221,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11011100
Octal 335 273 334
Decimal 221 187 220
Hex DD BB DC

RGB Percentages of Color #ddbbdc

%35.19
%29.78
%35.03

CMYK Percentages of Color #ddbbdc

%0
%15
%0
%13

Triadic Colors of #ddbbdc

#ddbbdc #dcddbb #bbdcdd

Analogous Colors of #ddbbdc

#ddbbdc #ddbbcb #cdbbdd

Monochromatic Colors of #ddbbdc

#ddbbdc

Complementary Color

#ddbbdc #bbddbc

#ddbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbdc Color CSS Codes

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

#ddbbdc Text Font Color

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

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


#ddbbdc Background Color

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

This div background color is #ddbbdc


#ddbbdc Border Color

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

This div border color is #ddbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbdc


Comments

No comments written yet.

Please login to write comment.