Color Hex Logo

#ddbeda Color Hex

#DDBEDA
(221,190,218)
0 Favorites   0 Comments

Color spaces of #ddbeda

RGB 221190218
HSL0.850.310.81
HSV306°14°87°
CMYK 0.000.140.01   0.13
XYZ60.887157.261074.1730
Yxy57.26100.31660.2977
Hunter Lab75.671011.2021-5.1466
CIE-Lab80.326215.8225-9.8985

#ddbeda color RGB value is (221,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11011010
Octal 335 276 332
Decimal 221 190 218
Hex DD BE DA

RGB Percentages of Color #ddbeda

%35.14
%30.21
%34.66

CMYK Percentages of Color #ddbeda

%0
%14
%1
%13

Triadic Colors of #ddbeda

#ddbeda #daddbe #bedadd

Analogous Colors of #ddbeda

#ddbeda #ddbecb #d1bedd

Monochromatic Colors of #ddbeda

#ddbeda

Complementary Color

#ddbeda #beddc1

#ddbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbeda Color CSS Codes

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

#ddbeda Text Font Color

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

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


#ddbeda Background Color

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

This div background color is #ddbeda


#ddbeda Border Color

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

This div border color is #ddbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbeda


Comments

No comments written yet.

Please login to write comment.