COLOR #DAF2DD

HEX: #DAF2DD RGB: (218,242,221)

Color info

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

RGB color model

#DAF2DD color RGB value is (218,242,221).

RGB: (218,242,221) (85%, 95%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 221 of 255 = 87%

218
242
221

R + G + B ~ 89%. #DAF2DD is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 242 + 221 = 681 (100%)
R 218 of 681 ~ 32.01%
G 242 of 681 ~ 35.54%
B 221 of 681 ~ 32.45'%

%32.01
%35.54
%32.45

CMYK color model

#DAF2DD color CMYK value is (10,0,9,5).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%

CMYK: (10,0,9,5)
C10M0Y9K5 (10%, 0%, 9%, 5%)
(0.10 / 0.00 / 0.09 / 0.05)

CMYK percentages

%9.92
%0
%8.68
%5.1

Codes

Color #DAF2DD in popluar color models

DA F2 DD
RGB 218 242 221
HSL 128° 48.00% 90.20%
HSB/HSV 128° 9.92% 94.90%
CMYK 9.92% 0.00% 8.68%
5.10%

Color #DAF2DD in popluar number systems.

HEX DA F2 DD
Decimal 218 242 221
Binary 11011010 11110010 11011101
Octal 332 362 335

Shades and tints

Shades of #DAF2DD

#DAF2DD
(218,242,221)
#C7DCC9
(199,220,201)
#B4C6B5
(180,198,181)
#A1B0A1
(161,176,161)
#8E9A8D
(142,154,141)
#7B8479
(123,132,121)
#686E65
(104,110,101)
#555851
(85,88,81)
#42423D
(66,66,61)
#2F2C29
(47,44,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #DAF2DD

#DAF2DD
(218,242,221)
#DDF3E0
(221,243,224)
#E0F4E3
(224,244,227)
#E3F5E6
(227,245,230)
#E6F6E9
(230,246,233)
#E9F7EC
(233,247,236)
#ECF8EF
(236,248,239)
#EFF9F2
(239,249,242)
#F2FAF5
(242,250,245)
#F5FBF8
(245,251,248)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF2DD color. Also use rgb(218,242,221) instead hex code.

Text Font Color

.myTextColor { color: #DAF2DD; }

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

This text font color is #DAF2DD.

Background Color

.myBgColor { background-color: #DAF2DD; }

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

This div background color is #DAF2DD.

Border color

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

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

This div border color is #DAF2DD.

Opacity

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

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

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

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

This text has shadow with #DAF2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF2DD.

Preview

Color preview on black background

This text has color #DAF2DD on black background.


Color preview on white background

This text has color #DAF2DD on white background.


Black color preview on #DAF2DD background

This text has black color on #DAF2DD background.


White color preview on #DAF2DD background

This text has white color on #DAF2DD background.


Related colors

Complementary color

Complementary color for #hex is #250D22.


I love getcolorcode.com

Triadic colors

1 #DDDAF2 and #F2DDDA with #DAF2DD are triadic colors.

2 #DDF2DA and #F2DADD with #DAF2DD are triadic colors.