#C8CBD9

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

Shades of Link Water #C8CBD9

Tints of Link Water #C8CBD9

Color information

#C8CBD9 (or 0xC8CBD9) is unknown color: approx Link Water. HEX triplet: C8, CB and D9. RGB value is (200,203,217). Sum of RGB (Red+Green+Blue) = 200+203+217=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBD9 is #373426. Grayscale: #CBCBCB. Windows color (decimal): -3617831 or 14273480. OLE color: 14273480.

HSL color Cylindrical-coordinate representation of color #C8CBD9: hue angle of 229.41º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8CBD9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200203217-
CMYK0.080.0600.15
HSL229.41º18.28%81.76%-
HSV(B)229.41º7.83%85.1%-
XYZ57.76074.19-
YUV203.7135.51125.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 217 (85.16% from 255) = 35%
R=32.26%
G=32.74%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002032170.080.0600.15229.4118.2881.76
HexC8CBD9860Fe51252
Octal31031333110601734522122
Binary11001000110010111101100110001100111111100101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBD9; }

 p { color: rgb(200,203,217); }

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

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

 a { background-color: rgb(200,203,217); }

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

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

 span { border-color: rgb(200,203,217); }

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