Color Hex Logo

#ddbedb Color Hex

#DDBEDB
(221,190,219)
0 Favorites   0 Comments

Color spaces of #ddbedb

RGB 221190219
HSL0.840.310.81
HSV304°14°87°
CMYK 0.000.140.01   0.13
XYZ61.018457.313574.8644
Yxy57.31350.31580.2967
Hunter Lab75.705711.3852-5.6372
CIE-Lab80.355616.0053-10.3928

#ddbedb color RGB value is (221,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11011011
Octal 335 276 333
Decimal 221 190 219
Hex DD BE DB

RGB Percentages of Color #ddbedb

%35.08
%30.16
%34.76

CMYK Percentages of Color #ddbedb

%0
%14
%1
%13

Triadic Colors of #ddbedb

#ddbedb #dbddbe #bedbdd

Analogous Colors of #ddbedb

#ddbedb #ddbecc #d0bedd

Monochromatic Colors of #ddbedb

#ddbedb

Complementary Color

#ddbedb #beddc0

#ddbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbedb Color CSS Codes

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

#ddbedb Text Font Color

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

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


#ddbedb Background Color

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

This div background color is #ddbedb


#ddbedb Border Color

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

This div border color is #ddbedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,190,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 #ddbedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbedb


Comments

No comments written yet.

Please login to write comment.