Html Css Color HEX #C9CBD8 Link Water

📋 copy color: '#C9CBD8'

red 201 ◦ green 203 ◦ blue 216

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

Shades of Link Water #C9CBD8

Tints of Link Water #C9CBD8

RGB

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

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

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

R = 32.42%
G = 32.74%
B = 34.84%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9CBD8 (or 0xC9CBD8) is known color: Link Water. HEX triplet: C9, CB and D8. RGB value is (201,203,216). Sum of RGB (Red+Green+Blue) = 201+203+216=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9CBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBD8 is #363427. Grayscale: #CBCBCB. Windows color (decimal): -3552296 or 14207945. OLE color: 14207945.

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

Color convert

RGB 201 203 216 -
CMYK 0.07 0.06 0 0.15
HSL 232º 0.16% 0.82% -
HSV(B) 232º 0.07% 0.85% -
XYZ 57.84 60.09 73.52 -
YUV 203.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 201 203 216 0.07 0.06 0 0.15 232 0.16 0.82
Hex C9 CB D8 7 6 0 F E8 10 52
Octal 311 313 330 7 6 0 17 350 20 122
Binary 11001001 11001011 11011000 111 110 0 1111 11101000 10000 1010010

Color Harmonies of #C9CBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBD8

Black with #C9CBD8

Text Example


Text Example

White with #C9CBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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