COLOR #DAF8DE

HEX: #DAF8DE RGB: (218,248,222)

Color info

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

RGB color model

#DAF8DE color RGB value is (218,248,222).

RGB: (218,248,222) (85%, 97%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 248 of 255 = 97%
B 222 of 255 = 87%

218
248
222

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

Portions of RGB colors in percentages

R + G + B = 218 + 248 + 222 = 688 (100%)
R 218 of 688 ~ 31.69%
G 248 of 688 ~ 36.05%
B 222 of 688 ~ 32.27'%

%31.69
%36.05
%32.27

CMYK color model

#DAF8DE color CMYK value is (12,0,10,3).

  • cyan value is 12.10%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 2.75%

CMYK: (12,0,10,3)
C12M0Y10K3 (12%, 0%, 10%, 3%)
(0.12 / 0.00 / 0.10 / 0.03)

CMYK percentages

%12.1
%0
%10.48
%2.75

Codes

Color #DAF8DE in popluar color models

DA F8 DE
RGB 218 248 222
HSL 128° 68.18% 91.37%
HSB/HSV 128° 12.10% 97.25%
CMYK 12.10% 0.00% 10.48%
2.75%

Color #DAF8DE in popluar number systems.

HEX DA F8 DE
Decimal 218 248 222
Binary 11011010 11111000 11011110
Octal 332 370 336

Shades and tints

Shades of #DAF8DE

#DAF8DE
(218,248,222)
#C7E2CA
(199,226,202)
#B4CCB6
(180,204,182)
#A1B6A2
(161,182,162)
#8EA08E
(142,160,142)
#7B8A7A
(123,138,122)
#687466
(104,116,102)
#555E52
(85,94,82)
#42483E
(66,72,62)
#2F322A
(47,50,42)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #DAF8DE

#DAF8DE
(218,248,222)
#DDF8E1
(221,248,225)
#E0F8E4
(224,248,228)
#E3F8E7
(227,248,231)
#E6F8EA
(230,248,234)
#E9F8ED
(233,248,237)
#ECF8F0
(236,248,240)
#EFF8F3
(239,248,243)
#F2F8F6
(242,248,246)
#F5F8F9
(245,248,249)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF8DE color. Also use rgb(218,248,222) instead hex code.

Text Font Color

.myTextColor { color: #DAF8DE; }

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

This text font color is #DAF8DE.

Background Color

.myBgColor { background-color: #DAF8DE; }

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

This div background color is #DAF8DE.

Border color

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

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

This div border color is #DAF8DE.

Opacity

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

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

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

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

This text has shadow with #DAF8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF8DE.

Preview

Color preview on black background

This text has color #DAF8DE on black background.


Color preview on white background

This text has color #DAF8DE on white background.


Black color preview on #DAF8DE background

This text has black color on #DAF8DE background.


White color preview on #DAF8DE background

This text has white color on #DAF8DE background.


Related colors

Complementary color

Complementary color for #hex is #250721.


I love getcolorcode.com

Triadic colors

1 #DEDAF8 and #F8DEDA with #DAF8DE are triadic colors.

2 #DEF8DA and #F8DADE with #DAF8DE are triadic colors.