COLOR #DAEDC2

HEX: #DAEDC2 RGB: (218,237,194)

Color info

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

RGB color model

#DAEDC2 color RGB value is (218,237,194).

RGB: (218,237,194) (85%, 93%, 76%)

RGB channels and saturation

R 218 of 255 = 85%
G 237 of 255 = 93%
B 194 of 255 = 76%

218
237
194

R + G + B ~ 85%. #DAEDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 237 + 194 = 649 (100%)
R 218 of 649 ~ 33.59%
G 237 of 649 ~ 36.52%
B 194 of 649 ~ 29.89'%

%33.59
%36.52
%29.89

CMYK color model

#DAEDC2 color CMYK value is (8,0,18,7).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%

CMYK: (8,0,18,7)
C8M0Y18K7 (8%, 0%, 18%, 7%)
(0.08 / 0.00 / 0.18 / 0.07)

CMYK percentages

%8.02
%0
%18.14
%7.06

Codes

Color #DAEDC2 in popluar color models

DA ED C2
RGB 218 237 194
HSL 87° 54.43% 84.51%
HSB/HSV 87° 18.14% 92.94%
CMYK 8.02% 0.00% 18.14%
7.06%

Color #DAEDC2 in popluar number systems.

HEX DA ED C2
Decimal 218 237 194
Binary 11011010 11101101 11000010
Octal 332 355 302

Shades and tints

Shades of #DAEDC2

#DAEDC2
(218,237,194)
#C7D8B1
(199,216,177)
#B4C3A0
(180,195,160)
#A1AE8F
(161,174,143)
#8E997E
(142,153,126)
#7B846D
(123,132,109)
#686F5C
(104,111,92)
#555A4B
(85,90,75)
#42453A
(66,69,58)
#2F3029
(47,48,41)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #DAEDC2

#DAEDC2
(218,237,194)
#DDEEC7
(221,238,199)
#E0EFCC
(224,239,204)
#E3F0D1
(227,240,209)
#E6F1D6
(230,241,214)
#E9F2DB
(233,242,219)
#ECF3E0
(236,243,224)
#EFF4E5
(239,244,229)
#F2F5EA
(242,245,234)
#F5F6EF
(245,246,239)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEDC2; }

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

This text font color is #DAEDC2.

Background Color

.myBgColor { background-color: #DAEDC2; }

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

This div background color is #DAEDC2.

Border color

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

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

This div border color is #DAEDC2.

Opacity

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

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

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

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

This text has shadow with #DAEDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEDC2.

Preview

Color preview on black background

This text has color #DAEDC2 on black background.


Color preview on white background

This text has color #DAEDC2 on white background.


Black color preview on #DAEDC2 background

This text has black color on #DAEDC2 background.


White color preview on #DAEDC2 background

This text has white color on #DAEDC2 background.


Related colors

Complementary color

Complementary color for #hex is #25123D.


I love getcolorcode.com

Triadic colors

1 #C2DAED and #EDC2DA with #DAEDC2 are triadic colors.

2 #C2EDDA and #EDDAC2 with #DAEDC2 are triadic colors.