#C9CCCE

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

Shades of Link Water #C9CCCE

Tints of Link Water #C9CCCE

Color information

#C9CCCE (or 0xC9CCCE) is unknown color: approx Link Water. HEX triplet: C9, CC and CE. RGB value is (201,204,206). Sum of RGB (Red+Green+Blue) = 201+204+206=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCCE is #363331. Grayscale: #CBCBCB. Windows color (decimal): -3552050 or 13552841. OLE color: 13552841.

HSL color Cylindrical-coordinate representation of color #C9CCCE: hue angle of 204º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CCCE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201204206-
CMYK0.020.0100.19
HSL204º4.85%79.8%-
HSV(B)204º2.43%80.78%-
XYZ56.8260.0666.99-
YUV203.33129.51126.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.90%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=32.90%
G=33.39%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012042060.020.0100.192044.8579.8
HexC9CCCE21013cc550
Octal311314316210233145120
Binary110010011100110011001110101010011110011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCCE; }

 p { color: rgb(201,204,206); }

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

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

 a { background-color: rgb(201,204,206); }

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

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

 span { border-color: rgb(201,204,206); }

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