COLOR #D4DEF5

HEX: #D4DEF5 RGB: (212,222,245)

Color info

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

RGB color model

#D4DEF5 color RGB value is (212,222,245).

RGB: (212,222,245) (83%, 87%, 96%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 245 of 255 = 96%

212
222
245

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

Portions of RGB colors in percentages

R + G + B = 212 + 222 + 245 = 679 (100%)
R 212 of 679 ~ 31.22%
G 222 of 679 ~ 32.7%
B 245 of 679 ~ 36.08'%

%31.22
%32.7
%36.08

CMYK color model

#D4DEF5 color CMYK value is (13,9,0,4).

  • cyan value is 13.47%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (13,9,0,4)
C13M9Y0K4 (13%, 9%, 0%, 4%)
(0.13 / 0.09 / 0.00 / 0.04)

CMYK percentages

%13.47
%9.39
%0
%3.92

Codes

Color #D4DEF5 in popluar color models

D4 DE F5
RGB 212 222 245
HSL 222° 62.26% 89.61%
HSB/HSV 222° 13.47% 96.08%
CMYK 13.47% 9.39% 0.00%
3.92%

Color #D4DEF5 in popluar number systems.

HEX D4 DE F5
Decimal 212 222 245
Binary 11010100 11011110 11110101
Octal 324 336 365

Shades and tints

Shades of #D4DEF5

#D4DEF5
(212,222,245)
#C1CADF
(193,202,223)
#AEB6C9
(174,182,201)
#9BA2B3
(155,162,179)
#888E9D
(136,142,157)
#757A87
(117,122,135)
#626671
(98,102,113)
#4F525B
(79,82,91)
#3C3E45
(60,62,69)
#292A2F
(41,42,47)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #D4DEF5

#D4DEF5
(212,222,245)
#D7E1F5
(215,225,245)
#DAE4F5
(218,228,245)
#DDE7F5
(221,231,245)
#E0EAF5
(224,234,245)
#E3EDF5
(227,237,245)
#E6F0F5
(230,240,245)
#E9F3F5
(233,243,245)
#ECF6F5
(236,246,245)
#EFF9F5
(239,249,245)
#F2FCF5
(242,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DEF5; }

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

This text font color is #D4DEF5.

Background Color

.myBgColor { background-color: #D4DEF5; }

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

This div background color is #D4DEF5.

Border color

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

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

This div border color is #D4DEF5.

Opacity

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

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

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

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

This text has shadow with #D4DEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DEF5.

Preview

Color preview on black background

This text has color #D4DEF5 on black background.


Color preview on white background

This text has color #D4DEF5 on white background.


Black color preview on #D4DEF5 background

This text has black color on #D4DEF5 background.


White color preview on #D4DEF5 background

This text has white color on #D4DEF5 background.


Related colors

Complementary color

Complementary color for #hex is #2B210A.


I love getcolorcode.com

Triadic colors

1 #F5D4DE and #DEF5D4 with #D4DEF5 are triadic colors.

2 #F5DED4 and #DED4F5 with #D4DEF5 are triadic colors.