Color Hex Logo

#ddbecd Color Hex

#DDBECD
(221,190,205)
0 Favorites   0 Comments

Color spaces of #ddbecd

RGB 221190205
HSL0.920.310.81
HSV331°14°87°
CMYK 0.000.140.07   0.13
XYZ59.251756.606865.5609
Yxy56.60680.32660.3120
Hunter Lab75.23758.90831.0018
CIE-Lab79.957913.5157-3.4405

#ddbecd color RGB value is (221,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11001101
Octal 335 276 315
Decimal 221 190 205
Hex DD BE CD

RGB Percentages of Color #ddbecd

%35.88
%30.84
%33.28

CMYK Percentages of Color #ddbecd

%0
%14
%7
%13

Triadic Colors of #ddbecd

#ddbecd #cdddbe #becddd

Analogous Colors of #ddbecd

#ddbecd #ddbfbe #ddbedd

Monochromatic Colors of #ddbecd

#ddbecd

Complementary Color

#ddbecd #beddce

#ddbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbecd Color CSS Codes

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

#ddbecd Text Font Color

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

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


#ddbecd Background Color

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

This div background color is #ddbecd


#ddbecd Border Color

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

This div border color is #ddbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbecd


Comments

No comments written yet.

Please login to write comment.