COLOR #DDDEF5

HEX: #DDDEF5 RGB: (221,222,245)

Color info

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

RGB color model

#DDDEF5 color RGB value is (221,222,245).

RGB: (221,222,245) (87%, 87%, 96%)

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 245 of 255 = 96%

221
222
245

R + G + B ~ 90%. #DDDEF5 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 222 + 245 = 688 (100%)
R 221 of 688 ~ 32.12%
G 222 of 688 ~ 32.27%
B 245 of 688 ~ 35.61'%

%32.12
%32.27
%35.61

CMYK color model

#DDDEF5 color CMYK value is (10,9,0,4).

  • cyan value is 9.80%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (10,9,0,4)
C10M9Y0K4 (10%, 9%, 0%, 4%)
(0.10 / 0.09 / 0.00 / 0.04)

CMYK percentages

%9.8
%9.39
%0
%3.92

Codes

Color #DDDEF5 in popluar color models

DD DE F5
RGB 221 222 245
HSL 238° 54.55% 91.37%
HSB/HSV 238° 9.80% 96.08%
CMYK 9.80% 9.39% 0.00%
3.92%

Color #DDDEF5 in popluar number systems.

HEX DD DE F5
Decimal 221 222 245
Binary 11011101 11011110 11110101
Octal 335 336 365

Shades and tints

Shades of #DDDEF5

#DDDEF5
(221,222,245)
#C9CADF
(201,202,223)
#B5B6C9
(181,182,201)
#A1A2B3
(161,162,179)
#8D8E9D
(141,142,157)
#797A87
(121,122,135)
#656671
(101,102,113)
#51525B
(81,82,91)
#3D3E45
(61,62,69)
#292A2F
(41,42,47)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #DDDEF5

#DDDEF5
(221,222,245)
#E0E1F5
(224,225,245)
#E3E4F5
(227,228,245)
#E6E7F5
(230,231,245)
#E9EAF5
(233,234,245)
#ECEDF5
(236,237,245)
#EFF0F5
(239,240,245)
#F2F3F5
(242,243,245)
#F5F6F5
(245,246,245)
#F8F9F5
(248,249,245)
#FBFCF5
(251,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDEF5; }

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

This text font color is #DDDEF5.

Background Color

.myBgColor { background-color: #DDDEF5; }

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

This div background color is #DDDEF5.

Border color

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

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

This div border color is #DDDEF5.

Opacity

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

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

Text with #DDDEF5 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 #DDDEF5;}

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

This text has shadow with #DDDEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDEF5.

Preview

Color preview on black background

This text has color #DDDEF5 on black background.


Color preview on white background

This text has color #DDDEF5 on white background.


Black color preview on #DDDEF5 background

This text has black color on #DDDEF5 background.


White color preview on #DDDEF5 background

This text has white color on #DDDEF5 background.


Related colors

Complementary color

Complementary color for #hex is #22210A.


I love getcolorcode.com

Triadic colors

1 #F5DDDE and #DEF5DD with #DDDEF5 are triadic colors.

2 #F5DEDD and #DEDDF5 with #DDDEF5 are triadic colors.