COLOR #D4DEF1

HEX: #D4DEF1 RGB: (212,222,241)

Color info

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

RGB color model

#D4DEF1 color RGB value is (212,222,241).

RGB: (212,222,241) (83%, 87%, 95%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 241 of 255 = 95%

212
222
241

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

Portions of RGB colors in percentages

R + G + B = 212 + 222 + 241 = 675 (100%)
R 212 of 675 ~ 31.41%
G 222 of 675 ~ 32.89%
B 241 of 675 ~ 35.7'%

%31.41
%32.89
%35.7

CMYK color model

#D4DEF1 color CMYK value is (12,8,0,5).

  • cyan value is 12.03%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (12,8,0,5)
C12M8Y0K5 (12%, 8%, 0%, 5%)
(0.12 / 0.08 / 0.00 / 0.05)

CMYK percentages

%12.03
%7.88
%0
%5.49

Codes

Color #D4DEF1 in popluar color models

D4 DE F1
RGB 212 222 241
HSL 219° 50.88% 88.82%
HSB/HSV 219° 12.03% 94.51%
CMYK 12.03% 7.88% 0.00%
5.49%

Color #D4DEF1 in popluar number systems.

HEX D4 DE F1
Decimal 212 222 241
Binary 11010100 11011110 11110001
Octal 324 336 361

Shades and tints

Shades of #D4DEF1

#D4DEF1
(212,222,241)
#C1CADC
(193,202,220)
#AEB6C7
(174,182,199)
#9BA2B2
(155,162,178)
#888E9D
(136,142,157)
#757A88
(117,122,136)
#626673
(98,102,115)
#4F525E
(79,82,94)
#3C3E49
(60,62,73)
#292A34
(41,42,52)
#16161F
(22,22,31)
#000000
(0,0,0)

Tints of #D4DEF1

#D4DEF1
(212,222,241)
#D7E1F2
(215,225,242)
#DAE4F3
(218,228,243)
#DDE7F4
(221,231,244)
#E0EAF5
(224,234,245)
#E3EDF6
(227,237,246)
#E6F0F7
(230,240,247)
#E9F3F8
(233,243,248)
#ECF6F9
(236,246,249)
#EFF9FA
(239,249,250)
#F2FCFB
(242,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DEF1 color. Also use rgb(212,222,241) instead hex code.

Text Font Color

.myTextColor { color: #D4DEF1; }

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

This text font color is #D4DEF1.

Background Color

.myBgColor { background-color: #D4DEF1; }

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

This div background color is #D4DEF1.

Border color

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

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

This div border color is #D4DEF1.

Opacity

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

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

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

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

This text has shadow with #D4DEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DEF1.

Preview

Color preview on black background

This text has color #D4DEF1 on black background.


Color preview on white background

This text has color #D4DEF1 on white background.


Black color preview on #D4DEF1 background

This text has black color on #D4DEF1 background.


White color preview on #D4DEF1 background

This text has white color on #D4DEF1 background.


Related colors

Complementary color

Complementary color for #hex is #2B210E.


I love getcolorcode.com

Triadic colors

1 #F1D4DE and #DEF1D4 with #D4DEF1 are triadic colors.

2 #F1DED4 and #DED4F1 with #D4DEF1 are triadic colors.