COLOR #CEDDED

HEX: #CEDDED
RGB: (206,221,237)

Color info

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

RGB color model

#CEDDED color RGB value is (206,221,237).

  • red value is 206;
  • green value is 221;
  • blue value is 237.
RGB:
(206,221,237)
(81%,87%,93%)

RGB channels and saturation

R 206 of 255 = 81%
G 221 of 255 = 87%
B 237 of 255 = 93%

206
221
237

R + G + B ~ 87%. #CEDDED is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 221 + 237 = 664 (100%)
R 206 of 664 ~ 31.02%
G 221 of 664 ~ 33.28%
B 237 of 664 ~ 35.69%

%31.02
%33.28
%35.69

CMYK color model

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

  • cyan value is 13.08%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,7,0,7)
C13M7Y0K7 
(13%,7%,0%,7%)
(0.13/0.07/0.00/0.07)	

CMYK percentages

%13.08
%6.75
%0
%7.06

Codes

Color #CEDDED in popluar color models

CEDDED
RGB206221237
HSL211°46.27%86.86%
HSB/HSV211°13.08%92.94%
CMYK13.08%6.75%0.00%
7.06%

Color #CEDDED in popluar number systems.

HEXCEDDED
Decimal206221237
Binary110011101101110111101101
Octal316335355

Shades and tints

Shades of #CEDDED

#CEDDED
(206,221,237)
#BCC9D8
(188,201,216)
#AAB5C3
(170,181,195)
#98A1AE
(152,161,174)
#868D99
(134,141,153)
#747984
(116,121,132)
#62656F
(98,101,111)
#50515A
(80,81,90)
#3E3D45
(62,61,69)
#2C2930
(44,41,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #CEDDED

#CEDDED
(206,221,237)
#D2E0EE
(210,224,238)
#D6E3EF
(214,227,239)
#DAE6F0
(218,230,240)
#DEE9F1
(222,233,241)
#E2ECF2
(226,236,242)
#E6EFF3
(230,239,243)
#EAF2F4
(234,242,244)
#EEF5F5
(238,245,245)
#F2F8F6
(242,248,246)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDDED color. Also use rgb(206,221,237) instead hex code.

Text Font Color

.myTextColor { color: #CEDDED; }

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

This text font color is #CEDDED.


Background Color

.myBgColor { background-color: #CEDDED; }

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

This div background color is #CEDDED.


Border color

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

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

This div border color is #CEDDED.


Opacity

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

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

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

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

This text has shadow with #CEDDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDDED on black background.


Color preview on white background

This text has color #CEDDED on white background.



Black color preview on #CEDDED background

This text has black color on #CEDDED background.


White color preview on #CEDDED background

This text has white color on #CEDDED background.