COLOR #D3DDEA

HEX: #D3DDEA RGB: (211,221,234)

Color info

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

RGB color model

#D3DDEA color RGB value is (211,221,234).

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

RGB channels and saturation

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

211
221
234

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

Portions of RGB colors in percentages

R + G + B = 211 + 221 + 234 = 666 (100%)
R 211 of 666 ~ 31.68%
G 221 of 666 ~ 33.18%
B 234 of 666 ~ 35.14'%

%31.68
%33.18
%35.14

CMYK color model

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

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

CMYK: (10,6,0,8)
C10M6Y0K8 (10%, 6%, 0%, 8%)
(0.10 / 0.06 / 0.00 / 0.08)

CMYK percentages

%9.83
%5.56
%0
%8.24

Codes

Color #D3DDEA in popluar color models

D3 DD EA
RGB 211 221 234
HSL 214° 35.38% 87.25%
HSB/HSV 214° 9.83% 91.76%
CMYK 9.83% 5.56% 0.00%
8.24%

Color #D3DDEA in popluar number systems.

HEX D3 DD EA
Decimal 211 221 234
Binary 11010011 11011101 11101010
Octal 323 335 352

Shades and tints

Shades of #D3DDEA

#D3DDEA
(211,221,234)
#C0C9D5
(192,201,213)
#ADB5C0
(173,181,192)
#9AA1AB
(154,161,171)
#878D96
(135,141,150)
#747981
(116,121,129)
#61656C
(97,101,108)
#4E5157
(78,81,87)
#3B3D42
(59,61,66)
#28292D
(40,41,45)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #D3DDEA

#D3DDEA
(211,221,234)
#D7E0EB
(215,224,235)
#DBE3EC
(219,227,236)
#DFE6ED
(223,230,237)
#E3E9EE
(227,233,238)
#E7ECEF
(231,236,239)
#EBEFF0
(235,239,240)
#EFF2F1
(239,242,241)
#F3F5F2
(243,245,242)
#F7F8F3
(247,248,243)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DDEA; }

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

This text font color is #D3DDEA.

Background Color

.myBgColor { background-color: #D3DDEA; }

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

This div background color is #D3DDEA.

Border color

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

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

This div border color is #D3DDEA.

Opacity

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

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

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

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

This text has shadow with #D3DDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DDEA.

Preview

Color preview on black background

This text has color #D3DDEA on black background.


Color preview on white background

This text has color #D3DDEA on white background.


Black color preview on #D3DDEA background

This text has black color on #D3DDEA background.


White color preview on #D3DDEA background

This text has white color on #D3DDEA background.


Related colors

Complementary color

Complementary color for #hex is #2C2215.


I love getcolorcode.com

Triadic colors

1 #EAD3DD and #DDEAD3 with #D3DDEA are triadic colors.

2 #EADDD3 and #DDD3EA with #D3DDEA are triadic colors.