COLOR #DEF6ED

HEX: #DEF6ED RGB: (222,246,237)

Color info

#DEF6ED contains red, green and blue colors in about the same proportion. Web safe color of #DEF6ED is #CCFFFF (or #CFF).

RGB color model

#DEF6ED color RGB value is (222,246,237).

RGB: (222,246,237) (87%, 96%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 237 of 255 = 93%

222
246
237

R + G + B ~ 92%. #DEF6ED is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 246 + 237 = 705 (100%)
R 222 of 705 ~ 31.49%
G 246 of 705 ~ 34.89%
B 237 of 705 ~ 33.62'%

%31.49
%34.89
%33.62

CMYK color model

#DEF6ED color CMYK value is (10,0,4,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 3.53%

CMYK: (10,0,4,4)
C10M0Y4K4 (10%, 0%, 4%, 4%)
(0.10 / 0.00 / 0.04 / 0.04)

CMYK percentages

%9.76
%0
%3.66
%3.53

Codes

Color #DEF6ED in popluar color models

DE F6 ED
RGB 222 246 237
HSL 158° 57.14% 91.76%
HSB/HSV 158° 9.76% 96.47%
CMYK 9.76% 0.00% 3.66%
3.53%

Color #DEF6ED in popluar number systems.

HEX DE F6 ED
Decimal 222 246 237
Binary 11011110 11110110 11101101
Octal 336 366 355

Shades and tints

Shades of #DEF6ED

#DEF6ED
(222,246,237)
#CAE0D8
(202,224,216)
#B6CAC3
(182,202,195)
#A2B4AE
(162,180,174)
#8E9E99
(142,158,153)
#7A8884
(122,136,132)
#66726F
(102,114,111)
#525C5A
(82,92,90)
#3E4645
(62,70,69)
#2A3030
(42,48,48)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #DEF6ED

#DEF6ED
(222,246,237)
#E1F6EE
(225,246,238)
#E4F6EF
(228,246,239)
#E7F6F0
(231,246,240)
#EAF6F1
(234,246,241)
#EDF6F2
(237,246,242)
#F0F6F3
(240,246,243)
#F3F6F4
(243,246,244)
#F6F6F5
(246,246,245)
#F9F6F6
(249,246,246)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF6ED color. Also use rgb(222,246,237) instead hex code.

Text Font Color

.myTextColor { color: #DEF6ED; }

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

This text font color is #DEF6ED.

Background Color

.myBgColor { background-color: #DEF6ED; }

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

This div background color is #DEF6ED.

Border color

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

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

This div border color is #DEF6ED.

Opacity

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

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

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

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

This text has shadow with #DEF6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF6ED.

Preview

Color preview on black background

This text has color #DEF6ED on black background.


Color preview on white background

This text has color #DEF6ED on white background.


Black color preview on #DEF6ED background

This text has black color on #DEF6ED background.


White color preview on #DEF6ED background

This text has white color on #DEF6ED background.


Related colors

Complementary color

Complementary color for #hex is #210912.


I love getcolorcode.com

Triadic colors

1 #EDDEF6 and #F6EDDE with #DEF6ED are triadic colors.

2 #EDF6DE and #F6DEED with #DEF6ED are triadic colors.