COLOR #D2DFF4

HEX: #D2DFF4
RGB: (210,223,244)

Color info

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

RGB color model

#D2DFF4 color RGB value is (210,223,244).

  • red value is 210;
  • green value is 223;
  • blue value is 244.
RGB:
(210,223,244)
(82%,87%,96%)

RGB channels and saturation

R 210 of 255 = 82%
G 223 of 255 = 87%
B 244 of 255 = 96%

210
223
244

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

Portions of RGB colors in percentages

R + G + B =
210 + 223 + 244 = 677 (100%)
R 210 of 677 ~ 31.02%
G 223 of 677 ~ 32.94%
B 244 of 677 ~ 36.04%

%31.02
%32.94
%36.04

CMYK color model

#D2DFF4 color CMYK value is (14,9,0,4).

  • cyan value is 13.93%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(14,9,0,4)
C14M9Y0K4 
(14%,9%,0%,4%)
(0.14/0.09/0.00/0.04)	

CMYK percentages

%13.93
%8.61
%0
%4.31

Codes

Color #D2DFF4 in popluar color models

D2DFF4
RGB210223244
HSL217°60.71%89.02%
HSB/HSV217°13.93%95.69%
CMYK13.93%8.61%0.00%
4.31%

Color #D2DFF4 in popluar number systems.

HEXD2DFF4
Decimal210223244
Binary110100101101111111110100
Octal322337364

Shades and tints

Shades of #D2DFF4

#D2DFF4
(210,223,244)
#BFCBDE
(191,203,222)
#ACB7C8
(172,183,200)
#99A3B2
(153,163,178)
#868F9C
(134,143,156)
#737B86
(115,123,134)
#606770
(96,103,112)
#4D535A
(77,83,90)
#3A3F44
(58,63,68)
#272B2E
(39,43,46)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #D2DFF4

#D2DFF4
(210,223,244)
#D6E1F5
(214,225,245)
#DAE3F6
(218,227,246)
#DEE5F7
(222,229,247)
#E2E7F8
(226,231,248)
#E6E9F9
(230,233,249)
#EAEBFA
(234,235,250)
#EEEDFB
(238,237,251)
#F2EFFC
(242,239,252)
#F6F1FD
(246,241,253)
#FAF3FE
(250,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DFF4 color. Also use rgb(210,223,244) instead hex code.

Text Font Color

.myTextColor { color: #D2DFF4; }

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

This text font color is #D2DFF4.


Background Color

.myBgColor { background-color: #D2DFF4; }

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

This div background color is #D2DFF4.


Border color

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

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

This div border color is #D2DFF4.


Opacity

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

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

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

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

This text has shadow with #D2DFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DFF4 on black background.


Color preview on white background

This text has color #D2DFF4 on white background.



Black color preview on #D2DFF4 background

This text has black color on #D2DFF4 background.


White color preview on #D2DFF4 background

This text has white color on #D2DFF4 background.