#C8CFD6

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

Shades of Link Water #C8CFD6

Tints of Link Water #C8CFD6

Color information

#C8CFD6 (or 0xC8CFD6) is unknown color: approx Link Water. HEX triplet: C8, CF and D6. RGB value is (200,207,214). Sum of RGB (Red+Green+Blue) = 200+207+214=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFD6 is #373029. Grayscale: #CDCDCD. Windows color (decimal): -3616810 or 14077896. OLE color: 14077896.

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

Color convert

RGB200207214-
CMYK0.070.0300.16
HSL210º14.58%81.18%-
HSV(B)210º6.54%83.92%-
XYZ58.2761.7672.47-
YUV205.7132.68123.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=32.21%
G=33.33%
B=34.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002072140.070.0300.1621014.5881.18
HexC8CFD673010d2f51
Octal3103173267302032217121
Binary110010001100111111010110111110100001101001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFD6; }

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

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

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

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

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

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

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

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