COLOR #DAD3EB

HEX: #DAD3EB
RGB: (218,211,235)

Color info

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

RGB color model

#DAD3EB color RGB value is (218,211,235).

  • red value is 218;
  • green value is 211;
  • blue value is 235.
RGB:
(218,211,235)
(85%,83%,92%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 235 of 255 = 92%

218
211
235

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

Portions of RGB colors in percentages

R + G + B =
218 + 211 + 235 = 664 (100%)
R 218 of 664 ~ 32.83%
G 211 of 664 ~ 31.78%
B 235 of 664 ~ 35.39%

%32.83
%31.78
%35.39

CMYK color model

#DAD3EB color CMYK value is (7,10,0,8).

  • cyan value is 7.23%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,10,0,8)
C7M10Y0K8 
(7%,10%,0%,8%)
(0.07/0.10/0.00/0.08)	

CMYK percentages

%7.23
%10.21
%0
%7.84

Codes

Color #DAD3EB in popluar color models

DAD3EB
RGB218211235
HSL258°37.50%87.45%
HSB/HSV258°10.21%92.16%
CMYK7.23%10.21%0.00%
7.84%

Color #DAD3EB in popluar number systems.

HEXDAD3EB
Decimal218211235
Binary110110101101001111101011
Octal332323353

Shades and tints

Shades of #DAD3EB

#DAD3EB
(218,211,235)
#C7C0D6
(199,192,214)
#B4ADC1
(180,173,193)
#A19AAC
(161,154,172)
#8E8797
(142,135,151)
#7B7482
(123,116,130)
#68616D
(104,97,109)
#554E58
(85,78,88)
#423B43
(66,59,67)
#2F282E
(47,40,46)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DAD3EB

#DAD3EB
(218,211,235)
#DDD7EC
(221,215,236)
#E0DBED
(224,219,237)
#E3DFEE
(227,223,238)
#E6E3EF
(230,227,239)
#E9E7F0
(233,231,240)
#ECEBF1
(236,235,241)
#EFEFF2
(239,239,242)
#F2F3F3
(242,243,243)
#F5F7F4
(245,247,244)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD3EB color. Also use rgb(218,211,235) instead hex code.

Text Font Color

.myTextColor { color: #DAD3EB; }

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

This text font color is #DAD3EB.


Background Color

.myBgColor { background-color: #DAD3EB; }

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

This div background color is #DAD3EB.


Border color

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

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

This div border color is #DAD3EB.


Opacity

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

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

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

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

This text has shadow with #DAD3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD3EB on black background.


Color preview on white background

This text has color #DAD3EB on white background.



Black color preview on #DAD3EB background

This text has black color on #DAD3EB background.


White color preview on #DAD3EB background

This text has white color on #DAD3EB background.