COLOR #DADDF1

HEX: #DADDF1 RGB: (218,221,241)

Color info

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

RGB color model

#DADDF1 color RGB value is (218,221,241).

RGB: (218,221,241) (85%, 87%, 95%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 241 of 255 = 95%

218
221
241

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

Portions of RGB colors in percentages

R + G + B = 218 + 221 + 241 = 680 (100%)
R 218 of 680 ~ 32.06%
G 221 of 680 ~ 32.5%
B 241 of 680 ~ 35.44'%

%32.06
%32.5
%35.44

CMYK color model

#DADDF1 color CMYK value is (10,8,0,5).

  • cyan value is 9.54%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (10,8,0,5) C10M8Y0K5 (10%,8%,0%,5%) (0.10/0.08/0.00/0.05) 

CMYK percentages

%9.54
%8.3
%0
%5.49

Codes

Color #DADDF1 in popluar color models

DA DD F1
RGB 218 221 241
HSL 232° 45.10% 90.00%
HSB/HSV 232° 9.54% 94.51%
CMYK 9.54% 8.30% 0.00%
5.49%

Color #DADDF1 in popluar number systems.

HEX DA DD F1
Decimal 218 221 241
Binary 11011010 11011101 11110001
Octal 332 335 361

Shades and tints

Shades of #DADDF1

#DADDF1
(218,221,241)
#C7C9DC
(199,201,220)
#B4B5C7
(180,181,199)
#A1A1B2
(161,161,178)
#8E8D9D
(142,141,157)
#7B7988
(123,121,136)
#686573
(104,101,115)
#55515E
(85,81,94)
#423D49
(66,61,73)
#2F2934
(47,41,52)
#1C151F
(28,21,31)
#000000
(0,0,0)

Tints of #DADDF1

#DADDF1
(218,221,241)
#DDE0F2
(221,224,242)
#E0E3F3
(224,227,243)
#E3E6F4
(227,230,244)
#E6E9F5
(230,233,245)
#E9ECF6
(233,236,246)
#ECEFF7
(236,239,247)
#EFF2F8
(239,242,248)
#F2F5F9
(242,245,249)
#F5F8FA
(245,248,250)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDF1; }

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

This text font color is #DADDF1.

Background Color

.myBgColor { background-color: #DADDF1; }

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

This div background color is #DADDF1.

Border color

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

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

This div border color is #DADDF1.

Opacity

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

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

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

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

This text has shadow with #DADDF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADDF1.

Preview

Color preview on black background

This text has color #DADDF1 on black background.


Color preview on white background

This text has color #DADDF1 on white background.


Black color preview on #DADDF1 background

This text has black color on #DADDF1 background.


White color preview on #DADDF1 background

This text has white color on #DADDF1 background.


Related colors

Complementary color

Complementary color for #hex is #25220E.


I love getcolorcode.com

Triadic colors

1 #F1DADD and #DDF1DA with #DADDF1 are triadic colors.

2 #F1DDDA and #DDDAF1 with #DADDF1 are triadic colors.