COLOR #DAFAF5

HEX: #DAFAF5 RGB: (218,250,245)

Color info

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

RGB color model

#DAFAF5 color RGB value is (218,250,245).

RGB: (218,250,245) (85%, 98%, 96%)

RGB channels and saturation

R 218 of 255 = 85%
G 250 of 255 = 98%
B 245 of 255 = 96%

218
250
245

R + G + B ~ 93%. #DAFAF5 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 250 + 245 = 713 (100%)
R 218 of 713 ~ 30.58%
G 250 of 713 ~ 35.06%
B 245 of 713 ~ 34.36'%

%30.58
%35.06
%34.36

CMYK color model

#DAFAF5 color CMYK value is (13,0,2,2).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 1.96%
CMYK: (13,0,2,2) C13M0Y2K2 (13%,0%,2%,2%) (0.13/0.00/0.02/0.02) 

CMYK percentages

%12.8
%0
%2
%1.96

Codes

Color #DAFAF5 in popluar color models

DA FA F5
RGB 218 250 245
HSL 171° 76.19% 91.76%
HSB/HSV 171° 12.80% 98.04%
CMYK 12.80% 0.00% 2.00%
1.96%

Color #DAFAF5 in popluar number systems.

HEX DA FA F5
Decimal 218 250 245
Binary 11011010 11111010 11110101
Octal 332 372 365

Shades and tints

Shades of #DAFAF5

#DAFAF5
(218,250,245)
#C7E4DF
(199,228,223)
#B4CEC9
(180,206,201)
#A1B8B3
(161,184,179)
#8EA29D
(142,162,157)
#7B8C87
(123,140,135)
#687671
(104,118,113)
#55605B
(85,96,91)
#424A45
(66,74,69)
#2F342F
(47,52,47)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #DAFAF5

#DAFAF5
(218,250,245)
#DDFAF5
(221,250,245)
#E0FAF5
(224,250,245)
#E3FAF5
(227,250,245)
#E6FAF5
(230,250,245)
#E9FAF5
(233,250,245)
#ECFAF5
(236,250,245)
#EFFAF5
(239,250,245)
#F2FAF5
(242,250,245)
#F5FAF5
(245,250,245)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFAF5 color. Also use rgb(218,250,245) instead hex code.

Text Font Color

.myTextColor { color: #DAFAF5; }

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

This text font color is #DAFAF5.

Background Color

.myBgColor { background-color: #DAFAF5; }

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

This div background color is #DAFAF5.

Border color

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

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

This div border color is #DAFAF5.

Opacity

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

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

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

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

This text has shadow with #DAFAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFAF5.

Preview

Color preview on black background

This text has color #DAFAF5 on black background.


Color preview on white background

This text has color #DAFAF5 on white background.


Black color preview on #DAFAF5 background

This text has black color on #DAFAF5 background.


White color preview on #DAFAF5 background

This text has white color on #DAFAF5 background.


Related colors

Complementary color

Complementary color for #hex is #25050A.


I love getcolorcode.com

Triadic colors

1 #F5DAFA and #FAF5DA with #DAFAF5 are triadic colors.

2 #F5FADA and #FADAF5 with #DAFAF5 are triadic colors.