Color Hex Logo

#ddbbdf Color Hex

#DDBBDF
(221,187,223)
0 Favorites   0 Comments

Color spaces of #ddbbdf

RGB 221187223
HSL0.820.360.80
HSV297°16°87°
CMYK 0.010.160.00   0.13
XYZ60.908456.240577.4573
Yxy56.24050.31300.2890
Hunter Lab74.993713.7353-8.7422
CIE-Lab79.750518.3541-13.4510

#ddbbdf color RGB value is (221,187,223).

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

The process color (four color CMYK) of #ddbbdf color hex is 0.01, 0.16, 0.00, 0.13. Web safe color of #ddbbdf is #cccccc. Color #ddbbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11011111
Octal 335 273 337
Decimal 221 187 223
Hex DD BB DF

RGB Percentages of Color #ddbbdf

%35.02
%29.64
%35.34

CMYK Percentages of Color #ddbbdf

%1
%16
%0
%13

Triadic Colors of #ddbbdf

#ddbbdf #dfddbb #bbdfdd

Analogous Colors of #ddbbdf

#ddbbdf #dfbbcf #cbbbdf

Monochromatic Colors of #ddbbdf

#ddbbdf

Complementary Color

#ddbbdf #bddfbb

#ddbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbdf Color CSS Codes

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

#ddbbdf Text Font Color

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

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


#ddbbdf Background Color

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

This div background color is #ddbbdf


#ddbbdf Border Color

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

This div border color is #ddbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbdf


Comments

No comments written yet.

Please login to write comment.