Color Hex Logo

#ddbbdb Color Hex

#DDBBDB
(221,187,219)
0 Favorites   0 Comments

Color spaces of #ddbbdb

RGB 221187219
HSL0.840.330.80
HSV304°15°87°
CMYK 0.000.150.01   0.13
XYZ60.375356.027374.6501
Yxy56.02730.31600.2933
Hunter Lab74.851412.9886-6.7346
CIE-Lab79.629417.6150-11.4764

#ddbbdb color RGB value is (221,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11011011
Octal 335 273 333
Decimal 221 187 219
Hex DD BB DB

RGB Percentages of Color #ddbbdb

%35.25
%29.82
%34.93

CMYK Percentages of Color #ddbbdb

%0
%15
%1
%13

Triadic Colors of #ddbbdb

#ddbbdb #dbddbb #bbdbdd

Analogous Colors of #ddbbdb

#ddbbdb #ddbbca #cebbdd

Monochromatic Colors of #ddbbdb

#ddbbdb

Complementary Color

#ddbbdb #bbddbd

#ddbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbdb Color CSS Codes

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

#ddbbdb Text Font Color

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

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


#ddbbdb Background Color

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

This div background color is #ddbbdb


#ddbbdb Border Color

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

This div border color is #ddbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbdb


Comments

No comments written yet.

Please login to write comment.