COLOR #DAFAEE

HEX: #DAFAEE RGB: (218,250,238)

Color info

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

RGB color model

#DAFAEE color RGB value is (218,250,238).

RGB: (218,250,238) (85%, 98%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 250 of 255 = 98%
B 238 of 255 = 93%

218
250
238

R + G + B ~ 92%. #DAFAEE is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 250 + 238 = 706 (100%)
R 218 of 706 ~ 30.88%
G 250 of 706 ~ 35.41%
B 238 of 706 ~ 33.71'%

%30.88
%35.41
%33.71

CMYK color model

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

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%

CMYK: (13,0,5,2)
C13M0Y5K2 (13%, 0%, 5%, 2%)
(0.13 / 0.00 / 0.05 / 0.02)

CMYK percentages

%12.8
%0
%4.8
%1.96

Codes

Color #DAFAEE in popluar color models

DA FA EE
RGB 218 250 238
HSL 158° 76.19% 91.76%
HSB/HSV 158° 12.80% 98.04%
CMYK 12.80% 0.00% 4.80%
1.96%

Color #DAFAEE in popluar number systems.

HEX DA FA EE
Decimal 218 250 238
Binary 11011010 11111010 11101110
Octal 332 372 356

Shades and tints

Shades of #DAFAEE

#DAFAEE
(218,250,238)
#C7E4D9
(199,228,217)
#B4CEC4
(180,206,196)
#A1B8AF
(161,184,175)
#8EA29A
(142,162,154)
#7B8C85
(123,140,133)
#687670
(104,118,112)
#55605B
(85,96,91)
#424A46
(66,74,70)
#2F3431
(47,52,49)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #DAFAEE

#DAFAEE
(218,250,238)
#DDFAEF
(221,250,239)
#E0FAF0
(224,250,240)
#E3FAF1
(227,250,241)
#E6FAF2
(230,250,242)
#E9FAF3
(233,250,243)
#ECFAF4
(236,250,244)
#EFFAF5
(239,250,245)
#F2FAF6
(242,250,246)
#F5FAF7
(245,250,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFAEE; }

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

This text font color is #DAFAEE.

Background Color

.myBgColor { background-color: #DAFAEE; }

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

This div background color is #DAFAEE.

Border color

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

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

This div border color is #DAFAEE.

Opacity

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

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

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

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

This text has shadow with #DAFAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFAEE.

Preview

Color preview on black background

This text has color #DAFAEE on black background.


Color preview on white background

This text has color #DAFAEE on white background.


Black color preview on #DAFAEE background

This text has black color on #DAFAEE background.


White color preview on #DAFAEE background

This text has white color on #DAFAEE background.


Related colors

Complementary color

Complementary color for #hex is #250511.


I love getcolorcode.com

Triadic colors

1 #EEDAFA and #FAEEDA with #DAFAEE are triadic colors.

2 #EEFADA and #FADAEE with #DAFAEE are triadic colors.