COLOR #D4DEFE

HEX: #D4DEFE RGB: (212,222,254)

Color info

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

RGB color model

#D4DEFE color RGB value is (212,222,254).

RGB: (212,222,254) (83%, 87%, 100%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 254 of 255 = 100%

212
222
254

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

Portions of RGB colors in percentages

R + G + B = 212 + 222 + 254 = 688 (100%)
R 212 of 688 ~ 30.81%
G 222 of 688 ~ 32.27%
B 254 of 688 ~ 36.92'%

%30.81
%32.27
%36.92

CMYK color model

#D4DEFE color CMYK value is (17,13,0,0).

  • cyan value is 16.54%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (17,13,0,0)
C17M13Y0K0 (17%, 13%, 0%, 0%)
(0.17 / 0.13 / 0.00 / 0.00)

CMYK percentages

%16.54
%12.6
%0
%0.39

Codes

Color #D4DEFE in popluar color models

D4 DE FE
RGB 212 222 254
HSL 226° 95.45% 91.37%
HSB/HSV 226° 16.54% 99.61%
CMYK 16.54% 12.60% 0.00%
0.39%

Color #D4DEFE in popluar number systems.

HEX D4 DE FE
Decimal 212 222 254
Binary 11010100 11011110 11111110
Octal 324 336 376

Shades and tints

Shades of #D4DEFE

#D4DEFE
(212,222,254)
#C1CAE7
(193,202,231)
#AEB6D0
(174,182,208)
#9BA2B9
(155,162,185)
#888EA2
(136,142,162)
#757A8B
(117,122,139)
#626674
(98,102,116)
#4F525D
(79,82,93)
#3C3E46
(60,62,70)
#292A2F
(41,42,47)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #D4DEFE

#D4DEFE
(212,222,254)
#D7E1FE
(215,225,254)
#DAE4FE
(218,228,254)
#DDE7FE
(221,231,254)
#E0EAFE
(224,234,254)
#E3EDFE
(227,237,254)
#E6F0FE
(230,240,254)
#E9F3FE
(233,243,254)
#ECF6FE
(236,246,254)
#EFF9FE
(239,249,254)
#F2FCFE
(242,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DEFE; }

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

This text font color is #D4DEFE.

Background Color

.myBgColor { background-color: #D4DEFE; }

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

This div background color is #D4DEFE.

Border color

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

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

This div border color is #D4DEFE.

Opacity

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

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

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

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

This text has shadow with #D4DEFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DEFE.

Preview

Color preview on black background

This text has color #D4DEFE on black background.


Color preview on white background

This text has color #D4DEFE on white background.


Black color preview on #D4DEFE background

This text has black color on #D4DEFE background.


White color preview on #D4DEFE background

This text has white color on #D4DEFE background.


Related colors

Complementary color

Complementary color for #hex is #2B2101.


I love getcolorcode.com

Triadic colors

1 #FED4DE and #DEFED4 with #D4DEFE are triadic colors.

2 #FEDED4 and #DED4FE with #D4DEFE are triadic colors.