COLOR #D5EDED

HEX: #D5EDED RGB: (213,237,237)

Color info

#D5EDED contains red, green and blue colors in about the same proportion. Web safe color of #D5EDED is #CCFFFF (or #CFF).

RGB color model

#D5EDED color RGB value is (213,237,237).

RGB: (213,237,237) (84%, 93%, 93%)

RGB channels and saturation

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

213
237
237

R + G + B ~ 90%. #D5EDED is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 237 + 237 = 687 (100%)
R 213 of 687 ~ 31%
G 237 of 687 ~ 34.5%
B 237 of 687 ~ 34.5'%

%31
%34.5
%34.5

CMYK color model

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

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (10,0,0,7)
C10M0Y0K7 (10%, 0%, 0%, 7%)
(0.10 / 0.00 / 0.00 / 0.07)

CMYK percentages

%10.13
%0
%0
%7.06

Codes

Color #D5EDED in popluar color models

D5 ED ED
RGB 213 237 237
HSL 180° 40.00% 88.24%
HSB/HSV 180° 10.13% 92.94%
CMYK 10.13% 0.00% 0.00%
7.06%

Color #D5EDED in popluar number systems.

HEX D5 ED ED
Decimal 213 237 237
Binary 11010101 11101101 11101101
Octal 325 355 355

Shades and tints

Shades of #D5EDED

#D5EDED
(213,237,237)
#C2D8D8
(194,216,216)
#AFC3C3
(175,195,195)
#9CAEAE
(156,174,174)
#899999
(137,153,153)
#768484
(118,132,132)
#636F6F
(99,111,111)
#505A5A
(80,90,90)
#3D4545
(61,69,69)
#2A3030
(42,48,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #D5EDED

#D5EDED
(213,237,237)
#D8EEEE
(216,238,238)
#DBEFEF
(219,239,239)
#DEF0F0
(222,240,240)
#E1F1F1
(225,241,241)
#E4F2F2
(228,242,242)
#E7F3F3
(231,243,243)
#EAF4F4
(234,244,244)
#EDF5F5
(237,245,245)
#F0F6F6
(240,246,246)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EDED; }

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

This text font color is #D5EDED.

Background Color

.myBgColor { background-color: #D5EDED; }

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

This div background color is #D5EDED.

Border color

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

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

This div border color is #D5EDED.

Opacity

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

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

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

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

This text has shadow with #D5EDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EDED.

Preview

Color preview on black background

This text has color #D5EDED on black background.


Color preview on white background

This text has color #D5EDED on white background.


Black color preview on #D5EDED background

This text has black color on #D5EDED background.


White color preview on #D5EDED background

This text has white color on #D5EDED background.


Related colors

Complementary color

Complementary color for #hex is #2A1212.


I love getcolorcode.com