#C8C9CE

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

Shades of Link Water #C8C9CE

Tints of Link Water #C8C9CE

Color information

#C8C9CE (or 0xC8C9CE) is unknown color: approx Link Water. HEX triplet: C8, C9 and CE. RGB value is (200,201,206). Sum of RGB (Red+Green+Blue) = 200+201+206=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9CE is #373631. Grayscale: #C9C9C9. Windows color (decimal): -3618354 or 13552072. OLE color: 13552072.

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

Color convert

RGB200201206-
CMYK0.030.0200.19
HSL230º5.77%79.61%-
HSV(B)230º2.91%80.78%-
XYZ55.8558.5166.74-
YUV201.27130.67127.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.95%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=32.95%
G=33.11%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002012060.030.0200.192305.7779.61
HexC8C9CE32013e6650
Octal310311316320233466120
Binary1100100011001001110011101110010011111001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C9CE; }

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

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

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

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

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

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

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

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