Color Hex Logo

#ddbedd Color Hex

#DDBEDD
(221,190,221)
0 Favorites   0 Comments

Color spaces of #ddbedd

RGB 221190221
HSL0.830.310.81
HSV300°14°87°
CMYK 0.000.140.00   0.13
XYZ61.283457.419576.2597
Yxy57.41950.31430.2945
Hunter Lab75.775711.7541-6.6258
CIE-Lab80.415016.3729-11.3804

#ddbedd color RGB value is (221,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11011101
Octal 335 276 335
Decimal 221 190 221
Hex DD BE DD

RGB Percentages of Color #ddbedd

%34.97
%30.06
%34.97

CMYK Percentages of Color #ddbedd

%0
%14
%0
%13

Triadic Colors of #ddbedd

#ddbedd #ddddbe #bedddd

Analogous Colors of #ddbedd

#ddbedd #ddbece #cebedd

Monochromatic Colors of #ddbedd

#ddbedd

Complementary Color

#ddbedd #beddbe

#ddbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbedd Color CSS Codes

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

#ddbedd Text Font Color

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

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


#ddbedd Background Color

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

This div background color is #ddbedd


#ddbedd Border Color

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

This div border color is #ddbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbedd


Comments

No comments written yet.

Please login to write comment.