Color Hex Logo

#ddbbce Color Hex

#DDBBCE
(221,187,206)
0 Favorites   0 Comments

Color spaces of #ddbbce

RGB 221187206
HSL0.910.330.80
HSV326°15°87°
CMYK 0.000.150.07   0.13
XYZ58.729755.369065.9844
Yxy55.36900.32610.3075
Hunter Lab74.410310.6662-0.4890
CIE-Lab79.253315.2947-5.0182

#ddbbce color RGB value is (221,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11001110
Octal 335 273 316
Decimal 221 187 206
Hex DD BB CE

RGB Percentages of Color #ddbbce

%35.99
%30.46
%33.55

CMYK Percentages of Color #ddbbce

%0
%15
%7
%13

Triadic Colors of #ddbbce

#ddbbce #ceddbb #bbcedd

Analogous Colors of #ddbbce

#ddbbce #ddbbbd #dbbbdd

Monochromatic Colors of #ddbbce

#ddbbce

Complementary Color

#ddbbce #bbddca

#ddbbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbce Color CSS Codes

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

#ddbbce Text Font Color

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

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


#ddbbce Background Color

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

This div background color is #ddbbce


#ddbbce Border Color

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

This div border color is #ddbbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbce


Comments

No comments written yet.

Please login to write comment.