COLOR #D4DAEB

HEX: #D4DAEB RGB: (212,218,235)

Color info

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

RGB color model

#D4DAEB color RGB value is (212,218,235).

RGB: (212,218,235) (83%, 85%, 92%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 235 of 255 = 92%

212
218
235

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

Portions of RGB colors in percentages

R + G + B = 212 + 218 + 235 = 665 (100%)
R 212 of 665 ~ 31.88%
G 218 of 665 ~ 32.78%
B 235 of 665 ~ 35.34'%

%31.88
%32.78
%35.34

CMYK color model

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

  • cyan value is 9.79%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (10,7,0,8)
C10M7Y0K8 (10%, 7%, 0%, 8%)
(0.10 / 0.07 / 0.00 / 0.08)

CMYK percentages

%9.79
%7.23
%0
%7.84

Codes

Color #D4DAEB in popluar color models

D4 DA EB
RGB 212 218 235
HSL 224° 36.51% 87.65%
HSB/HSV 224° 9.79% 92.16%
CMYK 9.79% 7.23% 0.00%
7.84%

Color #D4DAEB in popluar number systems.

HEX D4 DA EB
Decimal 212 218 235
Binary 11010100 11011010 11101011
Octal 324 332 353

Shades and tints

Shades of #D4DAEB

#D4DAEB
(212,218,235)
#C1C7D6
(193,199,214)
#AEB4C1
(174,180,193)
#9BA1AC
(155,161,172)
#888E97
(136,142,151)
#757B82
(117,123,130)
#62686D
(98,104,109)
#4F5558
(79,85,88)
#3C4243
(60,66,67)
#292F2E
(41,47,46)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #D4DAEB

#D4DAEB
(212,218,235)
#D7DDEC
(215,221,236)
#DAE0ED
(218,224,237)
#DDE3EE
(221,227,238)
#E0E6EF
(224,230,239)
#E3E9F0
(227,233,240)
#E6ECF1
(230,236,241)
#E9EFF2
(233,239,242)
#ECF2F3
(236,242,243)
#EFF5F4
(239,245,244)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DAEB; }

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

This text font color is #D4DAEB.

Background Color

.myBgColor { background-color: #D4DAEB; }

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

This div background color is #D4DAEB.

Border color

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

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

This div border color is #D4DAEB.

Opacity

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

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

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

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

This text has shadow with #D4DAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DAEB.

Preview

Color preview on black background

This text has color #D4DAEB on black background.


Color preview on white background

This text has color #D4DAEB on white background.


Black color preview on #D4DAEB background

This text has black color on #D4DAEB background.


White color preview on #D4DAEB background

This text has white color on #D4DAEB background.


Related colors

Complementary color

Complementary color for #hex is #2B2514.


I love getcolorcode.com

Triadic colors

1 #EBD4DA and #DAEBD4 with #D4DAEB are triadic colors.

2 #EBDAD4 and #DAD4EB with #D4DAEB are triadic colors.