COLOR #DABEEC

HEX: #DABEEC RGB: (218,190,236)

Color info

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

RGB color model

#DABEEC color RGB value is (218,190,236).

RGB: (218,190,236) (85%, 75%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 236 of 255 = 93%

218
190
236

R + G + B ~ 84%. #DABEEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 190 + 236 = 644 (100%)
R 218 of 644 ~ 33.85%
G 190 of 644 ~ 29.5%
B 236 of 644 ~ 36.65'%

%33.85
%29.5
%36.65

CMYK color model

#DABEEC color CMYK value is (8,19,0,7).

  • cyan value is 7.63%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (8,19,0,7) C8M19Y0K7 (8%,19%,0%,7%) (0.08/0.19/0.00/0.07) 

CMYK percentages

%7.63
%19.49
%0
%7.45

Codes

Color #DABEEC in popluar color models

DA BE EC
RGB 218 190 236
HSL 277° 54.76% 83.53%
HSB/HSV 277° 19.49% 92.55%
CMYK 7.63% 19.49% 0.00%
7.45%

Color #DABEEC in popluar number systems.

HEX DA BE EC
Decimal 218 190 236
Binary 11011010 10111110 11101100
Octal 332 276 354

Shades and tints

Shades of #DABEEC

#DABEEC
(218,190,236)
#C7ADD7
(199,173,215)
#B49CC2
(180,156,194)
#A18BAD
(161,139,173)
#8E7A98
(142,122,152)
#7B6983
(123,105,131)
#68586E
(104,88,110)
#554759
(85,71,89)
#423644
(66,54,68)
#2F252F
(47,37,47)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #DABEEC

#DABEEC
(218,190,236)
#DDC3ED
(221,195,237)
#E0C8EE
(224,200,238)
#E3CDEF
(227,205,239)
#E6D2F0
(230,210,240)
#E9D7F1
(233,215,241)
#ECDCF2
(236,220,242)
#EFE1F3
(239,225,243)
#F2E6F4
(242,230,244)
#F5EBF5
(245,235,245)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABEEC color. Also use rgb(218,190,236) instead hex code.

Text Font Color

.myTextColor { color: #DABEEC; }

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

This text font color is #DABEEC.

Background Color

.myBgColor { background-color: #DABEEC; }

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

This div background color is #DABEEC.

Border color

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

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

This div border color is #DABEEC.

Opacity

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

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

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

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

This text has shadow with #DABEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABEEC.

Preview

Color preview on black background

This text has color #DABEEC on black background.


Color preview on white background

This text has color #DABEEC on white background.


Black color preview on #DABEEC background

This text has black color on #DABEEC background.


White color preview on #DABEEC background

This text has white color on #DABEEC background.


Related colors

Complementary color

Complementary color for #hex is #254113.


I love getcolorcode.com

Triadic colors

1 #ECDABE and #BEECDA with #DABEEC are triadic colors.

2 #ECBEDA and #BEDAEC with #DABEEC are triadic colors.