Html Css Color HEX #C5C9D8 Link Water

📋 copy color: '#C5C9D8'

red 197 ◦ green 201 ◦ blue 216

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

Shades of Link Water #C5C9D8

Tints of Link Water #C5C9D8

RGB

 RED value IS 197 (77.34% from 255) = 32.08%

 GREEN value IS 201 (78.91% from 255) = 32.74%

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

R = 32.08%
G = 32.74%
B = 35.18%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5C9D8 (or 0xC5C9D8) is known color: Link Water. HEX triplet: C5, C9 and D8. RGB value is (197,201,216). Sum of RGB (Red+Green+Blue) = 197+201+216=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5C9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C9D8 is #3A3627. Grayscale: #C9C9C9. Windows color (decimal): -3814952 or 14207429. OLE color: 14207429.

HSL color Cylindrical-coordinate representation of color #C5C9D8: hue angle of 227.37º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5C9D8 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 201 216 -
CMYK 0.09 0.07 0 0.15
HSL 227.37º 0.2% 0.81% -
HSV(B) 227.37º 0.09% 0.85% -
XYZ 56.31 58.6 73.31 -
YUV 201.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 197 201 216 0.09 0.07 0 0.15 227.37 0.2 0.81
Hex C5 C9 D8 9 7 0 F E3 14 51
Octal 305 311 330 11 7 0 17 343 24 121
Binary 11000101 11001001 11011000 1001 111 0 1111 11100011 10100 1010001

Color Harmonies of #C5C9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C9D8

Black with #C5C9D8

Text Example


Text Example

White with #C5C9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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