COLOR #DADCEA

HEX: #DADCEA
RGB: (218,220,234)

Color info

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

RGB color model

#DADCEA color RGB value is (218,220,234).

  • red value is 218;
  • green value is 220;
  • blue value is 234.
RGB:
(218,220,234)
(85%,86%,92%)

RGB channels and saturation

R 218 of 255 = 85%
G 220 of 255 = 86%
B 234 of 255 = 92%

218
220
234

R + G + B ~ 88%. #DADCEA is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 220 + 234 = 672 (100%)
R 218 of 672 ~ 32.44%
G 220 of 672 ~ 32.74%
B 234 of 672 ~ 34.82%

%32.44
%32.74
%34.82

CMYK color model

#DADCEA color CMYK value is (7,6,0,8).

  • cyan value is 6.84%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(7,6,0,8)
C7M6Y0K8 
(7%,6%,0%,8%)
(0.07/0.06/0.00/0.08)	

CMYK percentages

%6.84
%5.98
%0
%8.24

Codes

Color #DADCEA in popluar color models

DADCEA
RGB218220234
HSL233°27.59%88.63%
HSB/HSV233°6.84%91.76%
CMYK6.84%5.98%0.00%
8.24%

Color #DADCEA in popluar number systems.

HEXDADCEA
Decimal218220234
Binary110110101101110011101010
Octal332334352

Shades and tints

Shades of #DADCEA

#DADCEA
(218,220,234)
#C7C8D5
(199,200,213)
#B4B4C0
(180,180,192)
#A1A0AB
(161,160,171)
#8E8C96
(142,140,150)
#7B7881
(123,120,129)
#68646C
(104,100,108)
#555057
(85,80,87)
#423C42
(66,60,66)
#2F282D
(47,40,45)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DADCEA

#DADCEA
(218,220,234)
#DDDFEB
(221,223,235)
#E0E2EC
(224,226,236)
#E3E5ED
(227,229,237)
#E6E8EE
(230,232,238)
#E9EBEF
(233,235,239)
#ECEEF0
(236,238,240)
#EFF1F1
(239,241,241)
#F2F4F2
(242,244,242)
#F5F7F3
(245,247,243)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADCEA color. Also use rgb(218,220,234) instead hex code.

Text Font Color

.myTextColor { color: #DADCEA; }

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

This text font color is #DADCEA.


Background Color

.myBgColor { background-color: #DADCEA; }

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

This div background color is #DADCEA.


Border color

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

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

This div border color is #DADCEA.


Opacity

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

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

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

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

This text has shadow with #DADCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADCEA on black background.


Color preview on white background

This text has color #DADCEA on white background.



Black color preview on #DADCEA background

This text has black color on #DADCEA background.


White color preview on #DADCEA background

This text has white color on #DADCEA background.