COLOR #DAEDD4

HEX: #DAEDD4
RGB: (218,237,212)

Color info

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

RGB color model

#DAEDD4 color RGB value is (218,237,212).

  • red value is 218;
  • green value is 237;
  • blue value is 212.
RGB:
(218,237,212)
(85%,93%,83%)

RGB channels and saturation

R 218 of 255 = 85%
G 237 of 255 = 93%
B 212 of 255 = 83%

218
237
212

R + G + B ~ 87%. #DAEDD4 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 237 + 212 = 667 (100%)
R 218 of 667 ~ 32.68%
G 237 of 667 ~ 35.53%
B 212 of 667 ~ 31.78%

%32.68
%35.53
%31.78

CMYK color model

#DAEDD4 color CMYK value is (8,0,11,7).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 7.06%
CMYK:
(8,0,11,7)
C8M0Y11K7 
(8%,0%,11%,7%)
(0.08/0.00/0.11/0.07)	

CMYK percentages

%8.02
%0
%10.55
%7.06

Codes

Color #DAEDD4 in popluar color models

DAEDD4
RGB218237212
HSL106°40.98%88.04%
HSB/HSV106°10.55%92.94%
CMYK8.02%0.00%10.55%
7.06%

Color #DAEDD4 in popluar number systems.

HEXDAEDD4
Decimal218237212
Binary110110101110110111010100
Octal332355324

Shades and tints

Shades of #DAEDD4

#DAEDD4
(218,237,212)
#C7D8C1
(199,216,193)
#B4C3AE
(180,195,174)
#A1AE9B
(161,174,155)
#8E9988
(142,153,136)
#7B8475
(123,132,117)
#686F62
(104,111,98)
#555A4F
(85,90,79)
#42453C
(66,69,60)
#2F3029
(47,48,41)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAEDD4

#DAEDD4
(218,237,212)
#DDEED7
(221,238,215)
#E0EFDA
(224,239,218)
#E3F0DD
(227,240,221)
#E6F1E0
(230,241,224)
#E9F2E3
(233,242,227)
#ECF3E6
(236,243,230)
#EFF4E9
(239,244,233)
#F2F5EC
(242,245,236)
#F5F6EF
(245,246,239)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEDD4 color. Also use rgb(218,237,212) instead hex code.

Text Font Color

.myTextColor { color: #DAEDD4; }

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

This text font color is #DAEDD4.


Background Color

.myBgColor { background-color: #DAEDD4; }

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

This div background color is #DAEDD4.


Border color

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

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

This div border color is #DAEDD4.


Opacity

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

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

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

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

This text has shadow with #DAEDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEDD4 on black background.


Color preview on white background

This text has color #DAEDD4 on white background.



Black color preview on #DAEDD4 background

This text has black color on #DAEDD4 background.


White color preview on #DAEDD4 background

This text has white color on #DAEDD4 background.