COLOR #DEF8FF

HEX: #DEF8FF RGB: (222,248,255)

Color info

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

RGB color model

#DEF8FF color RGB value is (222,248,255).

RGB: (222,248,255) (87%, 97%, 100%)

RGB channels and saturation

R 222 of 255 = 87%
G 248 of 255 = 97%
B 255 of 255 = 100%

222
248
255

R + G + B ~ 95%. #DEF8FF is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 248 + 255 = 725 (100%)
R 222 of 725 ~ 30.62%
G 248 of 725 ~ 34.21%
B 255 of 725 ~ 35.17'%

%30.62
%34.21
%35.17

CMYK color model

#DEF8FF color CMYK value is (13,3,0,0).

  • cyan value is 12.94%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (13,3,0,0)
C13M3Y0K0 (13%, 3%, 0%, 0%)
(0.13 / 0.03 / 0.00 / 0.00)

CMYK percentages

%12.94
%2.75
%0
%0

Codes

Color #DEF8FF in popluar color models

DE F8 FF
RGB 222 248 255
HSL 193° 100.00% 93.53%
HSB/HSV 193° 12.94% 100.00%
CMYK 12.94% 2.75% 0.00%
0.00%

Color #DEF8FF in popluar number systems.

HEX DE F8 FF
Decimal 222 248 255
Binary 11011110 11111000 11111111
Octal 336 370 377

Shades and tints

Shades of #DEF8FF

#DEF8FF
(222,248,255)
#CAE2E8
(202,226,232)
#B6CCD1
(182,204,209)
#A2B6BA
(162,182,186)
#8EA0A3
(142,160,163)
#7A8A8C
(122,138,140)
#667475
(102,116,117)
#525E5E
(82,94,94)
#3E4847
(62,72,71)
#2A3230
(42,50,48)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #DEF8FF

#DEF8FF
(222,248,255)
#E1F8FF
(225,248,255)
#E4F8FF
(228,248,255)
#E7F8FF
(231,248,255)
#EAF8FF
(234,248,255)
#EDF8FF
(237,248,255)
#F0F8FF
(240,248,255)
#F3F8FF
(243,248,255)
#F6F8FF
(246,248,255)
#F9F8FF
(249,248,255)
#FCF8FF
(252,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF8FF color. Also use rgb(222,248,255) instead hex code.

Text Font Color

.myTextColor { color: #DEF8FF; }

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

This text font color is #DEF8FF.

Background Color

.myBgColor { background-color: #DEF8FF; }

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

This div background color is #DEF8FF.

Border color

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

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

This div border color is #DEF8FF.

Opacity

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

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

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

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

This text has shadow with #DEF8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF8FF.

Preview

Color preview on black background

This text has color #DEF8FF on black background.


Color preview on white background

This text has color #DEF8FF on white background.


Black color preview on #DEF8FF background

This text has black color on #DEF8FF background.


White color preview on #DEF8FF background

This text has white color on #DEF8FF background.


Related colors

Complementary color

Complementary color for #hex is #210700.


I love getcolorcode.com

Triadic colors

1 #FFDEF8 and #F8FFDE with #DEF8FF are triadic colors.

2 #FFF8DE and #F8DEFF with #DEF8FF are triadic colors.