COLOR #D5DDED

HEX: #D5DDED
RGB: (213,221,237)

Color info

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

RGB color model

#D5DDED color RGB value is (213,221,237).

  • red value is 213;
  • green value is 221;
  • blue value is 237.
RGB:
(213,221,237)
(84%,87%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 237 of 255 = 93%

213
221
237

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

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 237 = 671 (100%)
R 213 of 671 ~ 31.74%
G 221 of 671 ~ 32.94%
B 237 of 671 ~ 35.32%

%31.74
%32.94
%35.32

CMYK color model

#D5DDED color CMYK value is (10,7,0,7).

  • cyan value is 10.13%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(10,7,0,7)
C10M7Y0K7 
(10%,7%,0%,7%)
(0.10/0.07/0.00/0.07)	

CMYK percentages

%10.13
%6.75
%0
%7.06

Codes

Color #D5DDED in popluar color models

D5DDED
RGB213221237
HSL220°40.00%88.24%
HSB/HSV220°10.13%92.94%
CMYK10.13%6.75%0.00%
7.06%

Color #D5DDED in popluar number systems.

HEXD5DDED
Decimal213221237
Binary110101011101110111101101
Octal325335355

Shades and tints

Shades of #D5DDED

#D5DDED
(213,221,237)
#C2C9D8
(194,201,216)
#AFB5C3
(175,181,195)
#9CA1AE
(156,161,174)
#898D99
(137,141,153)
#767984
(118,121,132)
#63656F
(99,101,111)
#50515A
(80,81,90)
#3D3D45
(61,61,69)
#2A2930
(42,41,48)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #D5DDED

#D5DDED
(213,221,237)
#D8E0EE
(216,224,238)
#DBE3EF
(219,227,239)
#DEE6F0
(222,230,240)
#E1E9F1
(225,233,241)
#E4ECF2
(228,236,242)
#E7EFF3
(231,239,243)
#EAF2F4
(234,242,244)
#EDF5F5
(237,245,245)
#F0F8F6
(240,248,246)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDED; }

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

This text font color is #D5DDED.


Background Color

.myBgColor { background-color: #D5DDED; }

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

This div background color is #D5DDED.


Border color

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

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

This div border color is #D5DDED.


Opacity

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

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

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

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

This text has shadow with #D5DDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDED on black background.


Color preview on white background

This text has color #D5DDED on white background.



Black color preview on #D5DDED background

This text has black color on #D5DDED background.


White color preview on #D5DDED background

This text has white color on #D5DDED background.