COLOR #DCEAFF

HEX: #DCEAFF
RGB: (220,234,255)

Color info

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

RGB color model

#DCEAFF color RGB value is (220,234,255).

  • red value is 220;
  • green value is 234;
  • blue value is 255.
RGB:
(220,234,255)
(86%,92%,100%)

RGB channels and saturation

R 220 of 255 = 86%
G 234 of 255 = 92%
B 255 of 255 = 100%

220
234
255

R + G + B ~ 93%. #DCEAFF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 234 + 255 = 709 (100%)
R 220 of 709 ~ 31.03%
G 234 of 709 ~ 33%
B 255 of 709 ~ 35.97%

%31.03
%33
%35.97

CMYK color model

#DCEAFF color CMYK value is (14,8,0,0).

  • cyan value is 13.73%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,8,0,0)
C14M8Y0K0 
(14%,8%,0%,0%)
(0.14/0.08/0.00/0.00)	

CMYK percentages

%13.73
%8.24
%0
%0

Codes

Color #DCEAFF in popluar color models

DCEAFF
RGB220234255
HSL216°100.00%93.14%
HSB/HSV216°13.73%100.00%
CMYK13.73%8.24%0.00%
0.00%

Color #DCEAFF in popluar number systems.

HEXDCEAFF
Decimal220234255
Binary110111001110101011111111
Octal334352377

Shades and tints

Shades of #DCEAFF

#DCEAFF
(220,234,255)
#C8D5E8
(200,213,232)
#B4C0D1
(180,192,209)
#A0ABBA
(160,171,186)
#8C96A3
(140,150,163)
#78818C
(120,129,140)
#646C75
(100,108,117)
#50575E
(80,87,94)
#3C4247
(60,66,71)
#282D30
(40,45,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #DCEAFF

#DCEAFF
(220,234,255)
#DFEBFF
(223,235,255)
#E2ECFF
(226,236,255)
#E5EDFF
(229,237,255)
#E8EEFF
(232,238,255)
#EBEFFF
(235,239,255)
#EEF0FF
(238,240,255)
#F1F1FF
(241,241,255)
#F4F2FF
(244,242,255)
#F7F3FF
(247,243,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEAFF color. Also use rgb(220,234,255) instead hex code.

Text Font Color

.myTextColor { color: #DCEAFF; }

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

This text font color is #DCEAFF.


Background Color

.myBgColor { background-color: #DCEAFF; }

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

This div background color is #DCEAFF.


Border color

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

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

This div border color is #DCEAFF.


Opacity

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

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

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

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

This text has shadow with #DCEAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEAFF on black background.


Color preview on white background

This text has color #DCEAFF on white background.



Black color preview on #DCEAFF background

This text has black color on #DCEAFF background.


White color preview on #DCEAFF background

This text has white color on #DCEAFF background.