Html Css Color HEX #C9CCD6 Link Water

📋 copy color: '#C9CCD6'

red 201 ◦ green 204 ◦ blue 214

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

Shades of Link Water #C9CCD6

Tints of Link Water #C9CCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.96%

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

R = 32.47%
G = 32.96%
B = 34.57%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9CCD6 (or 0xC9CCD6) is known color: Link Water. HEX triplet: C9, CC and D6. RGB value is (201,204,214). Sum of RGB (Red+Green+Blue) = 201+204+214=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCD6 is #363329. Grayscale: #CCCCCC. Windows color (decimal): -3552042 or 14077129. OLE color: 14077129.

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

Color convert

RGB 201 204 214 -
CMYK 0.06 0.05 0 0.16
HSL 226.15º 0.14% 0.81% -
HSV(B) 226.15º 0.06% 0.84% -
XYZ 57.82 60.46 72.24 -
YUV 204.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 201 204 214 0.06 0.05 0 0.16 226.15 0.14 0.81
Hex C9 CC D6 6 5 0 10 E2 E 51
Octal 311 314 326 6 5 0 20 342 16 121
Binary 11001001 11001100 11010110 110 101 0 10000 11100010 1110 1010001

Color Harmonies of #C9CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCD6

Black with #C9CCD6

Text Example


Text Example

White with #C9CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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