#C9CED5

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

Shades of Link Water #C9CED5

Tints of Link Water #C9CED5

Color information

#C9CED5 (or 0xC9CED5) is unknown color: approx Link Water. HEX triplet: C9, CE and D5. RGB value is (201,206,213). Sum of RGB (Red+Green+Blue) = 201+206+213=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CED5 is #36312A. Grayscale: #CDCDCD. Windows color (decimal): -3551531 or 14012105. OLE color: 14012105.

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

Color convert

RGB201206213-
CMYK0.060.0300.16
HSL215º12.5%81.18%-
HSV(B)215º5.63%83.53%-
XYZ58.1761.3671.73-
YUV205.3132.34124.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.42%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=32.42%
G=33.23%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012062130.060.0300.1621512.581.18
HexC9CED563010d7c51
Octal3113163256302032714121
Binary110010011100111011010101110110100001101011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CED5; }

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

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

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

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

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

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

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

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