COLOR #DDDBE3

HEX: #DDDBE3 RGB: (221,219,227)

Color info

#DDDBE3 contains red, green and blue colors in about the same proportion. Web safe color of #DDDBE3 is #CCCCCC (or #CCC).

RGB color model

#DDDBE3 color RGB value is (221,219,227).

RGB: (221,219,227) (87%, 86%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 219 of 255 = 86%
B 227 of 255 = 89%

221
219
227

R + G + B ~ 87%. #DDDBE3 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 219 + 227 = 667 (100%)
R 221 of 667 ~ 33.13%
G 219 of 667 ~ 32.83%
B 227 of 667 ~ 34.03'%

%33.13
%32.83
%34.03

CMYK color model

#DDDBE3 color CMYK value is (3,4,0,11).

  • cyan value is 2.64%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (3,4,0,11) C3M4Y0K11 (3%,4%,0%,11%) (0.03/0.04/0.00/0.11) 

CMYK percentages

%2.64
%3.52
%0
%10.98

Codes

Color #DDDBE3 in popluar color models

DD DB E3
RGB 221 219 227
HSL 255° 12.50% 87.45%
HSB/HSV 255° 3.52% 89.02%
CMYK 2.64% 3.52% 0.00%
10.98%

Color #DDDBE3 in popluar number systems.

HEX DD DB E3
Decimal 221 219 227
Binary 11011101 11011011 11100011
Octal 335 333 343

Shades and tints

Shades of #DDDBE3

#DDDBE3
(221,219,227)
#C9C8CF
(201,200,207)
#B5B5BB
(181,181,187)
#A1A2A7
(161,162,167)
#8D8F93
(141,143,147)
#797C7F
(121,124,127)
#65696B
(101,105,107)
#515657
(81,86,87)
#3D4343
(61,67,67)
#29302F
(41,48,47)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #DDDBE3

#DDDBE3
(221,219,227)
#E0DEE5
(224,222,229)
#E3E1E7
(227,225,231)
#E6E4E9
(230,228,233)
#E9E7EB
(233,231,235)
#ECEAED
(236,234,237)
#EFEDEF
(239,237,239)
#F2F0F1
(242,240,241)
#F5F3F3
(245,243,243)
#F8F6F5
(248,246,245)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDBE3; }

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

This text font color is #DDDBE3.

Background Color

.myBgColor { background-color: #DDDBE3; }

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

This div background color is #DDDBE3.

Border color

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

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

This div border color is #DDDBE3.

Opacity

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

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

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

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

This text has shadow with #DDDBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDBE3.

Preview

Color preview on black background

This text has color #DDDBE3 on black background.


Color preview on white background

This text has color #DDDBE3 on white background.


Black color preview on #DDDBE3 background

This text has black color on #DDDBE3 background.


White color preview on #DDDBE3 background

This text has white color on #DDDBE3 background.


Related colors

Complementary color

Complementary color for #hex is #22241C.


I love getcolorcode.com

Triadic colors

1 #E3DDDB and #DBE3DD with #DDDBE3 are triadic colors.

2 #E3DBDD and #DBDDE3 with #DDDBE3 are triadic colors.