COLOR #DADDEA

HEX: #DADDEA RGB: (218,221,234)

Color info

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

RGB color model

#DADDEA color RGB value is (218,221,234).

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

RGB channels and saturation

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

218
221
234

R + G + B ~ 88%. #DADDEA is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 221 + 234 = 673 (100%)
R 218 of 673 ~ 32.39%
G 221 of 673 ~ 32.84%
B 234 of 673 ~ 34.77'%

%32.39
%32.84
%34.77

CMYK color model

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

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

CMYK: (7,6,0,8)
C7M6Y0K8 (7%, 6%, 0%, 8%)
(0.07 / 0.06 / 0.00 / 0.08)

CMYK percentages

%6.84
%5.56
%0
%8.24

Codes

Color #DADDEA in popluar color models

DA DD EA
RGB 218 221 234
HSL 229° 27.59% 88.63%
HSB/HSV 229° 6.84% 91.76%
CMYK 6.84% 5.56% 0.00%
8.24%

Color #DADDEA in popluar number systems.

HEX DA DD EA
Decimal 218 221 234
Binary 11011010 11011101 11101010
Octal 332 335 352

Shades and tints

Shades of #DADDEA

#DADDEA
(218,221,234)
#C7C9D5
(199,201,213)
#B4B5C0
(180,181,192)
#A1A1AB
(161,161,171)
#8E8D96
(142,141,150)
#7B7981
(123,121,129)
#68656C
(104,101,108)
#555157
(85,81,87)
#423D42
(66,61,66)
#2F292D
(47,41,45)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #DADDEA

#DADDEA
(218,221,234)
#DDE0EB
(221,224,235)
#E0E3EC
(224,227,236)
#E3E6ED
(227,230,237)
#E6E9EE
(230,233,238)
#E9ECEF
(233,236,239)
#ECEFF0
(236,239,240)
#EFF2F1
(239,242,241)
#F2F5F2
(242,245,242)
#F5F8F3
(245,248,243)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDEA; }

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

This text font color is #DADDEA.

Background Color

.myBgColor { background-color: #DADDEA; }

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

This div background color is #DADDEA.

Border color

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

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

This div border color is #DADDEA.

Opacity

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

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

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

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

This text has shadow with #DADDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADDEA.

Preview

Color preview on black background

This text has color #DADDEA on black background.


Color preview on white background

This text has color #DADDEA on white background.


Black color preview on #DADDEA background

This text has black color on #DADDEA background.


White color preview on #DADDEA background

This text has white color on #DADDEA background.


Related colors

Complementary color

Complementary color for #hex is #252215.


I love getcolorcode.com

Triadic colors

1 #EADADD and #DDEADA with #DADDEA are triadic colors.

2 #EADDDA and #DDDAEA with #DADDEA are triadic colors.