COLOR #DAFAEB

HEX: #DAFAEB RGB: (218,250,235)

Color info

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

RGB color model

#DAFAEB color RGB value is (218,250,235).

RGB: (218,250,235) (85%, 98%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 250 of 255 = 98%
B 235 of 255 = 92%

218
250
235

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

Portions of RGB colors in percentages

R + G + B = 218 + 250 + 235 = 703 (100%)
R 218 of 703 ~ 31.01%
G 250 of 703 ~ 35.56%
B 235 of 703 ~ 33.43'%

%31.01
%35.56
%33.43

CMYK color model

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

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

CMYK: (13,0,6,2)
C13M0Y6K2 (13%, 0%, 6%, 2%)
(0.13 / 0.00 / 0.06 / 0.02)

CMYK percentages

%12.8
%0
%6
%1.96

Codes

Color #DAFAEB in popluar color models

DA FA EB
RGB 218 250 235
HSL 152° 76.19% 91.76%
HSB/HSV 152° 12.80% 98.04%
CMYK 12.80% 0.00% 6.00%
1.96%

Color #DAFAEB in popluar number systems.

HEX DA FA EB
Decimal 218 250 235
Binary 11011010 11111010 11101011
Octal 332 372 353

Shades and tints

Shades of #DAFAEB

#DAFAEB
(218,250,235)
#C7E4D6
(199,228,214)
#B4CEC1
(180,206,193)
#A1B8AC
(161,184,172)
#8EA297
(142,162,151)
#7B8C82
(123,140,130)
#68766D
(104,118,109)
#556058
(85,96,88)
#424A43
(66,74,67)
#2F342E
(47,52,46)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #DAFAEB

#DAFAEB
(218,250,235)
#DDFAEC
(221,250,236)
#E0FAED
(224,250,237)
#E3FAEE
(227,250,238)
#E6FAEF
(230,250,239)
#E9FAF0
(233,250,240)
#ECFAF1
(236,250,241)
#EFFAF2
(239,250,242)
#F2FAF3
(242,250,243)
#F5FAF4
(245,250,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFAEB; }

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

This text font color is #DAFAEB.

Background Color

.myBgColor { background-color: #DAFAEB; }

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

This div background color is #DAFAEB.

Border color

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

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

This div border color is #DAFAEB.

Opacity

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

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

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

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

This text has shadow with #DAFAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFAEB.

Preview

Color preview on black background

This text has color #DAFAEB on black background.


Color preview on white background

This text has color #DAFAEB on white background.


Black color preview on #DAFAEB background

This text has black color on #DAFAEB background.


White color preview on #DAFAEB background

This text has white color on #DAFAEB background.


Related colors

Complementary color

Complementary color for #hex is #250514.


I love getcolorcode.com

Triadic colors

1 #EBDAFA and #FAEBDA with #DAFAEB are triadic colors.

2 #EBFADA and #FADAEB with #DAFAEB are triadic colors.