COLOR #DADDF7

HEX: #DADDF7 RGB: (218,221,247)

Color info

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

RGB color model

#DADDF7 color RGB value is (218,221,247).

RGB: (218,221,247) (85%, 87%, 97%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 247 of 255 = 97%

218
221
247

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

Portions of RGB colors in percentages

R + G + B = 218 + 221 + 247 = 686 (100%)
R 218 of 686 ~ 31.78%
G 221 of 686 ~ 32.22%
B 247 of 686 ~ 36.01'%

%31.78
%32.22
%36.01

CMYK color model

#DADDF7 color CMYK value is (12,11,0,3).

  • cyan value is 11.74%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (12,11,0,3)
C12M11Y0K3 (12%, 11%, 0%, 3%)
(0.12 / 0.11 / 0.00 / 0.03)

CMYK percentages

%11.74
%10.53
%0
%3.14

Codes

Color #DADDF7 in popluar color models

DA DD F7
RGB 218 221 247
HSL 234° 64.44% 91.18%
HSB/HSV 234° 11.74% 96.86%
CMYK 11.74% 10.53% 0.00%
3.14%

Color #DADDF7 in popluar number systems.

HEX DA DD F7
Decimal 218 221 247
Binary 11011010 11011101 11110111
Octal 332 335 367

Shades and tints

Shades of #DADDF7

#DADDF7
(218,221,247)
#C7C9E1
(199,201,225)
#B4B5CB
(180,181,203)
#A1A1B5
(161,161,181)
#8E8D9F
(142,141,159)
#7B7989
(123,121,137)
#686573
(104,101,115)
#55515D
(85,81,93)
#423D47
(66,61,71)
#2F2931
(47,41,49)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #DADDF7

#DADDF7
(218,221,247)
#DDE0F7
(221,224,247)
#E0E3F7
(224,227,247)
#E3E6F7
(227,230,247)
#E6E9F7
(230,233,247)
#E9ECF7
(233,236,247)
#ECEFF7
(236,239,247)
#EFF2F7
(239,242,247)
#F2F5F7
(242,245,247)
#F5F8F7
(245,248,247)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDF7; }

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

This text font color is #DADDF7.

Background Color

.myBgColor { background-color: #DADDF7; }

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

This div background color is #DADDF7.

Border color

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

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

This div border color is #DADDF7.

Opacity

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

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

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

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

This text has shadow with #DADDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADDF7.

Preview

Color preview on black background

This text has color #DADDF7 on black background.


Color preview on white background

This text has color #DADDF7 on white background.


Black color preview on #DADDF7 background

This text has black color on #DADDF7 background.


White color preview on #DADDF7 background

This text has white color on #DADDF7 background.


Related colors

Complementary color

Complementary color for #hex is #252208.


I love getcolorcode.com

Triadic colors

1 #F7DADD and #DDF7DA with #DADDF7 are triadic colors.

2 #F7DDDA and #DDDAF7 with #DADDF7 are triadic colors.