COLOR #D5D5FF

HEX: #D5D5FF
RGB: (213,213,255)

Color info

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

RGB color model

#D5D5FF color RGB value is (213,213,255).

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

RGB channels and saturation

R 213 of 255 = 84%
G 213 of 255 = 84%
B 255 of 255 = 100%

213
213
255

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

Portions of RGB colors in percentages

R + G + B =
213 + 213 + 255 = 681 (100%)
R 213 of 681 ~ 31.28%
G 213 of 681 ~ 31.28%
B 255 of 681 ~ 37.44%

%31.28
%31.28
%37.44

CMYK color model

#D5D5FF color CMYK value is (16,16,0,0).

  • cyan value is 16.47%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,16,0,0)
C16M16Y0K0 
(16%,16%,0%,0%)
(0.16/0.16/0.00/0.00)	

CMYK percentages

%16.47
%16.47
%0
%0

Codes

Color #D5D5FF in popluar color models

D5D5FF
RGB213213255
HSL240°100.00%91.76%
HSB/HSV240°16.47%100.00%
CMYK16.47%16.47%0.00%
0.00%

Color #D5D5FF in popluar number systems.

HEXD5D5FF
Decimal213213255
Binary110101011101010111111111
Octal325325377

Shades and tints

Shades of #D5D5FF

#D5D5FF
(213,213,255)
#C2C2E8
(194,194,232)
#AFAFD1
(175,175,209)
#9C9CBA
(156,156,186)
#8989A3
(137,137,163)
#76768C
(118,118,140)
#636375
(99,99,117)
#50505E
(80,80,94)
#3D3D47
(61,61,71)
#2A2A30
(42,42,48)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5D5FF

#D5D5FF
(213,213,255)
#D8D8FF
(216,216,255)
#DBDBFF
(219,219,255)
#DEDEFF
(222,222,255)
#E1E1FF
(225,225,255)
#E4E4FF
(228,228,255)
#E7E7FF
(231,231,255)
#EAEAFF
(234,234,255)
#EDEDFF
(237,237,255)
#F0F0FF
(240,240,255)
#F3F3FF
(243,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D5FF; }

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

This text font color is #D5D5FF.


Background Color

.myBgColor { background-color: #D5D5FF; }

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

This div background color is #D5D5FF.


Border color

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

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

This div border color is #D5D5FF.


Opacity

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

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

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

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

This text has shadow with #D5D5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D5FF on black background.


Color preview on white background

This text has color #D5D5FF on white background.



Black color preview on #D5D5FF background

This text has black color on #D5D5FF background.


White color preview on #D5D5FF background

This text has white color on #D5D5FF background.