Color Hex Logo

#ddbece Color Hex

#DDBECE
(221,190,206)
0 Favorites   0 Comments

Color spaces of #ddbece

RGB 221190206
HSL0.910.310.81
HSV329°14°87°
CMYK 0.000.140.07   0.13
XYZ59.372856.655366.1988
Yxy56.65530.32580.3109
Hunter Lab75.26979.07890.5440
CIE-Lab79.985313.6884-3.9392

#ddbece color RGB value is (221,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11001110
Octal 335 276 316
Decimal 221 190 206
Hex DD BE CE

RGB Percentages of Color #ddbece

%35.82
%30.79
%33.39

CMYK Percentages of Color #ddbece

%0
%14
%7
%13

Triadic Colors of #ddbece

#ddbece #ceddbe #becedd

Analogous Colors of #ddbece

#ddbece #ddbebf #ddbedd

Monochromatic Colors of #ddbece

#ddbece

Complementary Color

#ddbece #beddcd

#ddbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbece Color CSS Codes

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

#ddbece Text Font Color

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

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


#ddbece Background Color

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

This div background color is #ddbece


#ddbece Border Color

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

This div border color is #ddbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbece


Comments

No comments written yet.

Please login to write comment.