Color Hex Logo

#ddbec2 Color Hex

#DDBEC2
(221,190,194)
0 Favorites   0 Comments

Color spaces of #ddbec2

RGB 221190194
HSL0.980.310.81
HSV352°14°87°
CMYK 0.000.140.12   0.13
XYZ57.969956.094158.8108
Yxy56.09410.33530.3245
Hunter Lab74.89607.09205.8707
CIE-Lab79.667311.66572.0657

#ddbec2 color RGB value is (221,190,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11000010
Octal 335 276 302
Decimal 221 190 194
Hex DD BE C2

RGB Percentages of Color #ddbec2

%36.53
%31.40
%32.07

CMYK Percentages of Color #ddbec2

%0
%14
%12
%13

Triadic Colors of #ddbec2

#ddbec2 #c2ddbe #bec2dd

Analogous Colors of #ddbec2

#ddbec2 #ddcabe #ddbed2

Monochromatic Colors of #ddbec2

#ddbec2

Complementary Color

#ddbec2 #beddd9

#ddbec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbec2 Color CSS Codes

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

#ddbec2 Text Font Color

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

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


#ddbec2 Background Color

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

This div background color is #ddbec2


#ddbec2 Border Color

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

This div border color is #ddbec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbec2


Comments

No comments written yet.

Please login to write comment.