Html Css Color HEX #C9CED8 Link Water

📋 copy color: '#C9CED8'

red 201 ◦ green 206 ◦ blue 216

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

Shades of Link Water #C9CED8

Tints of Link Water #C9CED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.67%

R = 32.26%
G = 33.07%
B = 34.67%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9CED8 (or 0xC9CED8) is known color: Link Water. HEX triplet: C9, CE and D8. RGB value is (201,206,216). Sum of RGB (Red+Green+Blue) = 201+206+216=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CED8 is #363127. Grayscale: #CDCDCD. Windows color (decimal): -3551528 or 14208713. OLE color: 14208713.

HSL color Cylindrical-coordinate representation of color #C9CED8: hue angle of 220º degrees, saturation: 0.16, 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 #C9CED8 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 206 216 -
CMYK 0.07 0.05 0 0.15
HSL 220º 0.16% 0.82% -
HSV(B) 220º 0.07% 0.85% -
XYZ 58.55 61.52 73.75 -
YUV 205.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 201 206 216 0.07 0.05 0 0.15 220 0.16 0.82
Hex C9 CE D8 7 5 0 F DC 10 52
Octal 311 316 330 7 5 0 17 334 20 122
Binary 11001001 11001110 11011000 111 101 0 1111 11011100 10000 1010010

Color Harmonies of #C9CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CED8

Black with #C9CED8

Text Example


Text Example

White with #C9CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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