COLOR #D5CADA

HEX: #D5CADA RGB: (213,202,218)

Color info

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

RGB color model

#D5CADA color RGB value is (213,202,218).

RGB: (213,202,218) (84%, 79%, 85%)

RGB channels and saturation

R 213 of 255 = 84%
G 202 of 255 = 79%
B 218 of 255 = 85%

213
202
218

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

Portions of RGB colors in percentages

R + G + B = 213 + 202 + 218 = 633 (100%)
R 213 of 633 ~ 33.65%
G 202 of 633 ~ 31.91%
B 218 of 633 ~ 34.44'%

%33.65
%31.91
%34.44

CMYK color model

#D5CADA color CMYK value is (2,7,0,15).

  • cyan value is 2.29%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (2,7,0,15)
C2M7Y0K15 (2%, 7%, 0%, 15%)
(0.02 / 0.07 / 0.00 / 0.15)

CMYK percentages

%2.29
%7.34
%0
%14.51

Codes

Color #D5CADA in popluar color models

D5 CA DA
RGB 213 202 218
HSL 281° 17.78% 82.35%
HSB/HSV 281° 7.34% 85.49%
CMYK 2.29% 7.34% 0.00%
14.51%

Color #D5CADA in popluar number systems.

HEX D5 CA DA
Decimal 213 202 218
Binary 11010101 11001010 11011010
Octal 325 312 332

Shades and tints

Shades of #D5CADA

#D5CADA
(213,202,218)
#C2B8C7
(194,184,199)
#AFA6B4
(175,166,180)
#9C94A1
(156,148,161)
#89828E
(137,130,142)
#76707B
(118,112,123)
#635E68
(99,94,104)
#504C55
(80,76,85)
#3D3A42
(61,58,66)
#2A282F
(42,40,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #D5CADA

#D5CADA
(213,202,218)
#D8CEDD
(216,206,221)
#DBD2E0
(219,210,224)
#DED6E3
(222,214,227)
#E1DAE6
(225,218,230)
#E4DEE9
(228,222,233)
#E7E2EC
(231,226,236)
#EAE6EF
(234,230,239)
#EDEAF2
(237,234,242)
#F0EEF5
(240,238,245)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CADA; }

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

This text font color is #D5CADA.

Background Color

.myBgColor { background-color: #D5CADA; }

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

This div background color is #D5CADA.

Border color

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

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

This div border color is #D5CADA.

Opacity

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

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

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

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

This text has shadow with #D5CADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CADA.

Preview

Color preview on black background

This text has color #D5CADA on black background.


Color preview on white background

This text has color #D5CADA on white background.


Black color preview on #D5CADA background

This text has black color on #D5CADA background.


White color preview on #D5CADA background

This text has white color on #D5CADA background.


Related colors

Complementary color

Complementary color for #hex is #2A3525.


I love getcolorcode.com

Triadic colors

1 #DAD5CA and #CADAD5 with #D5CADA are triadic colors.

2 #DACAD5 and #CAD5DA with #D5CADA are triadic colors.