COLOR #D5D5EB

HEX: #D5D5EB
RGB: (213,213,235)

Color info

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

RGB color model

#D5D5EB color RGB value is (213,213,235).

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

RGB channels and saturation

R 213 of 255 = 84%
G 213 of 255 = 84%
B 235 of 255 = 92%

213
213
235

R + G + B ~ 87%. #D5D5EB is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 213 + 235 = 661 (100%)
R 213 of 661 ~ 32.22%
G 213 of 661 ~ 32.22%
B 235 of 661 ~ 35.55%

%32.22
%32.22
%35.55

CMYK color model

#D5D5EB color CMYK value is (9,9,0,8).

  • cyan value is 9.36%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,9,0,8)
C9M9Y0K8 
(9%,9%,0%,8%)
(0.09/0.09/0.00/0.08)	

CMYK percentages

%9.36
%9.36
%0
%7.84

Codes

Color #D5D5EB in popluar color models

D5D5EB
RGB213213235
HSL240°35.48%87.84%
HSB/HSV240°9.36%92.16%
CMYK9.36%9.36%0.00%
7.84%

Color #D5D5EB in popluar number systems.

HEXD5D5EB
Decimal213213235
Binary110101011101010111101011
Octal325325353

Shades and tints

Shades of #D5D5EB

#D5D5EB
(213,213,235)
#C2C2D6
(194,194,214)
#AFAFC1
(175,175,193)
#9C9CAC
(156,156,172)
#898997
(137,137,151)
#767682
(118,118,130)
#63636D
(99,99,109)
#505058
(80,80,88)
#3D3D43
(61,61,67)
#2A2A2E
(42,42,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5D5EB

#D5D5EB
(213,213,235)
#D8D8EC
(216,216,236)
#DBDBED
(219,219,237)
#DEDEEE
(222,222,238)
#E1E1EF
(225,225,239)
#E4E4F0
(228,228,240)
#E7E7F1
(231,231,241)
#EAEAF2
(234,234,242)
#EDEDF3
(237,237,243)
#F0F0F4
(240,240,244)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D5EB; }

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

This text font color is #D5D5EB.


Background Color

.myBgColor { background-color: #D5D5EB; }

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

This div background color is #D5D5EB.


Border color

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

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

This div border color is #D5D5EB.


Opacity

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

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

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

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

This text has shadow with #D5D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D5EB on black background.


Color preview on white background

This text has color #D5D5EB on white background.



Black color preview on #D5D5EB background

This text has black color on #D5D5EB background.


White color preview on #D5D5EB background

This text has white color on #D5D5EB background.