COLOR #D4DFFA

HEX: #D4DFFA
RGB: (212,223,250)

Color info

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

RGB color model

#D4DFFA color RGB value is (212,223,250).

  • red value is 212;
  • green value is 223;
  • blue value is 250.
RGB:
(212,223,250)
(83%,87%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 250 of 255 = 98%

212
223
250

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

Portions of RGB colors in percentages

R + G + B =
212 + 223 + 250 = 685 (100%)
R 212 of 685 ~ 30.95%
G 223 of 685 ~ 32.55%
B 250 of 685 ~ 36.5%

%30.95
%32.55
%36.5

CMYK color model

#D4DFFA color CMYK value is (15,11,0,2).

  • cyan value is 15.20%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,11,0,2)
C15M11Y0K2 
(15%,11%,0%,2%)
(0.15/0.11/0.00/0.02)	

CMYK percentages

%15.2
%10.8
%0
%1.96

Codes

Color #D4DFFA in popluar color models

D4DFFA
RGB212223250
HSL223°79.17%90.59%
HSB/HSV223°15.20%98.04%
CMYK15.20%10.80%0.00%
1.96%

Color #D4DFFA in popluar number systems.

HEXD4DFFA
Decimal212223250
Binary110101001101111111111010
Octal324337372

Shades and tints

Shades of #D4DFFA

#D4DFFA
(212,223,250)
#C1CBE4
(193,203,228)
#AEB7CE
(174,183,206)
#9BA3B8
(155,163,184)
#888FA2
(136,143,162)
#757B8C
(117,123,140)
#626776
(98,103,118)
#4F5360
(79,83,96)
#3C3F4A
(60,63,74)
#292B34
(41,43,52)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #D4DFFA

#D4DFFA
(212,223,250)
#D7E1FA
(215,225,250)
#DAE3FA
(218,227,250)
#DDE5FA
(221,229,250)
#E0E7FA
(224,231,250)
#E3E9FA
(227,233,250)
#E6EBFA
(230,235,250)
#E9EDFA
(233,237,250)
#ECEFFA
(236,239,250)
#EFF1FA
(239,241,250)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DFFA color. Also use rgb(212,223,250) instead hex code.

Text Font Color

.myTextColor { color: #D4DFFA; }

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

This text font color is #D4DFFA.


Background Color

.myBgColor { background-color: #D4DFFA; }

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

This div background color is #D4DFFA.


Border color

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

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

This div border color is #D4DFFA.


Opacity

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

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

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

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

This text has shadow with #D4DFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DFFA on black background.


Color preview on white background

This text has color #D4DFFA on white background.



Black color preview on #D4DFFA background

This text has black color on #D4DFFA background.


White color preview on #D4DFFA background

This text has white color on #D4DFFA background.