COLOR #D4DDFB

HEX: #D4DDFB RGB: (212,221,251)

Color info

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

RGB color model

#D4DDFB color RGB value is (212,221,251).

RGB: (212,221,251) (83%, 87%, 98%)

RGB channels and saturation

R 212 of 255 = 83%
G 221 of 255 = 87%
B 251 of 255 = 98%

212
221
251

R + G + B ~ 89%. #D4DDFB is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 221 + 251 = 684 (100%)
R 212 of 684 ~ 30.99%
G 221 of 684 ~ 32.31%
B 251 of 684 ~ 36.7'%

%30.99
%32.31
%36.7

CMYK color model

#D4DDFB color CMYK value is (16,12,0,2).

  • cyan value is 15.54%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (16,12,0,2)
C16M12Y0K2 (16%, 12%, 0%, 2%)
(0.16 / 0.12 / 0.00 / 0.02)

CMYK percentages

%15.54
%11.95
%0
%1.57

Codes

Color #D4DDFB in popluar color models

D4 DD FB
RGB 212 221 251
HSL 226° 82.98% 90.78%
HSB/HSV 226° 15.54% 98.43%
CMYK 15.54% 11.95% 0.00%
1.57%

Color #D4DDFB in popluar number systems.

HEX D4 DD FB
Decimal 212 221 251
Binary 11010100 11011101 11111011
Octal 324 335 373

Shades and tints

Shades of #D4DDFB

#D4DDFB
(212,221,251)
#C1C9E5
(193,201,229)
#AEB5CF
(174,181,207)
#9BA1B9
(155,161,185)
#888DA3
(136,141,163)
#75798D
(117,121,141)
#626577
(98,101,119)
#4F5161
(79,81,97)
#3C3D4B
(60,61,75)
#292935
(41,41,53)
#16151F
(22,21,31)
#000000
(0,0,0)

Tints of #D4DDFB

#D4DDFB
(212,221,251)
#D7E0FB
(215,224,251)
#DAE3FB
(218,227,251)
#DDE6FB
(221,230,251)
#E0E9FB
(224,233,251)
#E3ECFB
(227,236,251)
#E6EFFB
(230,239,251)
#E9F2FB
(233,242,251)
#ECF5FB
(236,245,251)
#EFF8FB
(239,248,251)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DDFB color. Also use rgb(212,221,251) instead hex code.

Text Font Color

.myTextColor { color: #D4DDFB; }

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

This text font color is #D4DDFB.

Background Color

.myBgColor { background-color: #D4DDFB; }

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

This div background color is #D4DDFB.

Border color

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

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

This div border color is #D4DDFB.

Opacity

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

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

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

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

This text has shadow with #D4DDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DDFB.

Preview

Color preview on black background

This text has color #D4DDFB on black background.


Color preview on white background

This text has color #D4DDFB on white background.


Black color preview on #D4DDFB background

This text has black color on #D4DDFB background.


White color preview on #D4DDFB background

This text has white color on #D4DDFB background.


Related colors

Complementary color

Complementary color for #hex is #2B2204.


I love getcolorcode.com

Triadic colors

1 #FBD4DD and #DDFBD4 with #D4DDFB are triadic colors.

2 #FBDDD4 and #DDD4FB with #D4DDFB are triadic colors.