Html Css Color HEX #C6D0DC Link Water

📋 copy color: '#C6D0DC'

red 198 ◦ green 208 ◦ blue 220

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

Shades of Link Water #C6D0DC

Tints of Link Water #C6D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.23%

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

R = 31.63%
G = 33.23%
B = 35.14%

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

#C6D0DC (or 0xC6D0DC) is known color: Link Water. HEX triplet: C6, D0 and DC. RGB value is (198,208,220). Sum of RGB (Red+Green+Blue) = 198+208+220=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D0DC is #392F23. Grayscale: #CECECE. Windows color (decimal): -3747620 or 14471366. OLE color: 14471366.

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

Color convert

RGB 198 208 220 -
CMYK 0.1 0.05 0 0.14
HSL 212.73º 0.24% 0.82% -
HSV(B) 212.73º 0.1% 0.86% -
XYZ 58.76 62.28 76.64 -
YUV 206.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 198 208 220 0.1 0.05 0 0.14 212.73 0.24 0.82
Hex C6 D0 DC A 5 0 E D5 18 52
Octal 306 320 334 12 5 0 16 325 30 122
Binary 11000110 11010000 11011100 1010 101 0 1110 11010101 11000 1010010

Color Harmonies of #C6D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D0DC

Black with #C6D0DC

Text Example


Text Example

White with #C6D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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