Html Css Color HEX #C6D1DC Link Water

📋 copy color: '#C6D1DC'

red 198 ◦ green 209 ◦ blue 220

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

Shades of Link Water #C6D1DC

Tints of Link Water #C6D1DC

RGB

 RED value IS 198 (77.73% from 255) = 31.58%

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

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

R = 31.58%
G = 33.33%
B = 35.09%

CMYK

 C value IS 0.1

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6D1DC (or 0xC6D1DC) is known color: Link Water. HEX triplet: C6, D1 and DC. RGB value is (198,209,220). Sum of RGB (Red+Green+Blue) = 198+209+220=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1DC is #392E23. Grayscale: #CECECE. Windows color (decimal): -3747364 or 14471622. OLE color: 14471622.

HSL color Cylindrical-coordinate representation of color #C6D1DC: hue angle of 210º degrees, saturation: 0.24, 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 #C6D1DC is Cyan = 0.1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 209 220 -
CMYK 0.1 0.05 0 0.14
HSL 210º 0.24% 0.82% -
HSV(B) 210º 0.1% 0.86% -
XYZ 59.01 62.77 76.72 -
YUV 206.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 198 209 220 0.1 0.05 0 0.14 210 0.24 0.82
Hex C6 D1 DC A 5 0 E D2 18 52
Octal 306 321 334 12 5 0 16 322 30 122
Binary 11000110 11010001 11011100 1010 101 0 1110 11010010 11000 1010010

Color Harmonies of #C6D1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D1DC

Black with #C6D1DC

Text Example


Text Example

White with #C6D1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D1DC; }

 p { color: rgb(198,209,220); }

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

background-color css

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

 a { background-color: rgb(198,209,220); }

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

border-color css

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

 span { border-color: rgb(198,209,220); }

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