Color Hex Logo

#ddd5e8 Color Hex

#DDD5E8
(221,213,232)
1 Favorites   0 Comments

Color spaces of #ddd5e8

RGB 221213232
HSL0.740.290.87
HSV265°91°
CMYK 0.050.080.00   0.09
XYZ68.178568.786886.0277
Yxy68.78680.30570.3085
Hunter Lab82.93781.5936-3.4424
CIE-Lab86.39846.2101-8.3451

#ddd5e8 color RGB value is (221,213,232).

#ddd5e8 hex color red value is 221, green value is 213 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ddd5e8 hue: 0.74 , saturation: 0.29 and the lightness value of ddd5e8 is 0.87.

The process color (four color CMYK) of #ddd5e8 color hex is 0.05, 0.08, 0.00, 0.09. Web safe color of #ddd5e8 is #ccccff. Color #ddd5e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 11101000
Octal 335 325 350
Decimal 221 213 232
Hex DD D5 E8

RGB Percentages of Color #ddd5e8

%33.18
%31.98
%34.83

CMYK Percentages of Color #ddd5e8

%5
%8
%0
%9

Triadic Colors of #ddd5e8

#ddd5e8 #e8ddd5 #d5e8dd

Analogous Colors of #ddd5e8

#ddd5e8 #e7d5e8 #d5d7e8

Monochromatic Colors of #ddd5e8

#ddd5e8

Complementary Color

#ddd5e8 #e0e8d5

#ddd5e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd5e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd5e8 Color CSS Codes

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

#ddd5e8 Text Font Color

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

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


#ddd5e8 Background Color

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

This div background color is #ddd5e8


#ddd5e8 Border Color

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

This div border color is #ddd5e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd5e8

#ddd5e8 Color Palettes


Comments

No comments written yet.

Please login to write comment.