Html Css Color HEX #C5D3DB Link Water

📋 copy color: '#C5D3DB'

red 197 ◦ green 211 ◦ blue 219

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

Shades of Link Water #C5D3DB

Tints of Link Water #C5D3DB

RGB

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

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

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

R = 31.42%
G = 33.65%
B = 34.93%

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

#C5D3DB (or 0xC5D3DB) is known color: Link Water. HEX triplet: C5, D3 and DB. RGB value is (197,211,219). Sum of RGB (Red+Green+Blue) = 197+211+219=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3DB is #3A2C24. Grayscale: #CFCFCF. Windows color (decimal): -3812389 or 14406597. OLE color: 14406597.

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

Color convert

RGB 197 211 219 -
CMYK 0.10 0.04 0 0.14
HSL 201.82º 0.23% 0.82% -
HSV(B) 201.82º 0.1% 0.86% -
XYZ 59.11 63.57 76.17 -
YUV 207.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 197 211 219 0.10 0.04 0 0.14 201.82 0.23 0.82
Hex C5 D3 DB A 4 0 E CA 17 52
Octal 305 323 333 12 4 0 16 312 27 122
Binary 11000101 11010011 11011011 1010 100 0 1110 11001010 10111 1010010

Color Harmonies of #C5D3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D3DB

Black with #C5D3DB

Text Example


Text Example

White with #C5D3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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