#CED3DC

Color #CED3DC Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #CED3DC

Tints of Link Water #CED3DC

Color information

#CED3DC (or 0xCED3DC) is unknown color: approx Link Water. HEX triplet: CE, D3 and DC. RGB value is (206,211,220). Sum of RGB (Red+Green+Blue) = 206+211+220=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3DC is #312C23. Grayscale: #D2D2D2. Windows color (decimal): -3222564 or 14472142. OLE color: 14472142.

HSL color Cylindrical-coordinate representation of color #CED3DC: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED3DC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206211220-
CMYK0.060.0400.14
HSL218.57º16.67%83.53%-
HSV(B)218.57º6.36%86.27%-
XYZ61.6764.8876.98-
YUV210.53133.34124.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=32.34%
G=33.12%
B=34.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062112200.060.0400.14218.5716.6783.53
HexCED3DC640Edb1154
Octal3163233346401633321124
Binary1100111011010011110111001101000111011011011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3DC; }

 p { color: rgb(206,211,220); }

 H1.HeaderClassName
 {
   color: #CED3DC;
 }
 .AnyTagClassName
 {
   color: #CED3DC;
 }
</style>
background-color css

<style>
 a { background-color: #CED3DC; }

 a { background-color: rgb(206,211,220); }

 div.DivClassName
 {
   background-color: #CED3DC;
 }
 .BgClassName
 {
   background-color: #CED3DC;
 }
</style>
border-color css

<style>
 span { border-color: #CED3DC; }

 span { border-color: rgb(206,211,220); }

 td.TdClassName
 {
   border-color: #CED3DC;
 }
 .TagClassName
 {
   border-color: #CED3DC;
 }
</style>