#C3CED8

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

Shades of Link Water #C3CED8

Tints of Link Water #C3CED8

Color information

#C3CED8 (or 0xC3CED8) is unknown color: approx Link Water. HEX triplet: C3, CE and D8. RGB value is (195,206,216). Sum of RGB (Red+Green+Blue) = 195+206+216=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CED8 is #3C3127. Grayscale: #CBCBCB. Windows color (decimal): -3944744 or 14208707. OLE color: 14208707.

HSL color Cylindrical-coordinate representation of color #C3CED8: hue angle of 208.57º degrees, saturation: 0.21, 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 #C3CED8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195206216-
CMYK0.100.0500.15
HSL208.57º21.21%80.59%-
HSV(B)208.57º9.72%84.71%-
XYZ56.9760.773.68-
YUV203.85134.86121.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.60%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 216 (84.77% from 255) = 35.01%
R=31.60%
G=33.39%
B=35.01%

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
Decimal1952062160.100.0500.15208.5721.2180.59
HexC3CED8A50Fd11551
Octal30331633012501732125121
Binary11000011110011101101100010101010111111010001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CED8; }

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

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

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

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

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

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

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

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