COLOR #CEDDE6

HEX: #CEDDE6 RGB: (206,221,230)

Color info

#CEDDE6 contains red, green and blue colors in about the same proportion. Web safe color of #CEDDE6 is #CCCCCC (or #CCC).

RGB color model

#CEDDE6 color RGB value is (206,221,230).

RGB: (206,221,230) (81%, 87%, 90%)

RGB channels and saturation

R 206 of 255 = 81%
G 221 of 255 = 87%
B 230 of 255 = 90%

206
221
230

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

Portions of RGB colors in percentages

R + G + B = 206 + 221 + 230 = 657 (100%)
R 206 of 657 ~ 31.35%
G 221 of 657 ~ 33.64%
B 230 of 657 ~ 35.01'%

%31.35
%33.64
%35.01

CMYK color model

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

  • cyan value is 10.43%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (10,4,0,10)
C10M4Y0K10 (10%, 4%, 0%, 10%)
(0.10 / 0.04 / 0.00 / 0.10)

CMYK percentages

%10.43
%3.91
%0
%9.8

Codes

Color #CEDDE6 in popluar color models

CE DD E6
RGB 206 221 230
HSL 203° 32.43% 85.49%
HSB/HSV 203° 10.43% 90.20%
CMYK 10.43% 3.91% 0.00%
9.80%

Color #CEDDE6 in popluar number systems.

HEX CE DD E6
Decimal 206 221 230
Binary 11001110 11011101 11100110
Octal 316 335 346

Shades and tints

Shades of #CEDDE6

#CEDDE6
(206,221,230)
#BCC9D2
(188,201,210)
#AAB5BE
(170,181,190)
#98A1AA
(152,161,170)
#868D96
(134,141,150)
#747982
(116,121,130)
#62656E
(98,101,110)
#50515A
(80,81,90)
#3E3D46
(62,61,70)
#2C2932
(44,41,50)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #CEDDE6

#CEDDE6
(206,221,230)
#D2E0E8
(210,224,232)
#D6E3EA
(214,227,234)
#DAE6EC
(218,230,236)
#DEE9EE
(222,233,238)
#E2ECF0
(226,236,240)
#E6EFF2
(230,239,242)
#EAF2F4
(234,242,244)
#EEF5F6
(238,245,246)
#F2F8F8
(242,248,248)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDDE6; }

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

This text font color is #CEDDE6.

Background Color

.myBgColor { background-color: #CEDDE6; }

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

This div background color is #CEDDE6.

Border color

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

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

This div border color is #CEDDE6.

Opacity

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

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

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

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

This text has shadow with #CEDDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEDDE6.

Preview

Color preview on black background

This text has color #CEDDE6 on black background.


Color preview on white background

This text has color #CEDDE6 on white background.


Black color preview on #CEDDE6 background

This text has black color on #CEDDE6 background.


White color preview on #CEDDE6 background

This text has white color on #CEDDE6 background.


Related colors

Complementary color

Complementary color for #hex is #312219.


I love getcolorcode.com

Triadic colors

1 #E6CEDD and #DDE6CE with #CEDDE6 are triadic colors.

2 #E6DDCE and #DDCEE6 with #CEDDE6 are triadic colors.