COLOR #DAEDE1

HEX: #DAEDE1 RGB: (218,237,225)

Color info

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

RGB color model

#DAEDE1 color RGB value is (218,237,225).

RGB: (218,237,225) (85%, 93%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 237 of 255 = 93%
B 225 of 255 = 88%

218
237
225

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

Portions of RGB colors in percentages

R + G + B = 218 + 237 + 225 = 680 (100%)
R 218 of 680 ~ 32.06%
G 237 of 680 ~ 34.85%
B 225 of 680 ~ 33.09'%

%32.06
%34.85
%33.09

CMYK color model

#DAEDE1 color CMYK value is (8,0,5,7).

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

CMYK: (8,0,5,7)
C8M0Y5K7 (8%, 0%, 5%, 7%)
(0.08 / 0.00 / 0.05 / 0.07)

CMYK percentages

%8.02
%0
%5.06
%7.06

Codes

Color #DAEDE1 in popluar color models

DA ED E1
RGB 218 237 225
HSL 142° 34.55% 89.22%
HSB/HSV 142° 8.02% 92.94%
CMYK 8.02% 0.00% 5.06%
7.06%

Color #DAEDE1 in popluar number systems.

HEX DA ED E1
Decimal 218 237 225
Binary 11011010 11101101 11100001
Octal 332 355 341

Shades and tints

Shades of #DAEDE1

#DAEDE1
(218,237,225)
#C7D8CD
(199,216,205)
#B4C3B9
(180,195,185)
#A1AEA5
(161,174,165)
#8E9991
(142,153,145)
#7B847D
(123,132,125)
#686F69
(104,111,105)
#555A55
(85,90,85)
#424541
(66,69,65)
#2F302D
(47,48,45)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #DAEDE1

#DAEDE1
(218,237,225)
#DDEEE3
(221,238,227)
#E0EFE5
(224,239,229)
#E3F0E7
(227,240,231)
#E6F1E9
(230,241,233)
#E9F2EB
(233,242,235)
#ECF3ED
(236,243,237)
#EFF4EF
(239,244,239)
#F2F5F1
(242,245,241)
#F5F6F3
(245,246,243)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEDE1; }

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

This text font color is #DAEDE1.

Background Color

.myBgColor { background-color: #DAEDE1; }

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

This div background color is #DAEDE1.

Border color

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

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

This div border color is #DAEDE1.

Opacity

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

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

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

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

This text has shadow with #DAEDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEDE1.

Preview

Color preview on black background

This text has color #DAEDE1 on black background.


Color preview on white background

This text has color #DAEDE1 on white background.


Black color preview on #DAEDE1 background

This text has black color on #DAEDE1 background.


White color preview on #DAEDE1 background

This text has white color on #DAEDE1 background.


Related colors

Complementary color

Complementary color for #hex is #25121E.


I love getcolorcode.com

Triadic colors

1 #E1DAED and #EDE1DA with #DAEDE1 are triadic colors.

2 #E1EDDA and #EDDAE1 with #DAEDE1 are triadic colors.