Color Hex Logo

#dddbe1 Color Hex

#DDDBE1
(221,219,225)
0 Favorites   0 Comments

Color spaces of #dddbe1

RGB 221219225
HSL0.720.090.87
HSV260°88°
CMYK 0.020.030.00   0.12
XYZ68.740971.471481.4065
Yxy71.47140.31020.3225
Hunter Lab84.5408-2.80632.0866
CIE-Lab87.71351.7687-2.7057

#dddbe1 color RGB value is (221,219,225).

#dddbe1 hex color red value is 221, green value is 219 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dddbe1 hue: 0.72 , saturation: 0.09 and the lightness value of dddbe1 is 0.87.

The process color (four color CMYK) of #dddbe1 color hex is 0.02, 0.03, 0.00, 0.12. Web safe color of #dddbe1 is #cccccc. Color #dddbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11100001
Octal 335 333 341
Decimal 221 219 225
Hex DD DB E1

RGB Percentages of Color #dddbe1

%33.23
%32.93
%33.83

CMYK Percentages of Color #dddbe1

%2
%3
%0
%12

Triadic Colors of #dddbe1

#dddbe1 #e1dddb #dbe1dd

Analogous Colors of #dddbe1

#dddbe1 #e0dbe1 #dbdce1

Monochromatic Colors of #dddbe1

#dddbe1

Complementary Color

#dddbe1 #dfe1db

#dddbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbe1 Color CSS Codes

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

#dddbe1 Text Font Color

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

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


#dddbe1 Background Color

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

This div background color is #dddbe1


#dddbe1 Border Color

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

This div border color is #dddbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbe1


Comments

No comments written yet.

Please login to write comment.