COLOR #DEF0EE

HEX: #DEF0EE RGB: (222,240,238)

Color info

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

RGB color model

#DEF0EE color RGB value is (222,240,238).

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

RGB channels and saturation

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

222
240
238

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

Portions of RGB colors in percentages

R + G + B = 222 + 240 + 238 = 700 (100%)
R 222 of 700 ~ 31.71%
G 240 of 700 ~ 34.29%
B 238 of 700 ~ 34'%

%31.71
%34.29
%34

CMYK color model

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

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • 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
%0.83
%5.88

Codes

Color #DEF0EE in popluar color models

DE F0 EE
RGB 222 240 238
HSL 173° 37.50% 90.59%
HSB/HSV 173° 7.50% 94.12%
CMYK 7.50% 0.00% 0.83%
5.88%

Color #DEF0EE in popluar number systems.

HEX DE F0 EE
Decimal 222 240 238
Binary 11011110 11110000 11101110
Octal 336 360 356

Shades and tints

Shades of #DEF0EE

#DEF0EE
(222,240,238)
#CADBD9
(202,219,217)
#B6C6C4
(182,198,196)
#A2B1AF
(162,177,175)
#8E9C9A
(142,156,154)
#7A8785
(122,135,133)
#667270
(102,114,112)
#525D5B
(82,93,91)
#3E4846
(62,72,70)
#2A3331
(42,51,49)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #DEF0EE

#DEF0EE
(222,240,238)
#E1F1EF
(225,241,239)
#E4F2F0
(228,242,240)
#E7F3F1
(231,243,241)
#EAF4F2
(234,244,242)
#EDF5F3
(237,245,243)
#F0F6F4
(240,246,244)
#F3F7F5
(243,247,245)
#F6F8F6
(246,248,246)
#F9F9F7
(249,249,247)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF0EE; }

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

This text font color is #DEF0EE.

Background Color

.myBgColor { background-color: #DEF0EE; }

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

This div background color is #DEF0EE.

Border color

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

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

This div border color is #DEF0EE.

Opacity

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

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

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

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

This text has shadow with #DEF0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF0EE.

Preview

Color preview on black background

This text has color #DEF0EE on black background.


Color preview on white background

This text has color #DEF0EE on white background.


Black color preview on #DEF0EE background

This text has black color on #DEF0EE background.


White color preview on #DEF0EE background

This text has white color on #DEF0EE background.


Related colors

Complementary color

Complementary color for #hex is #210F11.


I love getcolorcode.com

Triadic colors

1 #EEDEF0 and #F0EEDE with #DEF0EE are triadic colors.

2 #EEF0DE and #F0DEEE with #DEF0EE are triadic colors.