COLOR #D4D4FF

HEX: #D4D4FF
RGB: (212,212,255)

Color info

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

RGB color model

#D4D4FF color RGB value is (212,212,255).

  • red value is 212;
  • green value is 212;
  • blue value is 255.
RGB:
(212,212,255)
(83%,83%,100%)

RGB channels and saturation

R 212 of 255 = 83%
G 212 of 255 = 83%
B 255 of 255 = 100%

212
212
255

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

Portions of RGB colors in percentages

R + G + B =
212 + 212 + 255 = 679 (100%)
R 212 of 679 ~ 31.22%
G 212 of 679 ~ 31.22%
B 255 of 679 ~ 37.56%

%31.22
%31.22
%37.56

CMYK color model

#D4D4FF color CMYK value is (17,17,0,0).

  • cyan value is 16.86%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,17,0,0)
C17M17Y0K0 
(17%,17%,0%,0%)
(0.17/0.17/0.00/0.00)	

CMYK percentages

%16.86
%16.86
%0
%0

Codes

Color #D4D4FF in popluar color models

D4D4FF
RGB212212255
HSL240°100.00%91.57%
HSB/HSV240°16.86%100.00%
CMYK16.86%16.86%0.00%
0.00%

Color #D4D4FF in popluar number systems.

HEXD4D4FF
Decimal212212255
Binary110101001101010011111111
Octal324324377

Shades and tints

Shades of #D4D4FF

#D4D4FF
(212,212,255)
#C1C1E8
(193,193,232)
#AEAED1
(174,174,209)
#9B9BBA
(155,155,186)
#8888A3
(136,136,163)
#75758C
(117,117,140)
#626275
(98,98,117)
#4F4F5E
(79,79,94)
#3C3C47
(60,60,71)
#292930
(41,41,48)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #D4D4FF

#D4D4FF
(212,212,255)
#D7D7FF
(215,215,255)
#DADAFF
(218,218,255)
#DDDDFF
(221,221,255)
#E0E0FF
(224,224,255)
#E3E3FF
(227,227,255)
#E6E6FF
(230,230,255)
#E9E9FF
(233,233,255)
#ECECFF
(236,236,255)
#EFEFFF
(239,239,255)
#F2F2FF
(242,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D4FF; }

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

This text font color is #D4D4FF.


Background Color

.myBgColor { background-color: #D4D4FF; }

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

This div background color is #D4D4FF.


Border color

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

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

This div border color is #D4D4FF.


Opacity

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

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

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

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

This text has shadow with #D4D4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D4FF on black background.


Color preview on white background

This text has color #D4D4FF on white background.



Black color preview on #D4D4FF background

This text has black color on #D4D4FF background.


White color preview on #D4D4FF background

This text has white color on #D4D4FF background.