COLOR #DDDDEA

HEX: #DDDDEA RGB: (221,221,234)

Color info

#DDDDEA contains red, green and blue colors in about the same proportion. Web safe color of #DDDDEA is #CCCCFF (or #CCF).

RGB color model

#DDDDEA color RGB value is (221,221,234).

RGB: (221,221,234) (87%, 87%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 234 of 255 = 92%

221
221
234

R + G + B ~ 89%. #DDDDEA is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 221 + 234 = 676 (100%)
R 221 of 676 ~ 32.69%
G 221 of 676 ~ 32.69%
B 234 of 676 ~ 34.62'%

%32.69
%32.69
%34.62

CMYK color model

#DDDDEA color CMYK value is (6,6,0,8).

  • cyan value is 5.56%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,6,0,8)
C6M6Y0K8 (6%, 6%, 0%, 8%)
(0.06 / 0.06 / 0.00 / 0.08)

CMYK percentages

%5.56
%5.56
%0
%8.24

Codes

Color #DDDDEA in popluar color models

DD DD EA
RGB 221 221 234
HSL 240° 23.64% 89.22%
HSB/HSV 240° 5.56% 91.76%
CMYK 5.56% 5.56% 0.00%
8.24%

Color #DDDDEA in popluar number systems.

HEX DD DD EA
Decimal 221 221 234
Binary 11011101 11011101 11101010
Octal 335 335 352

Shades and tints

Shades of #DDDDEA

#DDDDEA
(221,221,234)
#C9C9D5
(201,201,213)
#B5B5C0
(181,181,192)
#A1A1AB
(161,161,171)
#8D8D96
(141,141,150)
#797981
(121,121,129)
#65656C
(101,101,108)
#515157
(81,81,87)
#3D3D42
(61,61,66)
#29292D
(41,41,45)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #DDDDEA

#DDDDEA
(221,221,234)
#E0E0EB
(224,224,235)
#E3E3EC
(227,227,236)
#E6E6ED
(230,230,237)
#E9E9EE
(233,233,238)
#ECECEF
(236,236,239)
#EFEFF0
(239,239,240)
#F2F2F1
(242,242,241)
#F5F5F2
(245,245,242)
#F8F8F3
(248,248,243)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDDEA color. Also use rgb(221,221,234) instead hex code.

Text Font Color

.myTextColor { color: #DDDDEA; }

<p style="color:#DDDDEA">This sample text font color is #DDDDEA.</p>

This text font color is #DDDDEA.

Background Color

.myBgColor { background-color: #DDDDEA; }

<div style="background-color:#DDDDEA">Inner text</div>

This div background color is #DDDDEA.

Border color

.myBorderColor { border: 1px solid #DDDDEA; }

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

This div border color is #DDDDEA.

Opacity

.myOpacity80 { color: #DDDDEA; opacity: 0.8; }

<p style="color:#DDDDEA;opacity:0.8;">80%</p>

Text with #DDDDEA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDDDEA;}

<p style="text-shadow: 3px 3px 1px #DDDDEA">Text here.</p>

This text has shadow with #DDDDEA color.


.textShadow {text-shadow: 3px 3px 1px #DDDDEA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDDDEA, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDDDEA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDDDEA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDDDEA, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDDDEA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDDDEA;
-webkit-box-shadow: 1px 1px 3px 2px #DDDDEA;
box-shadow: 1px 1px 3px 2px #DDDDEA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDDDEA; -webkit-box-shadow: 1px 1px 3px 2px #DDDDEA; box-shadow:1px 1px 3px 2px #DDDDEA;">
Div content here
</div>

This div box has shadow with color #DDDDEA.

Preview

Color preview on black background

This text has color #DDDDEA on black background.


Color preview on white background

This text has color #DDDDEA on white background.


Black color preview on #DDDDEA background

This text has black color on #DDDDEA background.


White color preview on #DDDDEA background

This text has white color on #DDDDEA background.


Related colors

Complementary color

Complementary color for #hex is #222215.


I love getcolorcode.com