#C3C9D7

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

Shades of Link Water #C3C9D7

Tints of Link Water #C3C9D7

Color information

#C3C9D7 (or 0xC3C9D7) is unknown color: approx Link Water. HEX triplet: C3, C9 and D7. RGB value is (195,201,215). Sum of RGB (Red+Green+Blue) = 195+201+215=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #C3C9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C9D7 is #3C3628. Grayscale: #C8C8C8. Windows color (decimal): -3946025 or 14141891. OLE color: 14141891.

HSL color Cylindrical-coordinate representation of color #C3C9D7: hue angle of 222º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3C9D7 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195201215-
CMYK0.090.0700.16
HSL222º20%80.39%-
HSV(B)222º9.3%84.31%-
XYZ55.6658.2872.61-
YUV200.8136.01123.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.91%
GREEN value IS 201 (78.91% from 255) = 32.90%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=31.91%
G=32.90%
B=35.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1952012150.090.0700.162222080.39
HexC3C9D797010de1450
Octal30331132711702033624120
Binary110000111100100111010111100111101000011011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C9D7; }

 p { color: rgb(195,201,215); }

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

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

 a { background-color: rgb(195,201,215); }

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

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

 span { border-color: rgb(195,201,215); }

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