COLOR #DAEAEB

HEX: #DAEAEB RGB: (218,234,235)

Color info

#DAEAEB contains red, green and blue colors in about the same proportion. Web safe color of #DAEAEB is #CCFFFF (or #CFF).

RGB color model

#DAEAEB color RGB value is (218,234,235).

RGB: (218,234,235) (85%, 92%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 235 of 255 = 92%

218
234
235

R + G + B ~ 90%. #DAEAEB is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 235 = 687 (100%)
R 218 of 687 ~ 31.73%
G 234 of 687 ~ 34.06%
B 235 of 687 ~ 34.21'%

%31.73
%34.06
%34.21

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (7,0,0,8)
C7M0Y0K8 (7%, 0%, 0%, 8%)
(0.07 / 0.00 / 0.00 / 0.08)

CMYK percentages

%7.23
%0.43
%0
%7.84

Codes

Color #DAEAEB in popluar color models

DA EA EB
RGB 218 234 235
HSL 184° 29.82% 88.82%
HSB/HSV 184° 7.23% 92.16%
CMYK 7.23% 0.43% 0.00%
7.84%

Color #DAEAEB in popluar number systems.

HEX DA EA EB
Decimal 218 234 235
Binary 11011010 11101010 11101011
Octal 332 352 353

Shades and tints

Shades of #DAEAEB

#DAEAEB
(218,234,235)
#C7D5D6
(199,213,214)
#B4C0C1
(180,192,193)
#A1ABAC
(161,171,172)
#8E9697
(142,150,151)
#7B8182
(123,129,130)
#686C6D
(104,108,109)
#555758
(85,87,88)
#424243
(66,66,67)
#2F2D2E
(47,45,46)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAEAEB

#DAEAEB
(218,234,235)
#DDEBEC
(221,235,236)
#E0ECED
(224,236,237)
#E3EDEE
(227,237,238)
#E6EEEF
(230,238,239)
#E9EFF0
(233,239,240)
#ECF0F1
(236,240,241)
#EFF1F2
(239,241,242)
#F2F2F3
(242,242,243)
#F5F3F4
(245,243,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAEB; }

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

This text font color is #DAEAEB.

Background Color

.myBgColor { background-color: #DAEAEB; }

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

This div background color is #DAEAEB.

Border color

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

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

This div border color is #DAEAEB.

Opacity

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

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

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

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

This text has shadow with #DAEAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEAEB.

Preview

Color preview on black background

This text has color #DAEAEB on black background.


Color preview on white background

This text has color #DAEAEB on white background.


Black color preview on #DAEAEB background

This text has black color on #DAEAEB background.


White color preview on #DAEAEB background

This text has white color on #DAEAEB background.


Related colors

Complementary color

Complementary color for #hex is #251514.


I love getcolorcode.com

Triadic colors

1 #EBDAEA and #EAEBDA with #DAEAEB are triadic colors.

2 #EBEADA and #EADAEB with #DAEAEB are triadic colors.