Html Css Color HEX #C9CED6 Link Water

📋 copy color: '#C9CED6'

red 201 ◦ green 206 ◦ blue 214

#C9CED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #C9CED6

Tints of Link Water #C9CED6

RGB

 RED value IS 201 (78.91% from 255) = 32.37%

 GREEN value IS 206 (80.86% from 255) = 33.17%

 BLUE value IS 214 (83.98% from 255) = 34.46%

R = 32.37%
G = 33.17%
B = 34.46%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9CED6 (or 0xC9CED6) is known color: Link Water. HEX triplet: C9, CE and D6. RGB value is (201,206,214). Sum of RGB (Red+Green+Blue) = 201+206+214=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 206 (80.86% from 255 or 33.17% 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 #C9CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CED6 is #363129. Grayscale: #CDCDCD. Windows color (decimal): -3551530 or 14077641. OLE color: 14077641.

HSL color Cylindrical-coordinate representation of color #C9CED6: hue angle of 216.92º degrees, saturation: 0.14, 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 #C9CED6 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 206 214 -
CMYK 0.06 0.04 0 0.16
HSL 216.92º 0.14% 0.81% -
HSV(B) 216.92º 0.06% 0.84% -
XYZ 58.3 61.42 72.4 -
YUV 205.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 201 206 214 0.06 0.04 0 0.16 216.92 0.14 0.81
Hex C9 CE D6 6 4 0 10 D9 E 51
Octal 311 316 326 6 4 0 20 331 16 121
Binary 11001001 11001110 11010110 110 100 0 10000 11011001 1110 1010001

Color Harmonies of #C9CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CED6

Black with #C9CED6

Text Example


Text Example

White with #C9CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CED6; }

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

 H1.HeaderClassName
 {
   color: #C9CED6;
 }
 .AnyTagClassName
 {
   color: #C9CED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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