Html Css Color HEX #C5D1DB Link Water

📋 copy color: '#C5D1DB'

red 197 ◦ green 209 ◦ blue 219

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

Shades of Link Water #C5D1DB

Tints of Link Water #C5D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.44%

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 31.52%
G = 33.44%
B = 35.04%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5D1DB (or 0xC5D1DB) is known color: Link Water. HEX triplet: C5, D1 and DB. RGB value is (197,209,219). Sum of RGB (Red+Green+Blue) = 197+209+219=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1DB is #3A2E24. Grayscale: #CECECE. Windows color (decimal): -3812901 or 14406085. OLE color: 14406085.

HSL color Cylindrical-coordinate representation of color #C5D1DB: hue angle of 207.27º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D1DB is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 209 219 -
CMYK 0.10 0.05 0 0.14
HSL 207.27º 0.23% 0.82% -
HSV(B) 207.27º 0.1% 0.86% -
XYZ 58.61 62.59 76.01 -
YUV 206.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 197 209 219 0.10 0.05 0 0.14 207.27 0.23 0.82
Hex C5 D1 DB A 5 0 E CF 17 52
Octal 305 321 333 12 5 0 16 317 27 122
Binary 11000101 11010001 11011011 1010 101 0 1110 11001111 10111 1010010

Color Harmonies of #C5D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D1DB

Black with #C5D1DB

Text Example


Text Example

White with #C5D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D1DB; }

 p { color: rgb(197,209,219); }

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

background-color css

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

 a { background-color: rgb(197,209,219); }

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

border-color css

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

 span { border-color: rgb(197,209,219); }

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