COLOR #CED8F9

HEX: #CED8F9 RGB: (206,216,249)

Color info

#CED8F9 contains red, green and blue colors in about the same proportion. Web safe color of #CED8F9 is #CCCCFF (or #CCF).

RGB color model

#CED8F9 color RGB value is (206,216,249).

RGB: (206,216,249) (81%, 85%, 98%)

RGB channels and saturation

R 206 of 255 = 81%
G 216 of 255 = 85%
B 249 of 255 = 98%

206
216
249

R + G + B ~ 88%. #CED8F9 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 216 + 249 = 671 (100%)
R 206 of 671 ~ 30.7%
G 216 of 671 ~ 32.19%
B 249 of 671 ~ 37.11'%

%30.7
%32.19
%37.11

CMYK color model

#CED8F9 color CMYK value is (17,13,0,2).

  • cyan value is 17.27%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (17,13,0,2)
C17M13Y0K2 (17%, 13%, 0%, 2%)
(0.17 / 0.13 / 0.00 / 0.02)

CMYK percentages

%17.27
%13.25
%0
%2.35

Codes

Color #CED8F9 in popluar color models

CE D8 F9
RGB 206 216 249
HSL 226° 78.18% 89.22%
HSB/HSV 226° 17.27% 97.65%
CMYK 17.27% 13.25% 0.00%
2.35%

Color #CED8F9 in popluar number systems.

HEX CE D8 F9
Decimal 206 216 249
Binary 11001110 11011000 11111001
Octal 316 330 371

Shades and tints

Shades of #CED8F9

#CED8F9
(206,216,249)
#BCC5E3
(188,197,227)
#AAB2CD
(170,178,205)
#989FB7
(152,159,183)
#868CA1
(134,140,161)
#74798B
(116,121,139)
#626675
(98,102,117)
#50535F
(80,83,95)
#3E4049
(62,64,73)
#2C2D33
(44,45,51)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #CED8F9

#CED8F9
(206,216,249)
#D2DBF9
(210,219,249)
#D6DEF9
(214,222,249)
#DAE1F9
(218,225,249)
#DEE4F9
(222,228,249)
#E2E7F9
(226,231,249)
#E6EAF9
(230,234,249)
#EAEDF9
(234,237,249)
#EEF0F9
(238,240,249)
#F2F3F9
(242,243,249)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED8F9 color. Also use rgb(206,216,249) instead hex code.

Text Font Color

.myTextColor { color: #CED8F9; }

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

This text font color is #CED8F9.

Background Color

.myBgColor { background-color: #CED8F9; }

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

This div background color is #CED8F9.

Border color

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

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

This div border color is #CED8F9.

Opacity

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

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

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

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

This text has shadow with #CED8F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED8F9.

Preview

Color preview on black background

This text has color #CED8F9 on black background.


Color preview on white background

This text has color #CED8F9 on white background.


Black color preview on #CED8F9 background

This text has black color on #CED8F9 background.


White color preview on #CED8F9 background

This text has white color on #CED8F9 background.


Related colors

Complementary color

Complementary color for #hex is #312706.


I love getcolorcode.com

Triadic colors

1 #F9CED8 and #D8F9CE with #CED8F9 are triadic colors.

2 #F9D8CE and #D8CEF9 with #CED8F9 are triadic colors.