Html Css Color HEX #C5D3DC Link Water

📋 copy color: '#C5D3DC'

red 197 ◦ green 211 ◦ blue 220

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

Shades of Link Water #C5D3DC

Tints of Link Water #C5D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.6%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 31.37%
G = 33.6%
B = 35.03%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5D3DC (or 0xC5D3DC) is known color: Link Water. HEX triplet: C5, D3 and DC. RGB value is (197,211,220). Sum of RGB (Red+Green+Blue) = 197+211+220=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3DC is #3A2C23. Grayscale: #CFCFCF. Windows color (decimal): -3812388 or 14472133. OLE color: 14472133.

HSL color Cylindrical-coordinate representation of color #C5D3DC: hue angle of 203.48º degrees, saturation: 0.25, 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 #C5D3DC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 211 220 -
CMYK 0.10 0.04 0 0.14
HSL 203.48º 0.25% 0.82% -
HSV(B) 203.48º 0.1% 0.86% -
XYZ 59.24 63.63 76.87 -
YUV 207.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 197 211 220 0.10 0.04 0 0.14 203.48 0.25 0.82
Hex C5 D3 DC A 4 0 E CB 19 52
Octal 305 323 334 12 4 0 16 313 31 122
Binary 11000101 11010011 11011100 1010 100 0 1110 11001011 11001 1010010

Color Harmonies of #C5D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D3DC

Black with #C5D3DC

Text Example


Text Example

White with #C5D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D3DC; }

 p { color: rgb(197,211,220); }

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

background-color css

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

 a { background-color: rgb(197,211,220); }

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

border-color css

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

 span { border-color: rgb(197,211,220); }

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