COLOR #DAFFD5

HEX: #DAFFD5 RGB: (218,255,213)

Color info

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

RGB color model

#DAFFD5 color RGB value is (218,255,213).

RGB: (218,255,213) (85%, 100%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 213 of 255 = 84%

218
255
213

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

Portions of RGB colors in percentages

R + G + B = 218 + 255 + 213 = 686 (100%)
R 218 of 686 ~ 31.78%
G 255 of 686 ~ 37.17%
B 213 of 686 ~ 31.05'%

%31.78
%37.17
%31.05

CMYK color model

#DAFFD5 color CMYK value is (15,0,16,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 0.00%

CMYK: (15,0,16,0)
C15M0Y16K0 (15%, 0%, 16%, 0%)
(0.15 / 0.00 / 0.16 / 0.00)

CMYK percentages

%14.51
%0
%16.47
%0

Codes

Color #DAFFD5 in popluar color models

DA FF D5
RGB 218 255 213
HSL 113° 100.00% 91.76%
HSB/HSV 113° 16.47% 100.00%
CMYK 14.51% 0.00% 16.47%
0.00%

Color #DAFFD5 in popluar number systems.

HEX DA FF D5
Decimal 218 255 213
Binary 11011010 11111111 11010101
Octal 332 377 325

Shades and tints

Shades of #DAFFD5

#DAFFD5
(218,255,213)
#C7E8C2
(199,232,194)
#B4D1AF
(180,209,175)
#A1BA9C
(161,186,156)
#8EA389
(142,163,137)
#7B8C76
(123,140,118)
#687563
(104,117,99)
#555E50
(85,94,80)
#42473D
(66,71,61)
#2F302A
(47,48,42)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #DAFFD5

#DAFFD5
(218,255,213)
#DDFFD8
(221,255,216)
#E0FFDB
(224,255,219)
#E3FFDE
(227,255,222)
#E6FFE1
(230,255,225)
#E9FFE4
(233,255,228)
#ECFFE7
(236,255,231)
#EFFFEA
(239,255,234)
#F2FFED
(242,255,237)
#F5FFF0
(245,255,240)
#F8FFF3
(248,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFFD5 color. Also use rgb(218,255,213) instead hex code.

Text Font Color

.myTextColor { color: #DAFFD5; }

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

This text font color is #DAFFD5.

Background Color

.myBgColor { background-color: #DAFFD5; }

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

This div background color is #DAFFD5.

Border color

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

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

This div border color is #DAFFD5.

Opacity

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

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

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

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

This text has shadow with #DAFFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFFD5.

Preview

Color preview on black background

This text has color #DAFFD5 on black background.


Color preview on white background

This text has color #DAFFD5 on white background.


Black color preview on #DAFFD5 background

This text has black color on #DAFFD5 background.


White color preview on #DAFFD5 background

This text has white color on #DAFFD5 background.


Related colors

Complementary color

Complementary color for #hex is #25002A.


I love getcolorcode.com

Triadic colors

1 #D5DAFF and #FFD5DA with #DAFFD5 are triadic colors.

2 #D5FFDA and #FFDAD5 with #DAFFD5 are triadic colors.