COLOR #DAF6E4

HEX: #DAF6E4 RGB: (218,246,228)

Color info

#DAF6E4 contains red, green and blue colors in about the same proportion. Web safe color of #DAF6E4 is #CCFFCC (or #CFC).

RGB color model

#DAF6E4 color RGB value is (218,246,228).

RGB: (218,246,228) (85%, 96%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 246 of 255 = 96%
B 228 of 255 = 89%

218
246
228

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

Portions of RGB colors in percentages

R + G + B = 218 + 246 + 228 = 692 (100%)
R 218 of 692 ~ 31.5%
G 246 of 692 ~ 35.55%
B 228 of 692 ~ 32.95'%

%31.5
%35.55
%32.95

CMYK color model

#DAF6E4 color CMYK value is (11,0,7,4).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 3.53%

CMYK: (11,0,7,4)
C11M0Y7K4 (11%, 0%, 7%, 4%)
(0.11 / 0.00 / 0.07 / 0.04)

CMYK percentages

%11.38
%0
%7.32
%3.53

Codes

Color #DAF6E4 in popluar color models

DA F6 E4
RGB 218 246 228
HSL 141° 60.87% 90.98%
HSB/HSV 141° 11.38% 96.47%
CMYK 11.38% 0.00% 7.32%
3.53%

Color #DAF6E4 in popluar number systems.

HEX DA F6 E4
Decimal 218 246 228
Binary 11011010 11110110 11100100
Octal 332 366 344

Shades and tints

Shades of #DAF6E4

#DAF6E4
(218,246,228)
#C7E0D0
(199,224,208)
#B4CABC
(180,202,188)
#A1B4A8
(161,180,168)
#8E9E94
(142,158,148)
#7B8880
(123,136,128)
#68726C
(104,114,108)
#555C58
(85,92,88)
#424644
(66,70,68)
#2F3030
(47,48,48)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #DAF6E4

#DAF6E4
(218,246,228)
#DDF6E6
(221,246,230)
#E0F6E8
(224,246,232)
#E3F6EA
(227,246,234)
#E6F6EC
(230,246,236)
#E9F6EE
(233,246,238)
#ECF6F0
(236,246,240)
#EFF6F2
(239,246,242)
#F2F6F4
(242,246,244)
#F5F6F6
(245,246,246)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF6E4 color. Also use rgb(218,246,228) instead hex code.

Text Font Color

.myTextColor { color: #DAF6E4; }

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

This text font color is #DAF6E4.

Background Color

.myBgColor { background-color: #DAF6E4; }

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

This div background color is #DAF6E4.

Border color

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

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

This div border color is #DAF6E4.

Opacity

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

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

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

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

This text has shadow with #DAF6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF6E4.

Preview

Color preview on black background

This text has color #DAF6E4 on black background.


Color preview on white background

This text has color #DAF6E4 on white background.


Black color preview on #DAF6E4 background

This text has black color on #DAF6E4 background.


White color preview on #DAF6E4 background

This text has white color on #DAF6E4 background.


Related colors

Complementary color

Complementary color for #hex is #25091B.


I love getcolorcode.com

Triadic colors

1 #E4DAF6 and #F6E4DA with #DAF6E4 are triadic colors.

2 #E4F6DA and #F6DAE4 with #DAF6E4 are triadic colors.