COLOR #DEF0ED

HEX: #DEF0ED RGB: (222,240,237)

Color info

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

RGB color model

#DEF0ED color RGB value is (222,240,237).

RGB: (222,240,237) (87%, 94%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 240 of 255 = 94%
B 237 of 255 = 93%

222
240
237

R + G + B ~ 91%. #DEF0ED is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 240 + 237 = 699 (100%)
R 222 of 699 ~ 31.76%
G 240 of 699 ~ 34.33%
B 237 of 699 ~ 33.91'%

%31.76
%34.33
%33.91

CMYK color model

#DEF0ED color CMYK value is (8,0,1,6).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 5.88%

CMYK: (8,0,1,6)
C8M0Y1K6 (8%, 0%, 1%, 6%)
(0.08 / 0.00 / 0.01 / 0.06)

CMYK percentages

%7.5
%0
%1.25
%5.88

Codes

Color #DEF0ED in popluar color models

DE F0 ED
RGB 222 240 237
HSL 170° 37.50% 90.59%
HSB/HSV 170° 7.50% 94.12%
CMYK 7.50% 0.00% 1.25%
5.88%

Color #DEF0ED in popluar number systems.

HEX DE F0 ED
Decimal 222 240 237
Binary 11011110 11110000 11101101
Octal 336 360 355

Shades and tints

Shades of #DEF0ED

#DEF0ED
(222,240,237)
#CADBD8
(202,219,216)
#B6C6C3
(182,198,195)
#A2B1AE
(162,177,174)
#8E9C99
(142,156,153)
#7A8784
(122,135,132)
#66726F
(102,114,111)
#525D5A
(82,93,90)
#3E4845
(62,72,69)
#2A3330
(42,51,48)
#161E1B
(22,30,27)
#000000
(0,0,0)

Tints of #DEF0ED

#DEF0ED
(222,240,237)
#E1F1EE
(225,241,238)
#E4F2EF
(228,242,239)
#E7F3F0
(231,243,240)
#EAF4F1
(234,244,241)
#EDF5F2
(237,245,242)
#F0F6F3
(240,246,243)
#F3F7F4
(243,247,244)
#F6F8F5
(246,248,245)
#F9F9F6
(249,249,246)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF0ED; }

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

This text font color is #DEF0ED.

Background Color

.myBgColor { background-color: #DEF0ED; }

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

This div background color is #DEF0ED.

Border color

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

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

This div border color is #DEF0ED.

Opacity

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

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

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

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

This text has shadow with #DEF0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF0ED.

Preview

Color preview on black background

This text has color #DEF0ED on black background.


Color preview on white background

This text has color #DEF0ED on white background.


Black color preview on #DEF0ED background

This text has black color on #DEF0ED background.


White color preview on #DEF0ED background

This text has white color on #DEF0ED background.


Related colors

Complementary color

Complementary color for #hex is #210F12.


I love getcolorcode.com

Triadic colors

1 #EDDEF0 and #F0EDDE with #DEF0ED are triadic colors.

2 #EDF0DE and #F0DEED with #DEF0ED are triadic colors.