Color Hex Logo

#ddbdeb Color Hex

#DDBDEB
(221,189,235)
0 Favorites   0 Comments

Color spaces of #ddbdeb

RGB 221189235
HSL0.780.530.83
HSV282°20°92°
CMYK 0.060.200.00   0.08
XYZ63.011857.765586.4260
Yxy57.76550.30410.2788
Hunter Lab76.003614.9814-14.2179
CIE-Lab80.608219.5631-18.6129

#ddbdeb color RGB value is (221,189,235).

#ddbdeb hex color red value is 221, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddbdeb hue: 0.78 , saturation: 0.53 and the lightness value of ddbdeb is 0.83.

The process color (four color CMYK) of #ddbdeb color hex is 0.06, 0.20, 0.00, 0.08. Web safe color of #ddbdeb is #ccccff. Color #ddbdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11101011
Octal 335 275 353
Decimal 221 189 235
Hex DD BD EB

RGB Percentages of Color #ddbdeb

%34.26
%29.30
%36.43

CMYK Percentages of Color #ddbdeb

%6
%20
%0
%8

Triadic Colors of #ddbdeb

#ddbdeb #ebddbd #bdebdd

Analogous Colors of #ddbdeb

#ddbdeb #ebbde2 #c6bdeb

Monochromatic Colors of #ddbdeb

#ddbdeb

Complementary Color

#ddbdeb #cbebbd

#ddbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdeb Color CSS Codes

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

#ddbdeb Text Font Color

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

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


#ddbdeb Background Color

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

This div background color is #ddbdeb


#ddbdeb Border Color

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

This div border color is #ddbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdeb


Comments

No comments written yet.

Please login to write comment.