Html Css Color HEX #C5D4DC Link Water

📋 copy color: '#C5D4DC'

red 197 ◦ green 212 ◦ blue 220

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

Shades of Link Water #C5D4DC

Tints of Link Water #C5D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.7%

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

R = 31.32%
G = 33.7%
B = 34.98%

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

#C5D4DC (or 0xC5D4DC) is known color: Link Water. HEX triplet: C5, D4 and DC. RGB value is (197,212,220). Sum of RGB (Red+Green+Blue) = 197+212+220=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4DC is #3A2B23. Grayscale: #D0D0D0. Windows color (decimal): -3812132 or 14472389. OLE color: 14472389.

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

Color convert

RGB 197 212 220 -
CMYK 0.10 0.04 0 0.14
HSL 200.87º 0.25% 0.82% -
HSV(B) 200.87º 0.1% 0.86% -
XYZ 59.49 64.12 76.95 -
YUV 208.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 197 212 220 0.10 0.04 0 0.14 200.87 0.25 0.82
Hex C5 D4 DC A 4 0 E C9 19 52
Octal 305 324 334 12 4 0 16 311 31 122
Binary 11000101 11010100 11011100 1010 100 0 1110 11001001 11001 1010010

Color Harmonies of #C5D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D4DC

Black with #C5D4DC

Text Example


Text Example

White with #C5D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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