Color Hex Logo

#ddb3de Color Hex

#DDB3DE
(221,179,222)
0 Favorites   0 Comments

Color spaces of #ddb3de

RGB 221179222
HSL0.830.390.79
HSV299°19°87°
CMYK 0.000.190.00   0.13
XYZ59.123752.886376.1992
Yxy52.88630.31410.2810
Hunter Lab72.723017.8551-11.2180
CIE-Lab77.807822.4756-15.8285

#ddb3de color RGB value is (221,179,222).

#ddb3de hex color red value is 221, green value is 179 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddb3de hue: 0.83 , saturation: 0.39 and the lightness value of ddb3de is 0.79.

The process color (four color CMYK) of #ddb3de color hex is 0.00, 0.19, 0.00, 0.13. Web safe color of #ddb3de is #cccccc. Color #ddb3de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 11011110
Octal 335 263 336
Decimal 221 179 222
Hex DD B3 DE

RGB Percentages of Color #ddb3de

%35.53
%28.78
%35.69

CMYK Percentages of Color #ddb3de

%0
%19
%0
%13

Triadic Colors of #ddb3de

#ddb3de #deddb3 #b3dedd

Analogous Colors of #ddb3de

#ddb3de #deb3ca #c8b3de

Monochromatic Colors of #ddb3de

#ddb3de

Complementary Color

#ddb3de #b4deb3

#ddb3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb3de Color CSS Codes

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

#ddb3de Text Font Color

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

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


#ddb3de Background Color

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

This div background color is #ddb3de


#ddb3de Border Color

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

This div border color is #ddb3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb3de


Comments

No comments written yet.

Please login to write comment.