COLOR #CEDAFB

HEX: #CEDAFB
RGB: (206,218,251)

Color info

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

RGB color model

#CEDAFB color RGB value is (206,218,251).

  • red value is 206;
  • green value is 218;
  • blue value is 251.
RGB:
(206,218,251)
(81%,85%,98%)

RGB channels and saturation

R 206 of 255 = 81%
G 218 of 255 = 85%
B 251 of 255 = 98%

206
218
251

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

Portions of RGB colors in percentages

R + G + B =
206 + 218 + 251 = 675 (100%)
R 206 of 675 ~ 30.52%
G 218 of 675 ~ 32.3%
B 251 of 675 ~ 37.19%

%30.52
%32.3
%37.19

CMYK color model

#CEDAFB color CMYK value is (18,13,0,2).

  • cyan value is 17.93%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(18,13,0,2)
C18M13Y0K2 
(18%,13%,0%,2%)
(0.18/0.13/0.00/0.02)	

CMYK percentages

%17.93
%13.15
%0
%1.57

Codes

Color #CEDAFB in popluar color models

CEDAFB
RGB206218251
HSL224°84.91%89.61%
HSB/HSV224°17.93%98.43%
CMYK17.93%13.15%0.00%
1.57%

Color #CEDAFB in popluar number systems.

HEXCEDAFB
Decimal206218251
Binary110011101101101011111011
Octal316332373

Shades and tints

Shades of #CEDAFB

#CEDAFB
(206,218,251)
#BCC7E5
(188,199,229)
#AAB4CF
(170,180,207)
#98A1B9
(152,161,185)
#868EA3
(134,142,163)
#747B8D
(116,123,141)
#626877
(98,104,119)
#505561
(80,85,97)
#3E424B
(62,66,75)
#2C2F35
(44,47,53)
#1A1C1F
(26,28,31)
#000000
(0,0,0)

Tints of #CEDAFB

#CEDAFB
(206,218,251)
#D2DDFB
(210,221,251)
#D6E0FB
(214,224,251)
#DAE3FB
(218,227,251)
#DEE6FB
(222,230,251)
#E2E9FB
(226,233,251)
#E6ECFB
(230,236,251)
#EAEFFB
(234,239,251)
#EEF2FB
(238,242,251)
#F2F5FB
(242,245,251)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDAFB color. Also use rgb(206,218,251) instead hex code.

Text Font Color

.myTextColor { color: #CEDAFB; }

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

This text font color is #CEDAFB.


Background Color

.myBgColor { background-color: #CEDAFB; }

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

This div background color is #CEDAFB.


Border color

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

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

This div border color is #CEDAFB.


Opacity

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

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

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

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

This text has shadow with #CEDAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDAFB on black background.


Color preview on white background

This text has color #CEDAFB on white background.



Black color preview on #CEDAFB background

This text has black color on #CEDAFB background.


White color preview on #CEDAFB background

This text has white color on #CEDAFB background.