#C9CBD9

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

Shades of Link Water #C9CBD9

Tints of Link Water #C9CBD9

Color information

#C9CBD9 (or 0xC9CBD9) is unknown color: approx Link Water. HEX triplet: C9, CB and D9. RGB value is (201,203,217). Sum of RGB (Red+Green+Blue) = 201+203+217=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBD9 is #363426. Grayscale: #CBCBCB. Windows color (decimal): -3552295 or 14273481. OLE color: 14273481.

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

Color convert

RGB201203217-
CMYK0.070.0600.15
HSL232.5º17.39%81.96%-
HSV(B)232.5º7.37%85.1%-
XYZ57.9760.1474.2-
YUV204135.34125.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.37%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=32.37%
G=32.69%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012032170.070.0600.15232.517.3981.96
HexC9CBD9760Fe81152
Octal3113133317601735021122
Binary1100100111001011110110011111100111111101000100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBD9; }

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

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

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

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

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

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

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

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