COLOR #D4CADC

HEX: #D4CADC RGB: (212,202,220)

Color info

#D4CADC contains red, green and blue colors in about the same proportion. Web safe color of #D4CADC is #CCCCCC (or #CCC).

RGB color model

#D4CADC color RGB value is (212,202,220).

RGB: (212,202,220) (83%, 79%, 86%)

RGB channels and saturation

R 212 of 255 = 83%
G 202 of 255 = 79%
B 220 of 255 = 86%

212
202
220

R + G + B ~ 83%. #D4CADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 202 + 220 = 634 (100%)
R 212 of 634 ~ 33.44%
G 202 of 634 ~ 31.86%
B 220 of 634 ~ 34.7'%

%33.44
%31.86
%34.7

CMYK color model

#D4CADC color CMYK value is (4,8,0,14).

  • cyan value is 3.64%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (4,8,0,14)
C4M8Y0K14 (4%, 8%, 0%, 14%)
(0.04 / 0.08 / 0.00 / 0.14)

CMYK percentages

%3.64
%8.18
%0
%13.73

Codes

Color #D4CADC in popluar color models

D4 CA DC
RGB 212 202 220
HSL 273° 20.45% 82.75%
HSB/HSV 273° 8.18% 86.27%
CMYK 3.64% 8.18% 0.00%
13.73%

Color #D4CADC in popluar number systems.

HEX D4 CA DC
Decimal 212 202 220
Binary 11010100 11001010 11011100
Octal 324 312 334

Shades and tints

Shades of #D4CADC

#D4CADC
(212,202,220)
#C1B8C8
(193,184,200)
#AEA6B4
(174,166,180)
#9B94A0
(155,148,160)
#88828C
(136,130,140)
#757078
(117,112,120)
#625E64
(98,94,100)
#4F4C50
(79,76,80)
#3C3A3C
(60,58,60)
#292828
(41,40,40)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #D4CADC

#D4CADC
(212,202,220)
#D7CEDF
(215,206,223)
#DAD2E2
(218,210,226)
#DDD6E5
(221,214,229)
#E0DAE8
(224,218,232)
#E3DEEB
(227,222,235)
#E6E2EE
(230,226,238)
#E9E6F1
(233,230,241)
#ECEAF4
(236,234,244)
#EFEEF7
(239,238,247)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CADC; }

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

This text font color is #D4CADC.

Background Color

.myBgColor { background-color: #D4CADC; }

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

This div background color is #D4CADC.

Border color

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

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

This div border color is #D4CADC.

Opacity

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

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

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

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

This text has shadow with #D4CADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CADC.

Preview

Color preview on black background

This text has color #D4CADC on black background.


Color preview on white background

This text has color #D4CADC on white background.


Black color preview on #D4CADC background

This text has black color on #D4CADC background.


White color preview on #D4CADC background

This text has white color on #D4CADC background.


Related colors

Complementary color

Complementary color for #hex is #2B3523.


I love getcolorcode.com

Triadic colors

1 #DCD4CA and #CADCD4 with #D4CADC are triadic colors.

2 #DCCAD4 and #CAD4DC with #D4CADC are triadic colors.