Html Css Color HEX #C9CBD6 Link Water

📋 copy color: '#C9CBD6'

red 201 ◦ green 203 ◦ blue 214

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

Shades of Link Water #C9CBD6

Tints of Link Water #C9CBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.85%

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

R = 32.52%
G = 32.85%
B = 34.63%

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

#C9CBD6 (or 0xC9CBD6) is known color: Link Water. HEX triplet: C9, CB and D6. RGB value is (201,203,214). Sum of RGB (Red+Green+Blue) = 201+203+214=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBD6 is #363429. Grayscale: #CBCBCB. Windows color (decimal): -3552298 or 14076873. OLE color: 14076873.

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

Color convert

RGB 201 203 214 -
CMYK 0.06 0.05 0 0.16
HSL 230.77º 0.14% 0.81% -
HSV(B) 230.77º 0.06% 0.84% -
XYZ 57.58 59.98 72.16 -
YUV 203.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 201 203 214 0.06 0.05 0 0.16 230.77 0.14 0.81
Hex C9 CB D6 6 5 0 10 E7 E 51
Octal 311 313 326 6 5 0 20 347 16 121
Binary 11001001 11001011 11010110 110 101 0 10000 11100111 1110 1010001

Color Harmonies of #C9CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBD6

Black with #C9CBD6

Text Example


Text Example

White with #C9CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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