COLOR #D4DCED

HEX: #D4DCED RGB: (212,220,237)

Color info

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

RGB color model

#D4DCED color RGB value is (212,220,237).

RGB: (212,220,237) (83%, 86%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 237 of 255 = 93%

212
220
237

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

Portions of RGB colors in percentages

R + G + B = 212 + 220 + 237 = 669 (100%)
R 212 of 669 ~ 31.69%
G 220 of 669 ~ 32.88%
B 237 of 669 ~ 35.43'%

%31.69
%32.88
%35.43

CMYK color model

#D4DCED color CMYK value is (11,7,0,7).

  • cyan value is 10.55%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (11,7,0,7)
C11M7Y0K7 (11%, 7%, 0%, 7%)
(0.11 / 0.07 / 0.00 / 0.07)

CMYK percentages

%10.55
%7.17
%0
%7.06

Codes

Color #D4DCED in popluar color models

D4 DC ED
RGB 212 220 237
HSL 221° 40.98% 88.04%
HSB/HSV 221° 10.55% 92.94%
CMYK 10.55% 7.17% 0.00%
7.06%

Color #D4DCED in popluar number systems.

HEX D4 DC ED
Decimal 212 220 237
Binary 11010100 11011100 11101101
Octal 324 334 355

Shades and tints

Shades of #D4DCED

#D4DCED
(212,220,237)
#C1C8D8
(193,200,216)
#AEB4C3
(174,180,195)
#9BA0AE
(155,160,174)
#888C99
(136,140,153)
#757884
(117,120,132)
#62646F
(98,100,111)
#4F505A
(79,80,90)
#3C3C45
(60,60,69)
#292830
(41,40,48)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #D4DCED

#D4DCED
(212,220,237)
#D7DFEE
(215,223,238)
#DAE2EF
(218,226,239)
#DDE5F0
(221,229,240)
#E0E8F1
(224,232,241)
#E3EBF2
(227,235,242)
#E6EEF3
(230,238,243)
#E9F1F4
(233,241,244)
#ECF4F5
(236,244,245)
#EFF7F6
(239,247,246)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCED; }

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

This text font color is #D4DCED.

Background Color

.myBgColor { background-color: #D4DCED; }

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

This div background color is #D4DCED.

Border color

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

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

This div border color is #D4DCED.

Opacity

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

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

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

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

This text has shadow with #D4DCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DCED.

Preview

Color preview on black background

This text has color #D4DCED on black background.


Color preview on white background

This text has color #D4DCED on white background.


Black color preview on #D4DCED background

This text has black color on #D4DCED background.


White color preview on #D4DCED background

This text has white color on #D4DCED background.


Related colors

Complementary color

Complementary color for #hex is #2B2312.


I love getcolorcode.com

Triadic colors

1 #EDD4DC and #DCEDD4 with #D4DCED are triadic colors.

2 #EDDCD4 and #DCD4ED with #D4DCED are triadic colors.