COLOR #D2CAFD

HEX: #D2CAFD
RGB: (210,202,253)

Color info

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

RGB color model

#D2CAFD color RGB value is (210,202,253).

  • red value is 210;
  • green value is 202;
  • blue value is 253.
RGB:
(210,202,253)
(82%,79%,99%)

RGB channels and saturation

R 210 of 255 = 82%
G 202 of 255 = 79%
B 253 of 255 = 99%

210
202
253

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

Portions of RGB colors in percentages

R + G + B =
210 + 202 + 253 = 665 (100%)
R 210 of 665 ~ 31.58%
G 202 of 665 ~ 30.38%
B 253 of 665 ~ 38.05%

%31.58
%30.38
%38.05

CMYK color model

#D2CAFD color CMYK value is (17,20,0,1).

  • cyan value is 17.00%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,20,0,1)
C17M20Y0K1 
(17%,20%,0%,1%)
(0.17/0.20/0.00/0.01)	

CMYK percentages

%17
%20.16
%0
%0.78

Codes

Color #D2CAFD in popluar color models

D2CAFD
RGB210202253
HSL249°92.73%89.22%
HSB/HSV249°20.16%99.22%
CMYK17.00%20.16%0.00%
0.78%

Color #D2CAFD in popluar number systems.

HEXD2CAFD
Decimal210202253
Binary110100101100101011111101
Octal322312375

Shades and tints

Shades of #D2CAFD

#D2CAFD
(210,202,253)
#BFB8E6
(191,184,230)
#ACA6CF
(172,166,207)
#9994B8
(153,148,184)
#8682A1
(134,130,161)
#73708A
(115,112,138)
#605E73
(96,94,115)
#4D4C5C
(77,76,92)
#3A3A45
(58,58,69)
#27282E
(39,40,46)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #D2CAFD

#D2CAFD
(210,202,253)
#D6CEFD
(214,206,253)
#DAD2FD
(218,210,253)
#DED6FD
(222,214,253)
#E2DAFD
(226,218,253)
#E6DEFD
(230,222,253)
#EAE2FD
(234,226,253)
#EEE6FD
(238,230,253)
#F2EAFD
(242,234,253)
#F6EEFD
(246,238,253)
#FAF2FD
(250,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CAFD color. Also use rgb(210,202,253) instead hex code.

Text Font Color

.myTextColor { color: #D2CAFD; }

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

This text font color is #D2CAFD.


Background Color

.myBgColor { background-color: #D2CAFD; }

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

This div background color is #D2CAFD.


Border color

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

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

This div border color is #D2CAFD.


Opacity

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

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

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

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

This text has shadow with #D2CAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CAFD on black background.


Color preview on white background

This text has color #D2CAFD on white background.



Black color preview on #D2CAFD background

This text has black color on #D2CAFD background.


White color preview on #D2CAFD background

This text has white color on #D2CAFD background.