#C3CCD8

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

Shades of Link Water #C3CCD8

Tints of Link Water #C3CCD8

Color information

#C3CCD8 (or 0xC3CCD8) is unknown color: approx Link Water. HEX triplet: C3, CC and D8. RGB value is (195,204,216). Sum of RGB (Red+Green+Blue) = 195+204+216=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCD8 is #3C3327. Grayscale: #CACACA. Windows color (decimal): -3945256 or 14208195. OLE color: 14208195.

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

Color convert

RGB195204216-
CMYK0.100.0600.15
HSL214.29º21.21%80.59%-
HSV(B)214.29º9.72%84.71%-
XYZ56.4959.7573.52-
YUV202.68135.52122.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.71%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=31.71%
G=33.17%
B=35.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952042160.100.0600.15214.2921.2180.59
HexC3CCD8A60Fd61551
Octal30331433012601732625121
Binary11000011110011001101100010101100111111010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCD8; }

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

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

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

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

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

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

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

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