COLOR #DAD4FD

HEX: #DAD4FD
RGB: (218,212,253)

Color info

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

RGB color model

#DAD4FD color RGB value is (218,212,253).

  • red value is 218;
  • green value is 212;
  • blue value is 253.
RGB:
(218,212,253)
(85%,83%,99%)

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 253 of 255 = 99%

218
212
253

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

Portions of RGB colors in percentages

R + G + B =
218 + 212 + 253 = 683 (100%)
R 218 of 683 ~ 31.92%
G 212 of 683 ~ 31.04%
B 253 of 683 ~ 37.04%

%31.92
%31.04
%37.04

CMYK color model

#DAD4FD color CMYK value is (14,16,0,1).

  • cyan value is 13.83%
  • magenta value is 16.21%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(14,16,0,1)
C14M16Y0K1 
(14%,16%,0%,1%)
(0.14/0.16/0.00/0.01)	

CMYK percentages

%13.83
%16.21
%0
%0.78

Codes

Color #DAD4FD in popluar color models

DAD4FD
RGB218212253
HSL249°91.11%91.18%
HSB/HSV249°16.21%99.22%
CMYK13.83%16.21%0.00%
0.78%

Color #DAD4FD in popluar number systems.

HEXDAD4FD
Decimal218212253
Binary110110101101010011111101
Octal332324375

Shades and tints

Shades of #DAD4FD

#DAD4FD
(218,212,253)
#C7C1E6
(199,193,230)
#B4AECF
(180,174,207)
#A19BB8
(161,155,184)
#8E88A1
(142,136,161)
#7B758A
(123,117,138)
#686273
(104,98,115)
#554F5C
(85,79,92)
#423C45
(66,60,69)
#2F292E
(47,41,46)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #DAD4FD

#DAD4FD
(218,212,253)
#DDD7FD
(221,215,253)
#E0DAFD
(224,218,253)
#E3DDFD
(227,221,253)
#E6E0FD
(230,224,253)
#E9E3FD
(233,227,253)
#ECE6FD
(236,230,253)
#EFE9FD
(239,233,253)
#F2ECFD
(242,236,253)
#F5EFFD
(245,239,253)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD4FD; }

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

This text font color is #DAD4FD.


Background Color

.myBgColor { background-color: #DAD4FD; }

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

This div background color is #DAD4FD.


Border color

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

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

This div border color is #DAD4FD.


Opacity

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

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

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

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

This text has shadow with #DAD4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD4FD on black background.


Color preview on white background

This text has color #DAD4FD on white background.



Black color preview on #DAD4FD background

This text has black color on #DAD4FD background.


White color preview on #DAD4FD background

This text has white color on #DAD4FD background.