COLOR #DAEEDA

HEX: #DAEEDA RGB: (218,238,218)

Color info

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

RGB color model

#DAEEDA color RGB value is (218,238,218).

RGB: (218,238,218) (85%, 93%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 218 of 255 = 85%

218
238
218

R + G + B ~ 88%. #DAEEDA is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 238 + 218 = 674 (100%)
R 218 of 674 ~ 32.34%
G 238 of 674 ~ 35.31%
B 218 of 674 ~ 32.34'%

%32.34
%35.31
%32.34

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 6.67%

CMYK: (8,0,8,7)
C8M0Y8K7 (8%, 0%, 8%, 7%)
(0.08 / 0.00 / 0.08 / 0.07)

CMYK percentages

%8.4
%0
%8.4
%6.67

Codes

Color #DAEEDA in popluar color models

DA EE DA
RGB 218 238 218
HSL 120° 37.04% 89.41%
HSB/HSV 120° 8.40% 93.33%
CMYK 8.40% 0.00% 8.40%
6.67%

Color #DAEEDA in popluar number systems.

HEX DA EE DA
Decimal 218 238 218
Binary 11011010 11101110 11011010
Octal 332 356 332

Shades and tints

Shades of #DAEEDA

#DAEEDA
(218,238,218)
#C7D9C7
(199,217,199)
#B4C4B4
(180,196,180)
#A1AFA1
(161,175,161)
#8E9A8E
(142,154,142)
#7B857B
(123,133,123)
#687068
(104,112,104)
#555B55
(85,91,85)
#424642
(66,70,66)
#2F312F
(47,49,47)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #DAEEDA

#DAEEDA
(218,238,218)
#DDEFDD
(221,239,221)
#E0F0E0
(224,240,224)
#E3F1E3
(227,241,227)
#E6F2E6
(230,242,230)
#E9F3E9
(233,243,233)
#ECF4EC
(236,244,236)
#EFF5EF
(239,245,239)
#F2F6F2
(242,246,242)
#F5F7F5
(245,247,245)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEDA; }

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

This text font color is #DAEEDA.

Background Color

.myBgColor { background-color: #DAEEDA; }

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

This div background color is #DAEEDA.

Border color

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

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

This div border color is #DAEEDA.

Opacity

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

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

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

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

This text has shadow with #DAEEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEEDA.

Preview

Color preview on black background

This text has color #DAEEDA on black background.


Color preview on white background

This text has color #DAEEDA on white background.


Black color preview on #DAEEDA background

This text has black color on #DAEEDA background.


White color preview on #DAEEDA background

This text has white color on #DAEEDA background.


Related colors

Complementary color

Complementary color for #hex is #251125.


I love getcolorcode.com

Triadic colors

1 #DADAEE and #EEDADA with #DAEEDA are triadic colors.

2 #DAEEDA and #EEDADA with #DAEEDA are triadic colors.