Color Hex Logo

#ddd4eb Color Hex

#DDD4EB
(221,212,235)
0 Favorites   0 Comments

Color spaces of #ddd4eb

RGB 221212235
HSL0.730.370.88
HSV263°10°92°
CMYK 0.060.100.00   0.08
XYZ68.357768.457388.2080
Yxy68.45730.30380.3042
Hunter Lab82.73892.6810-5.2918
CIE-Lab86.23467.3078-10.1764

#ddd4eb color RGB value is (221,212,235).

#ddd4eb hex color red value is 221, green value is 212 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddd4eb hue: 0.73 , saturation: 0.37 and the lightness value of ddd4eb is 0.88.

The process color (four color CMYK) of #ddd4eb color hex is 0.06, 0.10, 0.00, 0.08. Web safe color of #ddd4eb is #ccccff. Color #ddd4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 11101011
Octal 335 324 353
Decimal 221 212 235
Hex DD D4 EB

RGB Percentages of Color #ddd4eb

%33.08
%31.74
%35.18

CMYK Percentages of Color #ddd4eb

%6
%10
%0
%8

Triadic Colors of #ddd4eb

#ddd4eb #ebddd4 #d4ebdd

Analogous Colors of #ddd4eb

#ddd4eb #e9d4eb #d4d7eb

Monochromatic Colors of #ddd4eb

#ddd4eb

Complementary Color

#ddd4eb #e2ebd4

#ddd4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd4eb Color CSS Codes

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

#ddd4eb Text Font Color

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

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


#ddd4eb Background Color

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

This div background color is #ddd4eb


#ddd4eb Border Color

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

This div border color is #ddd4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd4eb


Comments

No comments written yet.

Please login to write comment.