#C3CED9

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

Shades of Link Water #C3CED9

Tints of Link Water #C3CED9

Color information

#C3CED9 (or 0xC3CED9) is unknown color: approx Link Water. HEX triplet: C3, CE and D9. RGB value is (195,206,217). Sum of RGB (Red+Green+Blue) = 195+206+217=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3CED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CED9 is #3C3126. Grayscale: #CBCBCB. Windows color (decimal): -3944743 or 14274243. OLE color: 14274243.

HSL color Cylindrical-coordinate representation of color #C3CED9: hue angle of 210º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3CED9 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195206217-
CMYK0.100.0500.15
HSL210º22.45%80.78%-
HSV(B)210º10.14%85.1%-
XYZ57.160.7574.36-
YUV203.96135.36121.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=31.55%
G=33.33%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952062170.100.0500.1521022.4580.78
HexC3CED9A50Fd21651
Octal30331633112501732226121
Binary11000011110011101101100110101010111111010010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CED9; }

 p { color: rgb(195,206,217); }

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

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

 a { background-color: rgb(195,206,217); }

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

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

 span { border-color: rgb(195,206,217); }

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