Color Hex Logo

#ddbdea Color Hex

#DDBDEA
(221,189,234)
0 Favorites   0 Comments

Color spaces of #ddbdea

RGB 221189234
HSL0.790.520.83
HSV283°19°92°
CMYK 0.060.190.00   0.08
XYZ62.867757.707985.6671
Yxy57.70790.30480.2798
Hunter Lab75.965714.7830-13.6858
CIE-Lab80.576119.3690-18.1247

#ddbdea color RGB value is (221,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11101010
Octal 335 275 352
Decimal 221 189 234
Hex DD BD EA

RGB Percentages of Color #ddbdea

%34.32
%29.35
%36.34

CMYK Percentages of Color #ddbdea

%6
%19
%0
%8

Triadic Colors of #ddbdea

#ddbdea #eaddbd #bdeadd

Analogous Colors of #ddbdea

#ddbdea #eabde1 #c7bdea

Monochromatic Colors of #ddbdea

#ddbdea

Complementary Color

#ddbdea #caeabd

#ddbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdea Color CSS Codes

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

#ddbdea Text Font Color

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

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


#ddbdea Background Color

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

This div background color is #ddbdea


#ddbdea Border Color

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

This div border color is #ddbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdea


Comments

No comments written yet.

Please login to write comment.