COLOR #DAF1E2

HEX: #DAF1E2 RGB: (218,241,226)

Color info

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

RGB color model

#DAF1E2 color RGB value is (218,241,226).

RGB: (218,241,226) (85%, 95%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 241 of 255 = 95%
B 226 of 255 = 89%

218
241
226

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

Portions of RGB colors in percentages

R + G + B = 218 + 241 + 226 = 685 (100%)
R 218 of 685 ~ 31.82%
G 241 of 685 ~ 35.18%
B 226 of 685 ~ 32.99'%

%31.82
%35.18
%32.99

CMYK color model

#DAF1E2 color CMYK value is (10,0,6,5).

  • cyan value is 9.54%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 5.49%

CMYK: (10,0,6,5)
C10M0Y6K5 (10%, 0%, 6%, 5%)
(0.10 / 0.00 / 0.06 / 0.05)

CMYK percentages

%9.54
%0
%6.22
%5.49

Codes

Color #DAF1E2 in popluar color models

DA F1 E2
RGB 218 241 226
HSL 141° 45.10% 90.00%
HSB/HSV 141° 9.54% 94.51%
CMYK 9.54% 0.00% 6.22%
5.49%

Color #DAF1E2 in popluar number systems.

HEX DA F1 E2
Decimal 218 241 226
Binary 11011010 11110001 11100010
Octal 332 361 342

Shades and tints

Shades of #DAF1E2

#DAF1E2
(218,241,226)
#C7DCCE
(199,220,206)
#B4C7BA
(180,199,186)
#A1B2A6
(161,178,166)
#8E9D92
(142,157,146)
#7B887E
(123,136,126)
#68736A
(104,115,106)
#555E56
(85,94,86)
#424942
(66,73,66)
#2F342E
(47,52,46)
#1C1F1A
(28,31,26)
#000000
(0,0,0)

Tints of #DAF1E2

#DAF1E2
(218,241,226)
#DDF2E4
(221,242,228)
#E0F3E6
(224,243,230)
#E3F4E8
(227,244,232)
#E6F5EA
(230,245,234)
#E9F6EC
(233,246,236)
#ECF7EE
(236,247,238)
#EFF8F0
(239,248,240)
#F2F9F2
(242,249,242)
#F5FAF4
(245,250,244)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF1E2 color. Also use rgb(218,241,226) instead hex code.

Text Font Color

.myTextColor { color: #DAF1E2; }

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

This text font color is #DAF1E2.

Background Color

.myBgColor { background-color: #DAF1E2; }

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

This div background color is #DAF1E2.

Border color

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

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

This div border color is #DAF1E2.

Opacity

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

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

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

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

This text has shadow with #DAF1E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF1E2.

Preview

Color preview on black background

This text has color #DAF1E2 on black background.


Color preview on white background

This text has color #DAF1E2 on white background.


Black color preview on #DAF1E2 background

This text has black color on #DAF1E2 background.


White color preview on #DAF1E2 background

This text has white color on #DAF1E2 background.


Related colors

Complementary color

Complementary color for #hex is #250E1D.


I love getcolorcode.com

Triadic colors

1 #E2DAF1 and #F1E2DA with #DAF1E2 are triadic colors.

2 #E2F1DA and #F1DAE2 with #DAF1E2 are triadic colors.