COLOR #CED3FD

HEX: #CED3FD
RGB: (206,211,253)

Color info

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

RGB color model

#CED3FD color RGB value is (206,211,253).

  • red value is 206;
  • green value is 211;
  • blue value is 253.
RGB:
(206,211,253)
(81%,83%,99%)

RGB channels and saturation

R 206 of 255 = 81%
G 211 of 255 = 83%
B 253 of 255 = 99%

206
211
253

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

Portions of RGB colors in percentages

R + G + B =
206 + 211 + 253 = 670 (100%)
R 206 of 670 ~ 30.75%
G 211 of 670 ~ 31.49%
B 253 of 670 ~ 37.76%

%30.75
%31.49
%37.76

CMYK color model

#CED3FD color CMYK value is (19,17,0,1).

  • cyan value is 18.58%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(19,17,0,1)
C19M17Y0K1 
(19%,17%,0%,1%)
(0.19/0.17/0.00/0.01)	

CMYK percentages

%18.58
%16.6
%0
%0.78

Codes

Color #CED3FD in popluar color models

CED3FD
RGB206211253
HSL234°92.16%90.00%
HSB/HSV234°18.58%99.22%
CMYK18.58%16.60%0.00%
0.78%

Color #CED3FD in popluar number systems.

HEXCED3FD
Decimal206211253
Binary110011101101001111111101
Octal316323375

Shades and tints

Shades of #CED3FD

#CED3FD
(206,211,253)
#BCC0E6
(188,192,230)
#AAADCF
(170,173,207)
#989AB8
(152,154,184)
#8687A1
(134,135,161)
#74748A
(116,116,138)
#626173
(98,97,115)
#504E5C
(80,78,92)
#3E3B45
(62,59,69)
#2C282E
(44,40,46)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #CED3FD

#CED3FD
(206,211,253)
#D2D7FD
(210,215,253)
#D6DBFD
(214,219,253)
#DADFFD
(218,223,253)
#DEE3FD
(222,227,253)
#E2E7FD
(226,231,253)
#E6EBFD
(230,235,253)
#EAEFFD
(234,239,253)
#EEF3FD
(238,243,253)
#F2F7FD
(242,247,253)
#F6FBFD
(246,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED3FD color. Also use rgb(206,211,253) instead hex code.

Text Font Color

.myTextColor { color: #CED3FD; }

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

This text font color is #CED3FD.


Background Color

.myBgColor { background-color: #CED3FD; }

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

This div background color is #CED3FD.


Border color

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

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

This div border color is #CED3FD.


Opacity

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

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

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

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

This text has shadow with #CED3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED3FD on black background.


Color preview on white background

This text has color #CED3FD on white background.



Black color preview on #CED3FD background

This text has black color on #CED3FD background.


White color preview on #CED3FD background

This text has white color on #CED3FD background.