#C8CCCF

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

Shades of Link Water #C8CCCF

Tints of Link Water #C8CCCF

Color information

#C8CCCF (or 0xC8CCCF) is unknown color: approx Link Water. HEX triplet: C8, CC and CF. RGB value is (200,204,207). Sum of RGB (Red+Green+Blue) = 200+204+207=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCCF is #373330. Grayscale: #CBCBCB. Windows color (decimal): -3617585 or 13618376. OLE color: 13618376.

HSL color Cylindrical-coordinate representation of color #C8CCCF: hue angle of 205.71º degrees, saturation: 0.07, 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 #C8CCCF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200204207-
CMYK0.030.0100.19
HSL205.71º6.8%79.8%-
HSV(B)205.71º3.38%81.18%-
XYZ56.6759.9767.62-
YUV203.15130.17125.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=32.73%
G=33.39%
B=33.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002042070.030.0100.19205.716.879.8
HexC8CCCF31013ce750
Octal310314317310233167120
Binary110010001100110011001111111010011110011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCCF; }

 p { color: rgb(200,204,207); }

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

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

 a { background-color: rgb(200,204,207); }

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

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

 span { border-color: rgb(200,204,207); }

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