COLOR #CED7EE

HEX: #CED7EE RGB: (206,215,238)

Color info

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

RGB color model

#CED7EE color RGB value is (206,215,238).

RGB: (206,215,238) (81%, 84%, 93%)

RGB channels and saturation

R 206 of 255 = 81%
G 215 of 255 = 84%
B 238 of 255 = 93%

206
215
238

R + G + B ~ 86%. #CED7EE is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 215 + 238 = 659 (100%)
R 206 of 659 ~ 31.26%
G 215 of 659 ~ 32.63%
B 238 of 659 ~ 36.12'%

%31.26
%32.63
%36.12

CMYK color model

#CED7EE color CMYK value is (13,10,0,7).

  • cyan value is 13.45%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (13,10,0,7)
C13M10Y0K7 (13%, 10%, 0%, 7%)
(0.13 / 0.10 / 0.00 / 0.07)

CMYK percentages

%13.45
%9.66
%0
%6.67

Codes

Color #CED7EE in popluar color models

CE D7 EE
RGB 206 215 238
HSL 223° 48.48% 87.06%
HSB/HSV 223° 13.45% 93.33%
CMYK 13.45% 9.66% 0.00%
6.67%

Color #CED7EE in popluar number systems.

HEX CE D7 EE
Decimal 206 215 238
Binary 11001110 11010111 11101110
Octal 316 327 356

Shades and tints

Shades of #CED7EE

#CED7EE
(206,215,238)
#BCC4D9
(188,196,217)
#AAB1C4
(170,177,196)
#989EAF
(152,158,175)
#868B9A
(134,139,154)
#747885
(116,120,133)
#626570
(98,101,112)
#50525B
(80,82,91)
#3E3F46
(62,63,70)
#2C2C31
(44,44,49)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #CED7EE

#CED7EE
(206,215,238)
#D2DAEF
(210,218,239)
#D6DDF0
(214,221,240)
#DAE0F1
(218,224,241)
#DEE3F2
(222,227,242)
#E2E6F3
(226,230,243)
#E6E9F4
(230,233,244)
#EAECF5
(234,236,245)
#EEEFF6
(238,239,246)
#F2F2F7
(242,242,247)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED7EE color. Also use rgb(206,215,238) instead hex code.

Text Font Color

.myTextColor { color: #CED7EE; }

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

This text font color is #CED7EE.

Background Color

.myBgColor { background-color: #CED7EE; }

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

This div background color is #CED7EE.

Border color

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

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

This div border color is #CED7EE.

Opacity

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

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

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

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

This text has shadow with #CED7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED7EE.

Preview

Color preview on black background

This text has color #CED7EE on black background.


Color preview on white background

This text has color #CED7EE on white background.


Black color preview on #CED7EE background

This text has black color on #CED7EE background.


White color preview on #CED7EE background

This text has white color on #CED7EE background.


Related colors

Complementary color

Complementary color for #hex is #312811.


I love getcolorcode.com

Triadic colors

1 #EECED7 and #D7EECE with #CED7EE are triadic colors.

2 #EED7CE and #D7CEEE with #CED7EE are triadic colors.