COLOR #CEDCF5

HEX: #CEDCF5
RGB: (206,220,245)

Color info

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

RGB color model

#CEDCF5 color RGB value is (206,220,245).

  • red value is 206;
  • green value is 220;
  • blue value is 245.
RGB:
(206,220,245)
(81%,86%,96%)

RGB channels and saturation

R 206 of 255 = 81%
G 220 of 255 = 86%
B 245 of 255 = 96%

206
220
245

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

Portions of RGB colors in percentages

R + G + B =
206 + 220 + 245 = 671 (100%)
R 206 of 671 ~ 30.7%
G 220 of 671 ~ 32.79%
B 245 of 671 ~ 36.51%

%30.7
%32.79
%36.51

CMYK color model

#CEDCF5 color CMYK value is (16,10,0,4).

  • cyan value is 15.92%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(16,10,0,4)
C16M10Y0K4 
(16%,10%,0%,4%)
(0.16/0.10/0.00/0.04)	

CMYK percentages

%15.92
%10.2
%0
%3.92

Codes

Color #CEDCF5 in popluar color models

CEDCF5
RGB206220245
HSL218°66.10%88.43%
HSB/HSV218°15.92%96.08%
CMYK15.92%10.20%0.00%
3.92%

Color #CEDCF5 in popluar number systems.

HEXCEDCF5
Decimal206220245
Binary110011101101110011110101
Octal316334365

Shades and tints

Shades of #CEDCF5

#CEDCF5
(206,220,245)
#BCC8DF
(188,200,223)
#AAB4C9
(170,180,201)
#98A0B3
(152,160,179)
#868C9D
(134,140,157)
#747887
(116,120,135)
#626471
(98,100,113)
#50505B
(80,80,91)
#3E3C45
(62,60,69)
#2C282F
(44,40,47)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #CEDCF5

#CEDCF5
(206,220,245)
#D2DFF5
(210,223,245)
#D6E2F5
(214,226,245)
#DAE5F5
(218,229,245)
#DEE8F5
(222,232,245)
#E2EBF5
(226,235,245)
#E6EEF5
(230,238,245)
#EAF1F5
(234,241,245)
#EEF4F5
(238,244,245)
#F2F7F5
(242,247,245)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDCF5 color. Also use rgb(206,220,245) instead hex code.

Text Font Color

.myTextColor { color: #CEDCF5; }

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

This text font color is #CEDCF5.


Background Color

.myBgColor { background-color: #CEDCF5; }

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

This div background color is #CEDCF5.


Border color

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

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

This div border color is #CEDCF5.


Opacity

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

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

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

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

This text has shadow with #CEDCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDCF5 on black background.


Color preview on white background

This text has color #CEDCF5 on white background.



Black color preview on #CEDCF5 background

This text has black color on #CEDCF5 background.


White color preview on #CEDCF5 background

This text has white color on #CEDCF5 background.